Dashboard
Chart Js documentations
<!-- Find the JS file for the following chart at: src/js/charts/chartjs/chart-doughnut.js-->
<!-- If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/theme.js-->
<canvas class="max-w-100" id="chartjs-doughnut-chart" width="350"></canvas>
<!-- Find the JS file for the following chart at: src/js/charts/chartjs/chart-pie.js-->
<!-- If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/theme.js-->
<canvas class="max-w-100" id="chartjs-pie-chart" width="350"></canvas>
<!-- Find the JS file for the following chart at: src/js/charts/chartjs/chart-polar.js-->
<!-- If you are not using gulp based workflow, you can find the transpiled code at: public/assets/js/theme.js-->
<canvas class="max-w-100" id="chartjs-polar-chart" width="350"></canvas>