UNPKG

apexcharts

Version:

A JavaScript Chart Library

18 lines (15 loc) 287 B
// @ts-check /** * ApexCharts — violin entry point. * * Usage: * import ApexCharts from 'apexcharts/violin' * * Registers: violin */ import ApexCharts from '../apexcharts' import Violin from '../charts/Violin' ApexCharts.use({ violin: Violin, }) export default ApexCharts