chart.js smouth line over the bar graph code example
Example: chartjs lineTension
options{
elements: {
line: {
tension: 0 // disables bezier curves
}
},
}
options{
elements: {
line: {
tension: 0 // disables bezier curves
}
},
}