X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes.html;h=ad246483f431a33b766b7c636392410cd5f52eaf;hb=b050a8cb0b28ed10b42e88ad531900546b2ad8df;hp=e6b1b6d1a232e8fb9bbf42f5fba81db1582bd94d;hpb=2f5e7e1a7f5fd071b08ce92167fcab8863234075;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index e6b1b6d..ad24648 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -1,13 +1,17 @@ + + Multiple y-axes - - - - + + +

Multiple y-axes

@@ -61,6 +65,13 @@ labelsKMB: true } ); + + function update(el) { + g.updateOptions( { fillGraph: el.checked } ); + g2.updateOptions( { fillGraph: el.checked } ); + } + +