Package Exports
- apexpredator
- apexpredator/dist/apexcharts.common.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (apexpredator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
apexpredator.js
My fork of apexcharts.js (v3.49.1).
Changes
- Panning has to be explicitly enabled by setting
options.chart.pan.enabled
- set
options.reticule.enabled
totrue
to enable a permanent x axis crosshair (options.tooltip.enabled
must be set tofalse
) options.chart.events.preciseClick
will fire on click ifoptions.reticule.enabled
is set totrue
and deliver the following arguments:( event, chartContext, config, { x, y } )