1.0.14 • Published 8 months ago

@moux/apexcharts v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@moux/apexcharts

This is my personal fork of apexcharts.js (based on version 3.36.3).

Changes from original package

  • set options.reticule.enabled to true to enable a permanent x axis crosshair (options.tooltip.enabled must be set to false)
  • options.chart.events.preciseClick will fire on click if options.reticule.enabled is set to true and deliver the folowing arguments:
        (
          event,
          chartContext,
          config,
          {
            x,
            y
          }
        )
  • Panning has to be explicitly enabled by setting options.chart.pan.enabled
1.0.14

8 months ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago