I would like to upgrade from two concurrent lines using the fusioncharts
Using this snippet, but it changes the value of one while the other gets the same value
"dataset": [
{
"seriesname": "HRYS Price",
"showvalues": "0",
"data": [
{ "value": "35.1" }
]
},
{
"seriesname": "NYSE Index",
"showvalues": "0",
"parentyaxis": "S",
"data": [
{ "value": "10962.87" }
]
}
],
Does anyone know how it is?
I'm relying on this , but I have not succeeded yet.