Toast Ui ChartsOfficial Website

The TOAST UI Chart provides many types of charts to visualize the various forms of data.

CSS
<!-- Toast Ui Chart js -->
<script src="{{url_for('static' ,filename='libs/tui-chart/dist/tui-chart.min.css')}}"></script>
Javascript
<!-- ApexChart js -->
<script src="{{url_for('static' ,filename='libs/tui-chart/dist/tui-chart-all.min.js')}}"></script>
<script src="{{url_for('static' ,filename='libs/tui-chart/dist/maps/usa.js')}}"></script>
Initjs (Custom js)
<!-- Init js -->
<script src="{{url_for('static' ,filename='js/pages/tui-charts.init.js')}}"></script>
Add Package
yarn add @toast-ui/chart --save
Remove Package
yarn remove @toast-ui/chart --save or you can remove package by removing specific package from package.json
© Skote.