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