Hello canvasjs :)
I would like to create chart of two distinct vars (not existing for the moment because i don’t know web scripting) containing thoses informations timestamp,percentchangesincelastday
(for example : 1619827200000,-1.26 or 1635120000000,3.86)
Thoses two vars must be calculated into the code (html page) from multiple (2) JSON source files containing thoses informations for example :
JSON_1 file : {“prices”:[[1619827200000,57828.511814425874],[1619913600000,57812.96915967891],[1620000000000,56600.74528738432]]}
JSON_1 file : {“prices”:[[1619827200000,34.53909239],[1619913600000,38.12109239],[1620000000000,45.12109239]]}
I have for the moment, only tried to display the price of each currency (2 currencies so 2 JSON files).
Could you help me ?
Iam sure that this topic will help some people ;)
(bellow JSFiddle of myself trying PHP-Javascript code that is not working)
https://jsfiddle.net/37yqd45a/