wijmo.chart.wijbarchart 名前空間 > options タイプ : chartLabelFormatString フィールド |
Javascript (Usage) | |
---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijbarchart("option", "chartLabelFormatString"); //値を設定します var newValue; //タイプ: string $(".selector").wijbarchart("option", "chartLabelFormatString", newValue); }); |
Javascript (Specification) | |
---|---|
|
$("#barchart").wijbarchart({ chartLabelFormatString: "n0" });
一般的な数値文字列は以下のとおりです。
また、chartLabelStyle を使用してこれらのラベルのスタイルを変更できます。ラベルを非表示にすることも可能です。showChartLabels を参照してください。
options タイプ
書式文字列
chartLabelStyle フィールド
showChartLabels フィールド
wijbarchart メソッド