Merge pull request #469 from danvk/re-smooth-plotter
[dygraphs.git] / tests / plotters.html
index 30a4fd9..104ab78 100644 (file)
@@ -51,6 +51,9 @@
     and showing error bars only for some series.</p>
     <div id="mixed-error" class="chart"></div>
 
+    <h2>Smooth Lines</h2>
+    <p>See the <a href="smooth-plots.html">smooth-plots demo</a> for an example of a custom plotter which connects points using bezier curves instead of straight lines.</p>
+
     <script type="text/javascript">
       // Darken a color
       function darkenColor(colorStr) {