Hi,
i can't find any hook to customize polls results, made with Google Charts. Is there something planned for this ?
Hi,
i can't find any hook to customize polls results, made with Google Charts. Is there something planned for this ?
We have just started when it comes to our Polls add-on and there are lots of great things coming down the pipe. What exactly are you hoping to see added?
I'm looking for a way to customize charts generated with Google Charts. Actually the data injected in Google Charts API comes from the data attributes in the HTML :
<div class="gresults-chart-wrapper" data-datatable="[.....]" data-options="[.....]" data-charttype="bar" ></div>
It would be great to have filter hooks to modify the values of these data attributes, or maybe directly in the javascript :
var options = jQuery(elem).data('options');
[...A hook to modify options ...]
chart.draw(data, options);
Thank you. I love your plugin.
I'm going to move this to Feature requests, as that's where our developers often look for new features. All my best!