score:-1

the options can be added while creating new chart

var piechart = new chart(canvas, {
type: "pie",
data: data,
options: {
     legend: {
        display: true,
        position : 'top'
     },
     tooltips: {
        enabled: false
     }
}
});

Related Query

More Query from same tag