chartjs remove value in points from line code example
Example: chart js no points
var chartConfig = {
type: 'line',
options: {
elements: {
point:{
radius: 0
}
}
}
}