We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17c86eb + a585715 commit 8fd03d0Copy full SHA for 8fd03d0
lib/core.js
@@ -52,11 +52,11 @@ module.exports = {
52
var ctx = el.getContext("2d");
53
Chart.types.Doughnut.extend({
54
name: "DoughnutTextInside",
55
- // showTooltip: function () {
56
- // this.chart.ctx.save();
57
- // Chart.types.Doughnut.prototype.showTooltip.apply(this, arguments);
58
- // this.chart.ctx.restore();
59
- // },
+ showTooltip: function () {
+ this.chart.ctx.save();
+ Chart.types.Doughnut.prototype.showTooltip.apply(this, arguments);
+ this.chart.ctx.restore();
+ },
60
defaults: {
61
labelScale: 100
62
},
0 commit comments