JSPM

apexpredator

1.0.41
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q24368F
  • License MIT

A JavaScript Chart Library

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 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 following arguments:
        (
          event,
          chartContext,
          config,
          {
            x,
            y
          }
        )