i need to:
data: [
{
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 }
]
},
{
type: "spline",
showInLegend: true,
name: "Test55",
xValueFormatString: "DD MMM, YYYY",
color: "#4280f4",
dataPoints: [
{ label: "13.11.2017", y: 101 },
{ label: "14.11.2017", y: 103 },
{ label: "15.11.2017", y: 102 }
]
}
]
thanks in advance.