|
|
|
@ -224,7 +224,7 @@ export default {
|
|
|
|
|
dataLabels: {
|
|
|
|
|
enabled: true,
|
|
|
|
|
formatter: function () {
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.h + '%';
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.y + '%';
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
showInLegend: false,
|
|
|
|
@ -334,7 +334,7 @@ export default {
|
|
|
|
|
dataLabels: {
|
|
|
|
|
enabled: true,
|
|
|
|
|
formatter: function () {
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.h + '%';
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.y + '%';
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
showInLegend: false,
|
|
|
|
@ -444,7 +444,7 @@ export default {
|
|
|
|
|
dataLabels: {
|
|
|
|
|
enabled: true,
|
|
|
|
|
formatter: function () {
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.h + '%';
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.y + '%';
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
showInLegend: false,
|
|
|
|
@ -554,7 +554,7 @@ export default {
|
|
|
|
|
dataLabels: {
|
|
|
|
|
enabled: true,
|
|
|
|
|
formatter: function () {
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.h + '%';
|
|
|
|
|
return this.point.options.name + '<br>' + this.point.options.y + '%';
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
showInLegend: false,
|
|
|
|
|