maxicharts
Forum Replies Created
-
Forum: Plugins
In reply to: [MaxiCharts] chart not definedOk, good news ?
Forum: Plugins
In reply to: [MaxiCharts] chart not definedHi @apcimino2 : we can’t see this error on your page, but instead.
Failed to load resource: the server responded with a status of 404 (Not Found)
Can you test disabling other plugins first ?
ThanksForum: Fixing WordPress
In reply to: Interactive graphics in wordpress@diiimitriii : I think @howdy_mcgee is correct, those chart are mainly tailor-made developments.
You first have to define what you would like to chart, and how the user would interact with it, but i doubt you can find a solution out of the box.
The Bloomberg site seem to be working with http://ai2html.org/ which converts Adobe Illustrator work to html + css. I don’t know this tool.
We actually regularly work on tailor-made data visualisation solutions for different clients and probably we could find a solution for you if you describe it a little bit more.
Here is an example of Sunburst / Timeline automatic charting we made: https://www.maxunger.fr/You can reach us using our contact form : https://maxicharts.com/contact/
Have a good day!
Forum: Plugins
In reply to: [MaxiCharts] Change date_created formatYou can use mcharts_filter_chart_labels filter that filters all labels after maxicharts processing.
It is called like this :
$labelsAfterFilter = apply_filters('mcharts_filter_chart_labels', $currentChart['labels']);$currentChart['labels']being an array of all labels.Forum: Plugins
In reply to: [MaxiCharts] Change date_created formatOk, i understand, you have 1 dataset per date_created, right ?
Unfortunately, you cannot change format of the field on the fly, except using WP filters, if you are a developer.Forum: Plugins
In reply to: [MaxiCharts] Change date_created formatCan you please show the shortcode used ? maybe a link to the page as well ?
Cheers!
Forum: Plugins
In reply to: [MaxiCharts] jquery builder filter date not workHi @thevoissaspensa ,
Thanks for using maxicharts!
Unfortunately, you cannot filter on date ranges dynamically.You can do it statically using this : https://maxicharts.com/filter-on-date-start-date_start/
Forum: Plugins
In reply to: [MaxiCharts] Allowed memory size exhausted with 26k GF entriesHi @animesubways ,
This does not seem to be related to MaxiCharts.
Please read this : https://docs.gravityforms.com/increasing-php-memory-limits/Forum: Plugins
In reply to: [MaxiCharts] Custom Search for Populated fieldsThank you very much, our pleasure.
Please use our priority support form anytime you need : https://maxicharts.com/priority-support/Forum: Plugins
In reply to: [MaxiCharts] Custom Search for Populated fieldsYou page has a restricted access.
Forum: Plugins
In reply to: [MaxiCharts] Custom Search for Populated fieldsHi,
Can you please provide a link to the concerned page ?
What are you expecting as display (replacing the chart) when the user hasn’t answered this field ?Cheers
Forum: Plugins
In reply to: [MaxiCharts] Error QueryBuilder Multiple targetHey,
I’m afraid we need more developers here…
If you want, we can make a custom developement for you.
Please reach us on our contact form if needed : https://www.termel.fr/contact/
Thanks!Forum: Plugins
In reply to: [MaxiCharts] Error QueryBuilder Multiple targetHi @informatique27400 yes, only one filter per page is supported currently.
If you need a custom development for this, we can prepare a quote for you. Thanks.
It is not possible right now to translate, but we will add a way to do that.