diff --git a/docs/series.md b/docs/series.md index 9377a43df..32a1a8dab 100644 --- a/docs/series.md +++ b/docs/series.md @@ -127,11 +127,11 @@ LineMark series is a composite series, and as such, it's possible to separate st style={{ // affect both the line and the mark part stroke: "red", - .line: { + line: { // affects just the line series strokeWidth: 2 }, - .mark { + mark: { // affects just the mark series strokeWidth: 4 }