【发布时间】:2018-01-18 08:03:08
【问题描述】:
【问题讨论】:
标签: javascript php charts highcharts
【问题讨论】:
标签: javascript php charts highcharts
highcharts 饼图有一个选项可以设置您自己的数据标签格式化程序。见https://api.highcharts.com/highcharts/plotOptions.pie.dataLabels.formatter
在那里你可以访问:
this.percentage Stacked series and pies only. The point's percentage of the total.
this.point The point object. The point name, if defined, is available through this.point.name.
this.series: The series object. The series name is available through this. series.name.
this.total Stacked series only. The total value at this point's x value.
this.x: The x value.
this.y: The y value.
【讨论】: