UNPKG

apexcharts

Version:

A JavaScript Chart Library

18 lines (15 loc) 299 B
// @ts-check /** * ApexCharts — unit (dot-cluster / pictogram) entry point. * * Usage: * import ApexCharts from 'apexcharts/unit' * * Registers: unit */ import ApexCharts from '../apexcharts' import Unit from '../charts/Unit' ApexCharts.use({ unit: Unit, }) export default ApexCharts