UNPKG

apexcharts

Version:

A JavaScript Chart Library

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