Closed (won't fix)
Project:
Google Chart Tools: Image Charts
Version:
5.x-1.2
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
31 May 2008 at 07:50 UTC
Updated:
13 Mar 2011 at 10:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
tjholowaychuk commentedIm aware of this, to be honest I do not remember why I chose to go with a string. Certainly not a big issue and I would agree that this could most likely be changed.
Comment #2
Vote_Sizing_Steve commentedI'm wrestling with what might be this issue. If I use the sample on the google wiki page http://code.google.com/p/drupal-chart-api/wiki/Examples, but lower the y values of some points to 0:
... the connecting lines disappear (see attachment). Is there a setting somewhere I've set wrong, or is this a bug?
Comment #3
tjholowaychuk commentedI cannot confirm at the moment, but I believe that was how google renders the nil values. Will have to take a look
Comment #4
Vote_Sizing_Steve commentedHere's the work-around I wrote, which seems to work:
Comment #5
sivaji_ganesh_jojodae commentedthere is a bug in char module code, whenever the $chart['#data']['fruits'][$i] = 0 value -1 is returned.
it works after applying this patch http://drupal.org/files/issues/chart.module.patch
Comment #6
toemaz commentedPatch applied and it worked for me. Thx.
Comment #7
boombatower commented5.x is no longer supported..seems to work in 6.x and 7.x.