X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=tests%2Fplotters.html;h=c354d5b5ce6dae6e69c2ea578c73a240db3849b8;hb=bf7d192b5aef6ea82e7e627d4cfcfca1cb978f23;hp=7f5242bfc8b966fd2efa41503ce44b50ea5aec78;hpb=c36a62c2638dd9a4ce0c91146b9bcb2557168aff;p=dygraphs.git diff --git a/tests/plotters.html b/tests/plotters.html index 7f5242b..c354d5b 100644 --- a/tests/plotters.html +++ b/tests/plotters.html @@ -1,13 +1,8 @@ - Plotters demo - - @@ -56,9 +48,7 @@

Smooth Lines

-

This plotter draws smooth lines between points using bezier curves:

- Smoothing: 
-
+

See the smooth-plots demo for an example of a custom plotter which connects points using bezier curves instead of straight lines.