X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2FlabelsKMB.html;fp=tests%2FlabelsKMB.html;h=3b441600e296b3039596d34150d0c637f02a90ee;hb=ce31caf22475e3e1fd6d9fea192d61ff4fcd7fac;hp=9e48edf1b2df0ac4c72c95c5f8994991bb1e8d72;hpb=a4c3ece0a11e4e5c4f1f51a8bc8b7878d34ee052;p=dygraphs.git diff --git a/tests/labelsKMB.html b/tests/labelsKMB.html index 9e48edf..3b44160 100644 --- a/tests/labelsKMB.html +++ b/tests/labelsKMB.html @@ -6,7 +6,7 @@ For production (minified) code, use: --> - + @@ -58,7 +58,11 @@ }); var g3 = new Dygraph(document.getElementById("labelsKMG2yValueFormatter"), data, { labelsKMG2: true, - yValueFormatter: formatValue, + axes: { + y: { + valueFormatter: formatValue + } + }, labels: ['Base', 'Power'] });