Kyvis-Labs / ignition-apexcharts-module

The module provides Perspective ApexCharts components
Apache License 2.0
59 stars 12 forks source link

Added missing beforeResetZoomHandler #63

Open keith-gamble opened 2 weeks ago

keith-gamble commented 2 weeks ago

The event handler for beforeResetZoom was visible in the component properties for the chart, but the descriptor was never created and implemented.

Added that in as an additional x-axis event.

This fixes #60