Skip to content

Commit

Permalink
Updated example code in Readme with new Line Style options
Browse files Browse the repository at this point in the history
  • Loading branch information
BryceSimtars committed Sep 13, 2024
1 parent bc1da5f commit 702d8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 702d8b6

Please sign in to comment.