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