Skip to content

Releases: Kyvis-Labs/ignition-apexcharts-module

1.0.11: Fixed issue with bar chart goals

31 Jan 16:37
Compare
Choose a tag to compare
  • Fixed problem with series data objects with more than 2 columns (keys) not showing up

1.0.10: Upgraded Apex Charts and Fixed Bugs

30 Jan 21:54
Compare
Choose a tag to compare
  • 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

15 Apr 01:26
Compare
Choose a tag to compare
  • 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

26 Feb 22:44
Compare
Choose a tag to compare
  • Fixed issue with bar chart showing goals

1.0.7: Updated ApexCharts library, added functions, and fixed bugs

12 Feb 23:09
Compare
Choose a tag to compare
  • 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

07 Jan 03:22
Compare
Choose a tag to compare
  • 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

10 Dec 22:43
Compare
Choose a tag to compare
  • Zoom level is retained when series data updates

1.0.4: Fixed binding and treemap issue

09 Dec 19:17
Compare
Choose a tag to compare
  • 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

27 Oct 15:47
Compare
Choose a tag to compare
  • Fixed issue with polarArea charts not rendering.

1.0.2: Updated to latest version of ApexCharts and bug fixes

18 Oct 15:55
Compare
Choose a tag to compare
  • 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