1options: {
2 tooltips: {
3 // Disable the on-canvas tooltip
4 enabled: false,
5 custom: function(tooltipModel) {
6 // your custom tooltip code ...
7
1<div class="row">
2 <div class="col-xs-12">
3 <canvas id="chart3" width="500" height="300" style="border:1px solid #f1f1f1; padding:20px; padding-top:40px; box-shadow:2px 2px 2px rgba(0,0,0,0.2);"></canvas>
4 <div id="chartjs-tooltip3"></div>
5 </div>
6</div>
7