apexpredator
v1.0.41
Published
A JavaScript Chart Library
Downloads
27
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 } )