Issue with Line Chart Not Plotting Last Data Point
Hi PTC Community,
I'm currently facing an issue with the line chart in ThingWorx. Occasionally, the line chart fails to plot the last data point from the dataset. This happens inconsistently, and I haven't been able to identify a clear pattern or cause.
Here are a few details about the issue:
- The dataset is correctly populated, and I have verified that the last data point exists.
- The issue doesn't occur every time but happens sporadically.
- When I inspect and check the preview in the API response, I can see the last data point is present, but it still doesn't show on the chart.
- The same data is binded to Grid and chart and i can see the last timestamp is 2024-10-24 22:00:00.000 on grid where as 2024-10-24 19:33:09.444 in linechart.
Note - i am using ChartType as Step in linechart.Additionally, I noticed that when I change the start date from X time to Y time while keeping the end date the same, the graph plots correctly when using Y time as the start date.


