The doughnutpercent chart found in the demo and in the documentation does not seem to be working?
Copying from the demo exactly:
SELECT 'dbr.chart', 'doughnutpercent', 'Doughnutpercent';
SELECT 72;
results in: " Unknown chart type 'doughnutpercent'. Check your report for errors. ", but
SELECT 'dbr.chart', 'meter', 'MeterTest';
SELECT 72;
works as expected.
Thanks,
Cris