Hello its a timeseries data where the x-axis would be the time stamp and y-axis are the data points as you can see in the fiddle link I have given.
this is how my data set array look like d= [ [ 1739966676822, 702],[ 1739966677835, 702 ]โฆ];
we are filtering this data set as x-axis to hold the timestamps and y-axis the data points.
Also this is just for demo purpose but in reality we are fetching it from backend and the data set would be so large.
If you are referring to the โspikesโ: these are most likely due to missing data for a given timestamp. Time axes are somewhat special in plotly. You can find lots of information in the forums search on that.
You need more configuration, add the following to fix it a bit, but I advise you to document yourself a bit so you can style and give more presentation to your stroke,
Another observation is that the value 702 is repeated a lot, that is why the stroke is mostly linear with peaks every x position and finally do not use fiddle for your examples it bugs a lot