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