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