You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above dataset there are multiple values for dates "18-03-2023","09-06-2023" and "04-07-2023". But instead of showing values 75 and 89 on single line on date "18-03-2023", they are shown differently as below.
I tried different data format by adding data for same data as array. but it failed
The text was updated successfully, but these errors were encountered:
Hi,
This is my data set to plot
"labels":[
"18-03-2023",
"18-03-2023",
"03-05-2023",
"29-05-2023",
"30-05-2023",
"07-06-2023",
"09-06-2023",
"09-06-2023",
"09-06-2023",
"09-06-2023",
"04-07-2023",
"04-07-2023",
"04-07-2023",
"04-07-2023"
],
"datasets":[
{
"data":[
75,
89,
80,
110,
120,
90,
94,
90,
90,
90,
60,
80,
90,
75
]
}
]
}
and this is my Line Chart code.
In the above dataset there are multiple values for dates "18-03-2023","09-06-2023" and "04-07-2023". But instead of showing values 75 and 89 on single line on date "18-03-2023", they are shown differently as below.
I tried different data format by adding data for same data as array. but it failed
The text was updated successfully, but these errors were encountered: