Wijmo UI for the Web
formatter フィールド
チャートラベルを書式設定する関数。
シンタックス
Javascript (Usage) 
var instance; //タイプ:wijmo.chart.piechart_labels;
var value; // Type: Function
value = instance.formatter;
Javascript (Specification) 
var formatter : Function;
使用例
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
}

関連トピック

参照

piechart_labels インターフェース

 

 


Copyright © GrapeCity inc. All rights reserved.