Skip to content

Commit 8fd03d0

Browse files
committed
Merge pull request #2 from LiveBy/labelSize
updating
2 parents 17c86eb + a585715 commit 8fd03d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lib/core.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ module.exports = {
5252
var ctx = el.getContext("2d");
5353
Chart.types.Doughnut.extend({
5454
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-
// },
55+
showTooltip: function () {
56+
this.chart.ctx.save();
57+
Chart.types.Doughnut.prototype.showTooltip.apply(this, arguments);
58+
this.chart.ctx.restore();
59+
},
6060
defaults: {
6161
labelScale: 100
6262
},

0 commit comments

Comments
 (0)