Skip to content

Releases: Kyvis-Labs/ignition-apexcharts-module

1.0.21: Fixed updateSeries function

28 Nov 00:24
Compare
Choose a tag to compare
  • Fixed updateSeries function to process data sent in vs. looking at property model

1.0.20: Updated ApexCharts to version 3.54.1

18 Nov 16:46
Compare
Choose a tag to compare
  • 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

07 Aug 20:27
Compare
Choose a tag to compare
  • 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

21 May 21:44
Compare
Choose a tag to compare
  • Added resetSeries function to reset zoom
  • Added zoomX function to zoom into a specific time range

1.0.17: Upgraded ApexCharts and fixed bugs

22 Apr 20:41
Compare
Choose a tag to compare
  • 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

24 Oct 22:09
Compare
Choose a tag to compare
  • Added addPointAnnotation, clearAnnotations, and updateSeries. See README for more details.

1.0.15: Updated to Apex Charts 3.44.0

23 Oct 22:26
Compare
Choose a tag to compare
  • Updated Apex Charts library to 3.44.0
  • Added boxPlot to the list of chart types

1.0.14: Fixed function parsing

04 Feb 20:23
Compare
Choose a tag to compare
  • Fixed how string functions are parsed from the options configuration

1.0.13: Fixed resize issue and cleaned options config

02 Feb 16:58
Compare
Choose a tag to compare
  • 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

31 Jan 18:05
Compare
Choose a tag to compare
  • Fixed an issue with tooltips that existed in 3.36.0 by upgrading the library