I did the following to get the plugin working for me.
Created a new post and added this content:
[rgraph id="myBar" width="500" height="500" ]
window.onload = function ()
{
var bar = new RGraph.Bar('myBar', [12,13,16,15,16,19,19,12,23,16,13,24]);
bar.Set('chart.colors', ['red']);
bar.Set('chart.title', 'A basic graph (big, but basic)');
bar.Set('chart.labels', ['Jan', 'Feb', 'Mar',
'Apr', 'May', 'Jun',
'Jul', 'Aug', 'Sep',
'Oct', 'Nov', 'Dec']);
bar.Draw();
}
[/rgraph]
Save and view post to enjoy your newly generated graphic ??
—
Gabriel
Hi,
Thanks for the plugin.
I wonder if there will be any updates?
If needed, I can help you doing that.
Regards,
Gabriel Reguly
Hi I want to integrate wordpress these charts, but do not understand how to integrate them into my web.
If someone with more knowledge can explain me step by step would be very grateful! Thanks!