Hi
Please can you help me add a chart to my page.
I have downloaded the java script and CSS files via https://sites.google.com/site/jqplot/... as mentioned in an earlier post.
I have also adding a HTML Component Edit HTML HTML Source and added this code .
I have also added javascript on a page show action of the following $.jqplot('myplot', [[[1, 2],[3,5.12],[5,13.1],[7,33.6],[9,85.9],[11,219.9]]],
{ title:'Exponential Line',
axes:{yaxis:{min:-10, max:240}},
series:[{color:'#5FAB78'}]
Please advise what needs to be amended and what else needs to be done.
Thanks
Nick