I was just wondering if you have considered adding jqPlot support.
http://www.jqplot.com/index.php

Comments

rsevero’s picture

Status: Active » Postponed

Not really.

A patch would speed things in this area a lot.

R.J. Steinert’s picture

I heard great things about jqplot at DrupalCon this year. "Flot's successor" I heard. I'm working on a Flot integration #869138: Include support for the Flot library, I may shift gears to jqplot. It may even work by just replacing the js :)

R.J. Steinert’s picture

I looked into this a little further. Required a few more tweaks than just replacing the js but it was fairly straightforward. Still a lot of work to be done. I may just rename everything from flot to jqplot and make it official. The jquery update module is required for this.

https://github.com/rjstatic/drupal_charts_graphs_flot/tree/jqplot-experi...