X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Ftwo-axes.html;h=d81e10cdcb01504192de48a4fe4e6794d37eadcc;hb=606568fef36a321148399da4c58a05e2753ac2f9;hp=e6b1b6d1a232e8fb9bbf42f5fba81db1582bd94d;hpb=aa4ddc566f93285d35c3110ac93d0bd135f3943d;p=dygraphs.git diff --git a/tests/two-axes.html b/tests/two-axes.html index e6b1b6d..d81e10c 100644 --- a/tests/two-axes.html +++ b/tests/two-axes.html @@ -1,8 +1,9 @@ + Multiple y-axes @@ -61,6 +62,13 @@ labelsKMB: true } ); + + function update(el) { + g.updateOptions( { fillGraph: el.checked } ); + g2.updateOptions( { fillGraph: el.checked } ); + } + +