PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Customize Google charts

  1. Scopika
    Member

    Hi,

    i can't find any hook to customize polls results, made with Google Charts. Is there something planned for this ?

    Posted 10 years ago on Thursday July 4, 2013 | Permalink
  2. David Peralty

    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?

    Posted 10 years ago on Thursday July 4, 2013 | Permalink
  3. Scopika
    Member

    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.

    Posted 10 years ago on Friday July 5, 2013 | Permalink
  4. David Peralty

    I'm going to move this to Feature requests, as that's where our developers often look for new features. All my best!

    Posted 10 years ago on Friday July 5, 2013 | Permalink

This topic has been resolved and has been closed to new replies.