Home Forums Chart Support Multiple charts Json datas not Reply To: Multiple charts Json datas not

#17876

i ask you ` data: [
{
type: “spline”,
dataPoints: dps1
},
{
type: “spline”,
dataPoints: dps2
}
]` this block have to dynamic. How to create another dynamic block and how to declare a name in this block.

 {
                    type: "spline",
                    showInLegend: true,
                    name: "Test1",
                    xValueFormatString: "DD MMM, YYYY",
                    color: "#F08080",
                    dataPoints: [
                         { label: "13.11.2017", y: 101 },
                        { label: "14.11.2017", y: 103 },
                        { label: "15.11.2017", y: 102 }

                    ]
                }

this my format but i have to extend too many blocks in Data: block