| wijmo.chart 名前空間 > piechart_labels インターフェース : formatter フィールド |
| Javascript (Usage) | |
|---|---|
var instance; //タイプ:wijmo.chart.piechart_labels; var value; // Type: Function value = instance.formatter; | |
| Javascript (Specification) | |
|---|---|
| |
labels: {
style: {
"font-size": 11
},
formatter: function () {
return this.chartLabel + " : " + Globalize.format(this.value / this.total, "p2");
},
connectorStyle: {
fill: "red",
stroke: "red",
"stroke-width": 2
},
position: "outside",
offset: 30
}