maxicharts
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxiCharts] Cannot filter data with the custom_search_criteriaIt should work escaping the single quotes of criteria parameter with a backslash before:
\’
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Chart Likert Survey Field ScoresPlease see post : https://maxicharts.com/radar-charts-based-on-several-form-fields/
Forum: Plugins
In reply to: [MaxiCharts] Cannot filter data with the custom_search_criteriaHi @pierrethenot,
Have you seen this example page : https://maxicharts.com/custom-search-criteria-filter-by-field-values/
Please replace external double quote with simple quote :
custom_search_criteria=”{“status”:”active”,”field_filters”:{“0”:{“key”:”42″,”value”:”2″}}}”
custom_search_criteria='{“status”:”active”,”field_filters”:{“0”:{“key”:”42″,”value”:”2″}}}’
and try again
should be done now
I added your patch, please give a feedback when you can.
Thanks a lotThanks a lot @kzeni,
I had no time to fix this at the moment unfortunately…Forum: Plugins
In reply to: [MaxiCharts] Notice: Constant MAXICHARTS_PATH already definedShould be fixed
Forum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Chart Likert Survey Field ScoresThanks,
We need to understand correctly what you need.
You are trying to graph answers for a peculiar user, right ?
The only way for maxicharts to identify a user at the moment, is for this user to be logged in on your site, so is this page a part of a “user space” on your site, accessible after login?
Or would you like to show this on the confirmation page, right after the user fills the form ?
Charting only one user answer is currently possible but, only using filters, as you said. So you would have to create a specific shortcode for each user, which is probably not what you want to do, right ?
I order to have a single shortcode automatically showing currently logged in user answers (or user answers filled right before confirmation page), we would need to develop a specific feature.
By the way the Radar chart is kind of specific, and we would need to adjust a few things in order for this to work with a survey field.Are we understanding correctly what you need ?
Thanks a lotForum: Plugins
In reply to: [MaxiCharts Gravity Forms Source add-on] Chart Likert Survey Field ScoresThanks for contacting is @wcpres,
Your demand is very clear but we have to investigate a little bit in order to tell you if this is a big change or not.
Do you have any public URL so as we can “see” what you have done ?
We’ll keep you posted soon.Thanks!
Forum: Reviews
In reply to: [MaxiCharts] Awesome plugin and great serviceThank you!
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldMy pleasure!
Forum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldThank you very much for your help.
I think i found the bug.
Can you please delete completely the plugin, and re-dowload, install and test please ?
ThanksForum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fielddon’t forget to set debug level back to debug or info after that because trace level is extremely verbose and will slow your site down.
ThanksForum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldOk, sorry but, can’t see anything, can you please change again log level to “trace” instead of “debug” and try to display in a shotcode ONLY results for field 10, adding in the shortcode something like:
include="10"Then please send the log file again
CheersForum: Plugins
In reply to: [MaxiCharts] Issue “No data available for fields” on multiple choice fieldWhat do you see on the page ?
It seems some graph should be displayed correctly, no?
This one for example:[label] => Bien recherché
[graphType] => horizontalBar
[type] => checkbox
[scores] => Array
(
[Vente] => 28
[Location] => 172
)No ? Can you provide a screenshot or an access to the page please ?