UNPKG

apexcharts

Version:

A JavaScript Chart Library

8 lines (5 loc) 174 B
// @ts-check import ApexCharts from '../apexcharts' import Legend from '../modules/legend/Legend' ApexCharts.registerFeatures({ legend: Legend }) export default ApexCharts