X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Flinear-regression.js;h=43daecd927f7483678147c08e79698a9fb32e89e;hb=21ebe38bb1eeae3a7fd73335a411bfd81c66d985;hp=de020752ce4f50821e433200a10d7a0114097ed0;hpb=5be52ac33ffa79ee2212158aaed71ec3ffb6736c;p=dygraphs.git diff --git a/gallery/linear-regression.js b/gallery/linear-regression.js index de02075..43daecd 100644 --- a/gallery/linear-regression.js +++ b/gallery/linear-regression.js @@ -1,4 +1,3 @@ -// Use this as a template for new Gallery entries. Gallery.register( 'linear-regression', { @@ -113,6 +112,7 @@ Gallery.register( labels: ['X', 'Y1', 'Y2'], underlayCallback: drawLines, drawPoints: true, + drawAxesAtZero: true, strokeWidth: 0.0 } );