サンプルコード:
formatToolTip: function() {
var tt = this.x + ' = ' + this.y + ' (this.percentage + ' %)';
return tt;
}
this.percentage
は常に未定義です。私はhighcharts 3.0.0で作業する初心者です
サンプルコード:
formatToolTip: function() {
var tt = this.x + ' = ' + this.y + ' (this.percentage + ' %)';
return tt;
}
this.percentage
は常に未定義です。私はhighcharts 3.0.0で作業する初心者です