Hi Jesse,
We have
validated the shared data points, we noticed a second difference in both series
data points. We suspect that you are using DateTimeCategoryAxis as the primary
axis, and since the series are rendered with a different data source, they are
only rendered separately.
You can resolve this issue using any of
the following suggestions:
Use the same
data source for both series and sets the primary axis as DateTimeCategoryAxis, it renders the
series based on index.
OR
If you cannot
change the data source means, you can use the DateTimeAxis for your
current data points.
Kindly refer to the
attached UG document regarding DateTimeAxis and DateTimeCategoryAxis for further
information.
UG, https://help.syncfusion.com/flutter/cartesian-charts/axis-types#date-time-axis
UG, https://help.syncfusion.com/flutter/cartesian-charts/axis-types#date-time-category-axis
Thanks,
Hari Hara Sudhan. K