diff --git a/README.md b/README.md index 6a5d2d6..765fa5d 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ To configure the trendline plugin you simply add a new config options to your da trendlineLinear: { colorMin: "red", colorMax: "green", - lineStyle: "dotted|solid", + lineStyle: "dotted|solid|dashed|dashdot", width: 2, xAxisKey: "time" (optional), yAxisKey: "usage" (optional),