methnen
Forum Replies Created
-
Forum: Plugins
In reply to: [M Chart] Change Highcharts font familyApologies for the late reply, but glad you figured something out.
Forum: Plugins
In reply to: [M Chart] Chart requestIt’s a possibility, and could be done a variety of ways. However, it’s very out of scope with the current plugin and probably not something I’d be adding in the foreseeable future.
If I were to do it, I’d likely to it as an additional chart library similar to how the core Highcharts stuff is currently handled.
If you are a developer and wanting a project to tackle I’d be happy to provide some advice and support on how to tackle that.
Forum: Plugins
In reply to: [M Chart] Change Highcharts font familyFonts are controllable via a Theme or chart_args filter.
See the wiki pages on this:
https://github.com/methnen/m-chart/wiki/Action-and-filter-hooks#m_chart_chart_args
Forum: Plugins
In reply to: [M Chart] Chart.js – Combo bar/line : possible?This has been requested a number of times. It’s on my list of possible new features but it’s been fairly low priority compared to other items.
All I can say is I’m considering it but I have no ETA on when the feature might be added.
Forum: Plugins
In reply to: [M Chart] Clone or Copy ChartsThere are a number of post cloning plugins already in existence and in my experience they work well with M Chart. I’ve used this one in the past and it worked well:
https://wordpress.org/plugins/duplicate-post/
As for differentiating posts as templates. Either naming them as such and keeping them as drafts or using categories or some combination of all three would seem like an easy enough solution.
Forum: Plugins
In reply to: [M Chart] Simple to fix php noticeThis is fixed in the latest release. Thanks @inigo !
Forum: Plugins
In reply to: [M Chart] Can I add a extra percentage label in the pie view?So this is probably doable in Chart.js especially with the datalabels plugin which is being used for the labels as they currently exist but it’s definitely out of scope with the core functionality that I’m intending to provide with the plugin.
Similarly to your question about the padding. You’re gonna want to look at the Chart.js docs and then determine how you’ll apply your custom settings to achieve what you want.
Forum: Plugins
In reply to: [M Chart] Can I customize the space between the chart label and legend?Yes. You’ll want to look at the Chart.js docs to see how you might do that and then apply your changes via theme or a filter hook.
https://github.com/methnen/m-chart/wiki/Themes
https://github.com/methnen/m-chart/wiki/Action-and-filter-hooks#m_chart_chart_args
Forum: Plugins
In reply to: [M Chart] Chart is not defined..Sorry for the delay in getting back to you. I was swamped with work and dealing with some family stuff.
That’s extremely strange that switching it back and forth had that effect. Please do tell me if it reappears and I’ll happily take a look at it directly.
Forum: Plugins
In reply to: [M Chart] Chart is not defined..In the M Chart Settings panel as mentioned earlier. There’s a checkbox that will enable iframe embeds.
This causes the short code to generate the chart via an iframe embed instead of an inline one.
It doesn’t change anything in how you use the plugin it just changes how the plugin generates the chart on the front end.
The reason I’m asking you to try this first is that when loaded via the iframe embed the javscript is more self contained and less likely to be interfered with by something that might be in your theme.
This is has solved similar issues for people in the past and would at least confirm that there’s something in the theme causing issues.
It’s a potential very quick fix.
I’m happy to take a look at it in action as well but it’s worth trying the iframe setting first.
Forum: Plugins
In reply to: [M Chart] Chart is not defined..Did the iframe setting have any effect on the issue?
Forum: Plugins
In reply to: [M Chart] Chart is not defined..Without seeing it in action it’s hard to know what might be causing the issue.
Am I correct that this is only happening when viewing it inside your site’s front end?
An immediate thing to try is turning on the Enable iframe embeds option in the M Chart Settings panel.
Can you tell me if that fixes the issue for you?
Forum: Plugins
In reply to: [M Chart] Customizing Chart Axes with a ThemeClosing as it’s been some time. Please open a new ticket if you’re still having troubles. And the Chart.js folks haven’t been able to help.
Forum: Plugins
In reply to: [M Chart] numbers higher than 100000 show as NaNClosing as this is resolved in version 1.10.
@martinshoe please do let me know if the latest version does not resolve this as expected.
Forum: Reviews
In reply to: [M Chart] What a great developer friendly plugin!Hey @guanyixi thanks for the nice review. A Gutenberg block is in the plans. That along with a few more chart types are in the plans for the release AFTER the one I’m planning to try and release this weekend.
I have no ETA on when that would happen though. I’ve yet to build a Gutenberg block and the last time I looked the spec was still changing a lot from week to week so it was a bit daunting given the time I can devote to it right now. Hopefully that’s settled down a bit since then though since it’s been a year at least.
Rather than a drop down though I was planning on something a bit better at handling many charts as I have users who have thousands of charts and a drop down would be super unwieldy with those kinds of numbers. Something more like a live search field would make more sense I think.
- This reply was modified 3 years, 4 months ago by methnen.