バージョン

最終値レイヤー

最終値レイヤーは、データの最終値の軸に沿って注釈を表示します。

最終値レイヤーの有効化

最終値レイヤーは、finalValueAnnotationsVisible オプションを true に設定して有効にできます。

以下のコード スニペットは、igCategoryChart で最終値レイヤーを有効にする方法を示します。

In HTML:

$(function () {
     $("chart1").igCategoryChart({
         finalValueAnnotationsVisible: true
     });
});

以下のスクリーンショットは、最終値レイヤー使用した igCategoryChart コントロールを示します。

関連トピック:

オンラインで表示: GitHub