Installation & Usage

Download

npm

Installing via npm

npm install apexcharts --save
npm install apexstock --save

Usage

import ApexStock from 'apexstock'

OR

Direct <script> include

Another way is to directly include it in your html

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