I want to have a multiple charts, but when I do it by
$scope.data = [
{
values: day, //values - represents the array of {x,y} data points
key: 'Проходимость',//key - the name of the series.
},
{
values: day, //values - represents the array of {x,y} data points
key: 'Проходимость' //key - the name of the series.
},
{
values: day, //values - represents the array of {x,y} data points
key: 'Проходимость' //key - the name of the series.
}
];`
I see that all of 3 charts are in block visible. I want to first chart to be visible and second and third - invisible