How to use the apexcharts/dist/apexcharts.common function in apexcharts

To help you get started, weā€™ve selected a few apexcharts examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github apexcharts / react-apexcharts / src / react-apexcharts.jsx View on Github external
componentDidMount () {
    const current = React.createRef ? this.chartRef.current : this.chartRef
    this.chart = new ApexCharts(current, this.getConfig())
    this.chart.render()
  }

apexcharts

A JavaScript Chart Library

MIT
Latest version published 4 days ago

Package Health Score

98 / 100
Full package analysis