X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=gallery%2Fper-series.js;h=425043c576b0bdca9de44897f41bcc75ce4392be;hb=178b1e0a5023bd55b8636242623e7eb82ac12d5d;hp=956cfc39b2d5f8a318f907b1204b952372e39cb7;hpb=843b58d61b5958a2d79607878b6950c722bf19f7;p=dygraphs.git diff --git a/gallery/per-series.js b/gallery/per-series.js index 956cfc3..425043c 100644 --- a/gallery/per-series.js +++ b/gallery/per-series.js @@ -25,20 +25,22 @@ Gallery.register( }, { strokeWidth: 2, - 'parabola': { - strokeWidth: 0.0, - drawPoints: true, - pointSize: 4, - highlightCircleSize: 6 - }, - 'line': { - strokeWidth: 1.0, - drawPoints: true, - pointSize: 1.5 - }, - 'sine wave': { - strokeWidth: 3, - highlightCircleSize: 10 + series: { + 'parabola': { + strokeWidth: 0.0, + drawPoints: true, + pointSize: 4, + highlightCircleSize: 6 + }, + 'line': { + strokeWidth: 1.0, + drawPoints: true, + pointSize: 1.5 + }, + 'sine wave': { + strokeWidth: 3, + highlightCircleSize: 10 + } } } );