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

jurriaanroelofs’s picture

Ah 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)),

konforti’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.