chart js line straight code example
Example 1: chart js no points
var chartConfig = {
type: 'line',
options: {
elements: {
point:{
radius: 0
}
}
}
}
Example 2: chartjs line color
backgroundColor: '',
borderColor: ''