In google_chart_tools.js, passed arrays of float data points are being parsed to Int, causing charts do display incorrectly.
| Comment | File | Size | Author |
|---|---|---|---|
| parse_bug.patch | 1.08 KB | nicksmedulla |
In google_chart_tools.js, passed arrays of float data points are being parsed to Int, causing charts do display incorrectly.
| Comment | File | Size | Author |
|---|---|---|---|
| parse_bug.patch | 1.08 KB | nicksmedulla |
Comments
Comment #1
nicksmedulla commentedComment #2
konforti commentedThanks,
http://drupal.org/node/1617012
Does this one connected ?
Comment #3
konforti commentedPushed to dev branch:
http://drupalcode.org/project/google_chart_tools.git/commitdiff/332e6abb...
Thanks.