methnen
Forum Replies Created
-
Forum: Plugins
In reply to: [M Chart] Vertical axis reverse order?Hmm, that sucks re: the title stuff. Let me look into that.
Forum: Plugins
In reply to: [M Chart] Vertical axis reverse order?Hey Sofi,
You could do that with a theme:
https://github.com/methnen/m-chart/wiki/Themes
Highcharts has a reverse axis parameter:
https://api.highcharts.com/highcharts#yAxis.reversed
So you’re theme would look like this:
<?php /** * Theme Name: Reversed */ return array( 'yAxis' => array( 'reversed' => true, ), );
Forum: Plugins
In reply to: [M Chart] Not working on BeThemeHey @sosna sorry for the delay in responding to you. I do not get alerts on these support requests. In the future please use the github issues:
https://github.com/methnen/m-chart/issues
I don’t have access to BeTheme as it’s a theme that is purchase only from what I can tell.
Are you saying that the theme has a [chart] shortcode already and that that’s conflicting with M Chart?
If you don’t need the theme’s version of the [chart] shortcode the easiest thing to do would be to remove the themes version of the shortcode.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableResolving as 1.3.1 should have fixed this issue.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableAnd here we go:
https://downloads.www.ads-software.com/plugin/m-chart.1.3.1.zip
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variable@lordanti, I now see the issue. You have your PHP errors and notices outputting into the page HTML instead of a log file.
The notices are inserting itself into the Javascript and creating syntax errors.
I believe I’ve fixed those notices on my end and a new version should be coming this evening that’ll fix your issue.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableWell that explains things. handsontable (which drives the spreadsheet interface) is creating a syntax error which will break everything on the JS end from then on.
The problem is that I’m unable to duplicate this on my end at all. I’m getting no syntax errors anywhere and everything working like it should. There’s got to be something different in the JS being loading on your install that’s conflicting somewhere.
Could you possibly email me the HTML from page of the chart edit form that’s being generated?
jamie AT methnen.com
Also what browser/version are you using?
Just trying to recreate the conditions as closely as possible.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableAh, that helps actually.
The button gets disabled while the plugin waits for the image version of the chart to be generated. Normally that happens pretty quickly, but if something were to circumvent that somehow that could prevent it from finishing.
Can you check the error console in your browser?
Here’s how to get to it in Chrome if you have that available:
https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui?hl=en#opening-the-consoleAppreciate you continuing to work through this with me.
If you don’t care about the image version you could also go to Charts -> Settings in the WP Admin panel and choose the third performance option which would skip the instant preview/image generation stuff and thus the button would never be disabled.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableVersion 1.3 is now available:
https://downloads.www.ads-software.com/plugin/m-chart.latest-stable.zip
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableHey lordanti,
So I spent a little time on this this morning. I’m running WP 4.5.2 with the Twentysixteen theme and the latest version of M Chart (1.2.1) and I’m not receiving any of those errors.
The line 172 one is a simpler error, that I’ve fixed in the version that will likely come out sometime today. The other one is strange.
It’s happening where the nonce is being checked to make sure you’ve got a valid submission. The error is implying that the $_POST data doesn’t include any M Chart related fields. Which would be really surprising. I’ll add an additional check to prevent the warning but that doesn’t explain how you’re hitting save and not getting any data in your $_POST object.
When I get M Chart version 1.3 up later today I’d really appreciate you taking a look and letting me know if it’s still broken. I’ll see what I can do to look into it further if it is.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableThanks for the follow up. I’ll take a look at reproducing this tomorrow morning.
Forum: Plugins
In reply to: [M Chart] Blank page wfor the chartMarking as resolved since there’s been no feedback from the OP.
Forum: Plugins
In reply to: [M Chart] Line chart with values wrongMarking as resolved since there’s been no feedback from the OP.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableHey lordanti,
Bug reports are much easier for me to follow on GitHub:
https://github.com/methnen/m-chart/issues
That said can you give me a little more info? Version of WP the Theme you’re using? Etc…
I’m currently unable to duplicate either of those warnings on my test install.
Forum: Plugins
In reply to: [M Chart] change color of elementsThemes are now available in version 1.2.