X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=docs%2Fper-axis.html;h=09c6ebc1a149744cc7c4e28d50a429b59b03a1a8;hb=63fb149354c8fc2d3b1cc1c2d6a1789641cfa46b;hp=df59a3d6fae4108c3c8cd149bd919f536b80c43b;hpb=144034416d8119387dbdc3ce689d7b9fa4b2a0ee;p=dygraphs.git diff --git a/docs/per-axis.html b/docs/per-axis.html index df59a3d..09c6ebc 100644 --- a/docs/per-axis.html +++ b/docs/per-axis.html @@ -39,11 +39,13 @@ write:

..., { strokeWidth: 5, // default stroke width - 'Y1': { - strokeWidth: 3 // Y1 gets a special value. - }, - 'Y3': { - strokeWidth: 1 // so does Y3. + series: { + Y1: { + strokeWidth: 3 // Y1 gets a special value. + }, + Y3: { + strokeWidth: 1 // so does Y3. + } } });