Gráfico JS Remove pontos
var chartConfig = {
type: 'line',
options: {
elements: {
point:{
radius: 0
}
}
}
}
VahidTheGreat