Fixed series id inconsistency with fetched data due to creating a new guid in component lifecycle. It was a bug reported by a customer by not seeing the label of time series correctly in a data history widget in view mode. As a fix, I set the seriesId of the time series to the id of the data history time series in the 3d config file for consistent id mapping:
with fix:
Testing ๐งช
You can test it by creating a data history widget with a time series with a label and see it in View mode using ADT3DScenePage story.
Summary of changes ๐
Fixed series id inconsistency with fetched data due to creating a new guid in component lifecycle. It was a bug reported by a customer by not seeing the label of time series correctly in a data history widget in view mode. As a fix, I set the
seriesId
of the time series to the id of the data history time series in the 3d config file for consistent id mapping:with fix:
Testing ๐งช
You can test it by creating a data history widget with a time series with a label and see it in View mode using ADT3DScenePage story.
Checklist โ๏ธ