ApexCharts LogoAPEXCHARTS
  • Projects
  • Demos
  • Docs
  • Pricing
  • Embedded Analytics
☰
  • Get Started
  • Chart Essentials
  • Chart Types
  • Design
  • Integrations
  • How to
  • Options (Reference)
  • Methods

Installation

Download

npm

Installing via npm

npm install apexcharts --save

Usage

import ApexCharts from 'apexcharts'

OR

Direct <script> include

Another way is to directly include it in your html

<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>