Closed (fixed)
Project:
Google Chart Tools
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 10:56 UTC
Updated:
23 May 2012 at 15:50 UTC
Hi, when I try the PieChart example in the Readme.txt it doesn't work.
Even with some tweaking I can't product a PieChart, is this supported?
Comments
Comment #1
jurriaanroelofs commentedAh I just got it after some more firebugging, where is the readme.txt it says:
'rows' => array(12, 6, 8),
it should say:
'rows' => array(array(12, 6, 8)),
Comment #2
konforti commentedhttp://drupalcode.org/project/google_chart_tools.git/commitdiff/e7829b42...
Thanks.