API Reference#
Packages#
| Package | Description |
|---|---|
| @plotex/chart-def | This package contains core types that define the chart definition. |
| @plotex/lib-apex | Adapter library that extends Plot to use the ApexCharts library. |
| @plotex/render-dom | Plugin for Plot to render a chart into the DOM. For use in the browser. |
| @plotex/render-image | Plugin for Plot to render a chart to an image file. For use in Node.js. |
| @plotex/serialization | This package contains core types for serializing data. |
| plot | A simple and forgiving chart plotting library for JavaScript and TypeScript. |