You must be logged in to post your query.
Home › Forums › Chart Support › problem with chart
Hi,
I can’t find the problem in this chart: http://jsfiddle.net/dreamfalcon/qeAG7/1/
Could you help?
Thanks, Daniel
dataPoints should be an array. What you are using instead is an object with indexes 0,1,2,etc. Below is how the array should look like.
"dataPoints": [ { "x": 1399766400000, "y": 97.804 }, { "x": 1399852800000, "y": 98.387 }]
I had this problem previously and fix on all other charts except this one. Thanks
Welcome
You must be logged in to reply to this topic. Login/Register