# Apexcharts
# Overview
You may visit React Apexcharts Docs (opens new window) for a proper explanation of how to use it.
We have created an Apexcharts wrapper that dynamically returns the apexcharts component from the react-apexcharts
package so that you don't have to do it manually all the time you use it.
# Usage
You can create your chart as it is in the React Apexcharts Docs (opens new window) but make sure that you do not import the react-apexcharts
package but instead add import ReactApexcharts from 'src/@core/components/react-apexcharts'
import statement.
Let us take an example of a line chart: