I am using e-chart to plot line graph. I have four graphs in the same page.
I am assigning color property in option as an array.
color:['#00B06B', '#D73A9D', '#F47D00', '#53BAF2', '#C8C8C8'];
I have 5 legends like :
[test1, test2, test3, test4, test5].
What I want to achieve : I want each time test1 gets the color from 1st position of the color array and so on.
Issue : The color list of the palette. the colors will be adopted sequentially and circularly from this list as the colors of the series.