methnen
@methnen on WordPress.org
- Member Since: July 27th, 2009
Contribution History
methnen’s badges:- Plugin Developer
-
Posted a reply to How to change Data Labels Color?, on the site WordPress.org Forums:
Basically you have to convert a Chart.js value to a matching PHP array. The Chart.js… -
Posted a reply to Custom styling, on the site WordPress.org Forums:
Absolutely. You'd have to set it up a bit differently of course. You'd use the… -
Posted a reply to Change font family of the chart, on the site WordPress.org Forums:
It involves matching the structure of the Chart.js settings but using a PHP array. Here's… -
Posted a reply to Custom styling, on the site WordPress.org Forums:
My guess, is that you used one of the themes that gets updates via the… -
Posted a reply to Custom styling, on the site WordPress.org Forums:
Where did you place the custom styles? Those should always be in your theme or… -
Posted a reply to Chart width and styling?, on the site WordPress.org Forums:
The charts will take on the width of their container. You'll notice the chart is… -
Posted a reply to No nonsense, light plugin for charts, on the site WordPress.org Forums:
Thanks for the very nice review. You could fairly easily force the charts to be… -
Posted a reply to Chart Created but didn’t show in Gutenberg Shortcode Blog, on the site WordPress.org Forums:
Hey, I'd be happy to take a look at what might be happening. However, I… -
Posted a reply to Change Highcharts font family, on the site WordPress.org Forums:
Apologies for the late reply, but glad you figured something out. -
Posted a reply to Chart request, on the site WordPress.org Forums:
It's a possibility, and could be done a variety of ways. However, it's very out… -
Posted a reply to Change Highcharts font family, on the site WordPress.org Forums:
Fonts are controllable via a Theme or chart_args filter. See the wiki pages on this:… -
Posted a reply to Chart.js – Combo bar/line : possible?, on the site WordPress.org Forums:
This has been requested a number of times. It's on my list of possible new… -
Posted a reply to Clone or Copy Charts, on the site WordPress.org Forums:
There are a number of post cloning plugins already in existence and in my experience… -
Posted a reply to Simple to fix php notice, on the site WordPress.org Forums:
This is fixed in the latest release. Thanks @inigo ! -
Committed [2931551] to Plugins SVN:
Tagging 1.10.1 -
Committed [2931550] to Plugins SVN:
Committing 1.10.1 to trunk -
Posted a reply to Can I add a extra percentage label in the pie view?, on the site WordPress.org Forums:
So this is probably doable in Chart.js especially with the datalabels plugin which is being… -
Posted a reply to Can I customize the space between the chart label and legend?, on the site WordPress.org Forums:
Yes. You'll want to look at the Chart.js docs to see how you might do… -
Posted a reply to Chart is not defined.., on the site WordPress.org Forums:
Sorry for the delay in getting back to you. I was swamped with work and… -
Posted a reply to Chart is not defined.., on the site WordPress.org Forums:
In the M Chart Settings panel as mentioned earlier. There's a checkbox that will enable… -
Posted a reply to Chart is not defined.., on the site WordPress.org Forums:
Did the iframe setting have any effect on the issue? -
Posted a reply to Chart is not defined.., on the site WordPress.org Forums:
Without seeing it in action it's hard to know what might be causing the issue.… -
Posted a reply to Customizing Chart Axes with a Theme, on the site WordPress.org Forums:
Closing as it's been some time. Please open a new ticket if you're still having… -
Posted a reply to numbers higher than 100000 show as NaN, on the site WordPress.org Forums:
Closing as this is resolved in version 1.10. @martinshoe please do let me know if… -
Committed [2882697] to Plugins SVN:
Tagging 1.10 -
Committed [2882696] to Plugins SVN:
Committing 1.10 to trunk -
Posted a reply to What a great developer friendly plugin!, on the site WordPress.org Forums:
Hey @guanyixi thanks for the nice review. A Gutenberg block is in the plans. That… -
Posted a reply to numbers higher than 100000 show as NaN, on the site WordPress.org Forums:
@martinshoe Apologies for the delay I've just been utterly swamped with work and life both.… -
Posted a reply to Need to contact you by email, on the site WordPress.org Forums:
jamie AT methnen.com -
Posted a reply to M-chart height, on the site WordPress.org Forums:
This is a little round about and very quickly thrown together but this added to… -
Posted a reply to M-chart height, on the site WordPress.org Forums:
Hey, I can't seem to duplicate the issue you're having on that page. However, I'm… -
Posted a reply to numbers higher than 100000 show as NaN, on the site WordPress.org Forums:
I'm honestly not sure. Can you send me a CSV export of the data set… -
Posted a reply to Set up to 5 decimals, on the site WordPress.org Forums:
If you wanted to look at the helper function it's here: /components/js/m-chart-chartjs-helpers.min.js There's a non… -
Posted a reply to Set up to 5 decimals, on the site WordPress.org Forums:
Hello @legalmartin the numbers are currently being run through a helper function and I believe… -
Posted a reply to Change background of generated images, on the site WordPress.org Forums:
Changing the Chart.js background is actually a bit complicated currently. Basically what you need to… -
Posted a reply to Customizing Chart Axes with a Theme, on the site WordPress.org Forums:
Hey, I've not actually had time and I probably won't for awhile. This is a… -
Posted a reply to Customizing Chart Axes with a Theme, on the site WordPress.org Forums:
Instead of this: $theme['options']['plugins']['scales[x]'] Try this: $chart_args['options']['scales']['x'] The scales stuff is in the core library… -
Posted a reply to Percentage sign not appearing in the chart, on the site WordPress.org Forums:
Yes, for now that stuff gets filtered out so the library (Chart.js/Highcharts) doesn't choke on… -
Posted a reply to Percentage sign not appearing in the chart, on the site WordPress.org Forums:
This is by design. Special symbols and characters confuse the charting library and actually cause… -
Posted a reply to Change Bar Chart Colors, on the site WordPress.org Forums:
Glad you found a solution. To answer you though, colors and other things can be… -
Posted a reply to Adjust Animation default time, on the site WordPress.org Forums:
Hello, Yes the gist of it is that the settings are in an array that… -
Posted a reply to A couple quick formatting questions, on the site WordPress.org Forums:
Awesome. Adding some prefix/suffix support is something I plan on adding, perhaps in the next… -
Posted a reply to Issue trying to update a chart, on the site WordPress.org Forums:
I sent you the file. Let me know if ti doesn't work. -
Posted a reply to A couple quick formatting questions, on the site WordPress.org Forums:
So that's where I was getting with the need to probably add a filter for… -
Posted a reply to Issue trying to update a chart, on the site WordPress.org Forums:
@tegazinho send me an email to: jamie AT methnen.com I have a file that may… -
Posted a reply to A couple quick formatting questions, on the site WordPress.org Forums:
Yes the data labels plugin is already available. It's how the Show Labels checkbox adds… -
Posted a reply to A couple quick formatting questions, on the site WordPress.org Forums:
@sflwa 1. https://www.chartjs.org/docs/latest/axes/#tick-configuration Chart.js docs are helpful usually. 2. Can you elebarorate on what you… -
Posted a reply to Adding € to chart values, on the site WordPress.org Forums:
It's completely possible, how you do it depends on the charting library. Highcharts has a… -
Posted a reply to JS Error after saving: ChartDataLabels is not defined, on the site WordPress.org Forums:
This is a heads up to anyone else having this issue, another user contacted me… -
Posted a reply to JS Error after saving: ChartDataLabels is not defined, on the site WordPress.org Forums:
@michelyweb is there a way I can see this issue in action? Feel free to…
Developer
-
HeadlineEnvy - headline testing with Optimizely
Active Installs: 10+
-
M Chart
Active Installs: 4,000+
Contributor
-
bSocial comments
Active Installs: Less than 10
-
CloudSearch
Active Installs: 70+
-
Gigaom Copy Layout
Active Installs: 10+
-
Scriblio
Active Installs: 10+