Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/apexcharts/src/features/
Upload File :
Current File : /var/www/html/reddsis/node_modules/apexcharts/src/features/toolbar.js

// @ts-check
import ApexCharts from '../apexcharts'
import Toolbar from '../modules/Toolbar'
import ZoomPanSelection from '../modules/ZoomPanSelection'

// Toolbar and ZoomPanSelection are always registered together — zoom/pan
// controls require both to function. Toolbar renders the UI buttons;
// ZoomPanSelection handles the mouse/touch interaction.
ApexCharts.registerFeatures({
  toolbar: Toolbar,
  zoomPanSelection: ZoomPanSelection,
})

export default ApexCharts