I\'m making a homepage using, Bootstrap, JQuery and Chart.js (v2). I had my implementation working using v1, but recently just got into Bower and downloaded v2 using that.
The options object can be added to the chart when the new Chart object is created.
var chart1 = new Chart(canvas, { type: "pie", data: data, options: { legend: { display: false }, tooltips: { enabled: false } } });