Releases: Kyvis-Labs/ignition-apexcharts-module
Releases · Kyvis-Labs/ignition-apexcharts-module
1.0.21: Fixed updateSeries function
- Fixed updateSeries function to process data sent in vs. looking at property model
1.0.20: Updated ApexCharts to version 3.54.1
- Updated ApexCharts to version 3.54.1
- Mouse wheel scrolling works with updated chart version
- Added updateOptions function
- Added maintainZoom to updateSeries and updateOptions
1.0.19: Updated ApexCharts and fixed bugs
- Updated Apex Charts to version 3.52.0
- Fixed issue with autocomplete for component event handlers
- Provided a workaround for the issue with box plot disappearing after updateSeries is called. This is a problem in the underlying Apex Charts library and I have submitted a ticket.
- Fixed issue with the chart rendering twice when the view is loaded.
- Added more debug messages
1.0.18: Added New Scripting Functions
- Added resetSeries function to reset zoom
- Added zoomX function to zoom into a specific time range
1.0.17: Upgraded ApexCharts and fixed bugs
- Upgraded to ApexCharts 3.49.0
- Added mouseLeave, xAxisLabelClick, and beforeZoom events
- Fixed chart width issue on mobile devices
- Fixed issue with chart not updating after changing type
- Fixed bug on 8.1.39, removed refresh rate on ReactResizeDetector
1.0.16: Added new scripting functions
- Added addPointAnnotation, clearAnnotations, and updateSeries. See README for more details.
1.0.15: Updated to Apex Charts 3.44.0
- Updated Apex Charts library to 3.44.0
- Added boxPlot to the list of chart types
1.0.14: Fixed function parsing
- Fixed how string functions are parsed from the options configuration
1.0.13: Fixed resize issue and cleaned options config
- Added react-resize-detector to handle parent and window resize
- Added logic to clean the options config, removing null and bad values
1.0.12: Upgraded Apex Charts to 3.36.3
- Fixed an issue with tooltips that existed in 3.36.0 by upgrading the library