enter code here
I am using Fusion chart through time series plotting through multiple line, but it is always plotting a single line chart. so please help me if it is possible.
[enter image description here][1]
here is the data which I am using to create Fusion chart
data =
[
[
"01-Feb-11",
"Grocery",
8866
],
[
"01-Feb-11",
"Footwear",
984
],
[
"02-Feb-11",
"Grocery",
2174
],
[
"02-Feb-11",
"Footwear",
1109
],
[
"03-Feb-11",
"Grocery",
2084
],
[
"03-Feb-11",
"Footwear",
6526
],
[
"04-Feb-11",
"Grocery",
1503
],
[
"04-Feb-11",
"Footwear",
1007
],
[
"05-Feb-11",
"Grocery",
4928
]
]
Schema :
[1]: https://i.stack.imgur.com/QwDwv.png