Chart.js charts can display several chart types, like bar charts and line charts, but Chart.js does not enable multiple chart types on the same chart code example
Example: chart js no points
var chartConfig = {
type: 'line',
options: {
elements: {
point:{
radius: 0
}
}
}
}