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