All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.1.3 (2024-01-30)
- visualizations: add more significant digits to y axis (2db2cb)
2.1.2 (2023-12-06)
- visualizations: only check datastreams with data types in unsupported check (3ef533f)
2.1.1 (2023-06-21)
- visualizations: pass through significant digits to legend component (a49f9df)
2.1.0 (2023-06-21)
- visualizations: add significant digit configuration (ae813e9)
- docs: update dataStream in docs (50c0e75)
2.0.0 (2023-05-30)
- remove aggregates from dataStreams
- remove aggregates from dataStreams (76563af)
1.9.1 (2023-05-24)
- visualizations: use passed in label in status-timeline component (86d3172)
1.9.0 (2023-05-01)
- charts accept aggregationType (1be63e2)
1.8.4 (2023-04-27)
- unsupported data check if loading (f5ea4a9)
1.8.3 (2023-04-27)
- check if data is loading for unsupported types (b9d3f64)
1.8.2 (2023-04-27)
- core: refactor listener registration for tooltip (b37b0f2)
- core: refactor webgl positioning to account for webglcontext viewframe (01e161e)
- hide legend and error state on loading or empty state (6f2ae53)
1.8.1 (2023-04-12)
- add left position to tooltip (5a40e42)
1.8.0 (2023-04-12)
- portal tooltips (d4a287e)
1.7.1 (2023-03-31)
- legend: fix name and unit gap in legend (25fd79c)
1.7.0 (2023-03-29)
- iot-app-kit-vis: replace dateChanged event emitter with setViewport (#264) (804d0f9)
- rename any sc- components to iot-app-kit-vis- (#260) (657efab)
- rename core pckg to iot-app-kit/charts-core (773775a)
- replace SC components with iot-app-kit/charts in react package (b3f3428)
- replace synchro-charts in react package with charts-core (e8ca248)
- status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
- synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)
- base-chart: fix gesture+live mode bug and throttle (da96931)
- do not call dateRangeChange in live mode (#220) (a1934cc)
- do not emit dateRangeChange in live mode (#210) (290098b)
- missing scene issue #255 (#233) (c285e9e)
- stop onUpdate if scene does not exist (#226) (719ef32)
- styles: fix table row height (#228) (f4c2ca0)
1.5.0 (2023-03-27)
- iot-app-kit-vis: replace dateChanged event emitter with setViewport (#264) (804d0f9)
- rename any sc- components to iot-app-kit-vis- (#260) (657efab)
- rename core pckg to iot-app-kit/charts-core (773775a)
- replace SC components with iot-app-kit/charts in react package (b3f3428)
- replace synchro-charts in react package with charts-core (e8ca248)
- status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
- synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)
- do not call dateRangeChange in live mode (#220) (a1934cc)
- do not emit dateRangeChange in live mode (#210) (290098b)
- missing scene issue #255 (#233) (c285e9e)
- stop onUpdate if scene does not exist (#226) (719ef32)
- styles: fix table row height (#228) (f4c2ca0)
1.3.0 (2023-03-27)
1.2.0 (2023-03-09)
1.1.0 (2023-03-07)
- status-timeline: visually differentiate value change when data points have no associated breached thresholds (94f6181)
- synchro-charts: refactor webgl context to all it to be placed in any scope (94f7f3b)
- do not call dateRangeChange in live mode (#220) (a1934cc)
- do not emit dateRangeChange in live mode (#210) (290098b)
- missing scene issue #255 (#233) (c285e9e)
- stop onUpdate if scene does not exist (#226) (719ef32)
- styles: fix table row height (#228) (f4c2ca0)
- first iot-app-kit-visualizations release