1.0.14 • Published 2 years ago
@moux/apexcharts v1.0.14
@moux/apexcharts
This is my personal fork of apexcharts.js (based on version 3.36.3).
Changes from original package
- set
options.reticule.enabledtotrueto enable a permanent x axis crosshair (options.tooltip.enabledmust be set tofalse) options.chart.events.preciseClickwill fire on click ifoptions.reticule.enabledis set totrueand deliver the folowing arguments:( event, chartContext, config, { x, y } )- Panning has to be explicitly enabled by setting
options.chart.pan.enabled