Chart Js

How To Use

in the canvas tag add id and call id in the script below

HTML :
<canvas id="myChart" class="chart-lg"></canvas>
JS :
// chart(borderColor, backgroundColor, id, label, icon, dataCharts, display, lineTension)
<script> chart('#313131', '#313131', 'myChart', "Salary", " $", data1, true, true)</script>

The code above is a function that I created. If you want to customize it, you can do it in the chartJsConfig.js file

With lineTension
Line
Hidden Background
Custom Color

Click the accordions below to expand/collapse the accordion content.