xxxxxxxxxx
var myChart = new Chart(
ctx, {
type: 'line',
data: {
labels: [ ]
datasets: [
{
data: [ ],
pointRadius: 0, # <<< Here.
}
]
},
options: {}
})