Releases: Kyvis-Labs/ignition-apexcharts-module
Releases · Kyvis-Labs/ignition-apexcharts-module
1.0.11: Fixed issue with bar chart goals
- Fixed problem with series data objects with more than 2 columns (keys) not showing up
1.0.10: Upgraded Apex Charts and Fixed Bugs
- Upgraded Apex Charts to version 3.36.0
- Fixed issue with brush charts
- Refactored to adjust series data automatically if not in the correct format, especially from Ignition's tag historian queries
- Fixed issue with Apex Charts not appearing until screen is resized
1.0.9: Fixed infinite reload issue
- The chart continued to reload when using embedded views. If you are using ApexCharts inside of a coordinate container with percent mode, you will need to wrap the chart in a Flex container to ensure it loads properly the first time.
1.0.8: Fixed issue with bar chart showing goals
- Fixed issue with bar chart showing goals
1.0.7: Updated ApexCharts library, added functions, and fixed bugs
- Updated ApexCharts library to 3.33.1
- Added showSeries and hideSeries functions
- Function toggleSeries now returns true/false
- Fixed browser resizing issue
- Fixed animation issue
1.0.6: Fixed auto resize and added toggleSeries
- Fixed the issue where the chart doesn't resize properly when using flex or percentage based coordinate containers.
- Added a new scripting function called toggleSeries that allows you to toggle series on and off.
1.0.5: Added zoom retention
- Zoom level is retained when series data updates
1.0.4: Fixed binding and treemap issue
- Fixed an issue when individual option properties are bound in Ignition and a change doesn't update the chart. Now the chart will get destroyed properly when any option changes are made. Series changes continue to update without destroying chart.
- Fixed the treemap issue so they can be displayed properly.
- Now search for function properties with either "function (" or "function(". The space is not important anymore.
1.0.3: Bug fixes
- Fixed issue with polarArea charts not rendering.
1.0.2: Updated to latest version of ApexCharts and bug fixes
- Updated ApexCharts to version 3.28.3
- Fixed an issue with charts not loading properly with property bindings
- Fixed an issue with event handlers when set to false
- Fixed problem with rangeBar type