I would like support for the Google-o-meter chart type. I use it on http://testing.drupal.org/pifr/status. The chart API works for everything else, except that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | chart.module.patch | 534 bytes | quickcel |
I would like support for the Google-o-meter chart type. I use it on http://testing.drupal.org/pifr/status. The chart API works for everything else, except that.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | chart.module.patch | 534 bytes | quickcel |
Comments
Comment #1
tjholowaychuk commentedIt looks terrible haha.. and I dont support Drupal anymore sorry. Hopefully the maintainer will consider it though, I am not sure if he is actually working on the project at all
Comment #2
quickcel commentedAttached is a pretty simple patch to get the google-o-meter to display. All you really need to do is add a new variable for the chart type:
define('CHART_TYPE_GMETER', 'gom');Here is an example of how you can use it:
Comment #3
quickcel commentedComment #4
boombatower commentedSeems to work like a charm. Thanks.
Would be nice if the notices spit out by chart could be removed.
Comment #5
boombatower commentedCommitted.