How to input simple datas in a chart?
-
Hi,
I try to use this chart : Line with different negative color
But I have no clue how to input a very simple couple of data like :
October 23, 2013
usd 250December 23, 2013
usd 300I did try to add this to the Javascript code but nothing works.
“dataProvider”: [{
“date”: “2013-10-23”,
“value”: 250
}, {
“date”: “2012-12-23”,
“value”: 300
}],In fact most of the charts I found on the website of AmCharts use the parameter “Math.random” and it is very difficult for a beginner like me to know how to replace them.
Thanks
https://www.ads-software.com/plugins/amcharts-charts-and-maps/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘How to input simple datas in a chart?’ is closed to new replies.