X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FlabelsKMB.html;h=fc125c86c93561d79a8a2cedc9846027e5974492;hb=0bc4cb546af5d1ce157ad701a45169cc07c9c839;hp=9e48edf1b2df0ac4c72c95c5f8994991bb1e8d72;hpb=2cfce1c8103454bca196e57db3f23272b7ee5b6e;p=dygraphs.git diff --git a/tests/labelsKMB.html b/tests/labelsKMB.html index 9e48edf..fc125c8 100644 --- a/tests/labelsKMB.html +++ b/tests/labelsKMB.html @@ -1,12 +1,13 @@ + labelsKMB - + @@ -58,7 +59,11 @@ }); var g3 = new Dygraph(document.getElementById("labelsKMG2yValueFormatter"), data, { labelsKMG2: true, - yValueFormatter: formatValue, + axes: { + y: { + valueFormatter: formatValue + } + }, labels: ['Base', 'Power'] });