Hi.
I have one problem. I want insert to publication char (Amcharts). JS code includes the following fragment of the chart data definition Is there a way to pass this data from Opus Script?
Maybe someone will answer. Thank you very much.
Include example file.
Data provider:
"dataProvider": [ { "category": "1", "Ser1": 8, "Ser2": 5 }, { "category": "2", "Ser1": 6, "Ser2": 7 }, { "category": "3", "Ser1": 2, "Ser2": "-5" }, { "category": "4", "Ser1": "-3", "Ser2": 3 }, { "category": "5", "Ser1": 2, "Ser2": 1 }, { "category": "6", "Ser1": 3, "Ser2": 2 }, { "category": "7", "Ser1": 6, "Ser2": 8 } ]
You do not have the required permissions to view the files attached to this post.
|