I’m trying to display values using a bar chart and scatter plot on the same chart. I’ve already tried with a time series, but the lines connecting the points are confusing. I’ve sorted the data by time, but it still doesn’t work. I just want one line connecting neighboring points.
asked
Yasmin Medeiros
1 answers
0
Hi Yasmin,
as you correctly assumed this result is most likely due to incorrectly ordered datetime values. Below you can find a sample project which depicts the unwanted and the assumed result.