You can find examples of the callback at the page I have sent you wpDataCharts callback. Unfortunately we don't have examples of callback at the sandbox website.
I worked out how to put the jQuery on the page and bought the wpData licence.
What i'm now trying to do is replicate a Highcharts Cloud Donut chart where i can disable the data labels (working with the below snippet) and enable the legend, but both legend snippets don't appear to work as the legend doesn't appear.
If you bright the licence please open a ticket in wpDataTables category with your purchase key and one of our support agents will answer on your questions.
Hello,
Are all the chart engine chart types and formatting options available?
Thanks,
Gary
Hi Gary,
Thank you for the inquiry.
Charts engines that are available are:
All chart formatting options that are available you can see at this documentation page: WordPress charts: How to create them with a simple wizard.
It is also possible to use other chart formatting options that are not available out of the box with wpDataCharts callback.
You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.
Hello,
Thank you for the reply.
Do you have a simple example of a callback in the sandbox and another link for the front-end, as the link included is returning error 404?
Thanks,
Gary
Hi Gary,
You can find examples of the callback at the page I have sent you wpDataCharts callback. Unfortunately we don't have examples of callback at the sandbox website.
Hello,
Thank you for the callback page, which i have read and appears to be easy once you get started.
For a non-developer, do you have simple getting started documentation that shows where and how you would apply an example?
Thanks,
Gary
Hello,
I worked out how to put the jQuery on the page and bought the wpData licence.
What i'm now trying to do is replicate a Highcharts Cloud Donut chart where i can disable the data labels (working with the below snippet) and enable the legend, but both legend snippets don't appear to work as the legend doesn't appear.
<script type="text/javascript">
jQuery(window).load(function(){
if( typeof wpDataChartsCallbacks == 'undefined' ){ wpDataChartsCallbacks = {}; }
wpDataChartsCallbacks[7] = function(obj){
obj.options.legend.enabled = true;
obj.options.legend = { enabled: true };
obj.options.plotOptions = { series: { dataLabels: { enabled: false } } };
}
});
</script>
What is the correct syntax for the Highcharts legend API in the wpDataCharts callback?
Thanks,
Gary.
Hi Gary,
If you bright the licence please open a ticket in wpDataTables category with your purchase key and one of our support agents will answer on your questions.