You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π‘ Note that chartjs-plugin-datasource-prometheus must be loaded after Chart.js and Moment.js.
65
+
π‘ Note that chartjs-plugin-datasource-prometheus must be loaded after Chart.js and the date-fns adapter
61
66
62
67
## π‘ Quick start
63
68
@@ -137,6 +142,7 @@ var myChart = new Chart(ctx, {
137
142
|**tension**| no | Bezier curve tension of the line. Set to 0 to draw straightlines. This option is ignored if monotone cubic interpolation is used |`0.4`|
138
143
|**cubicInterpolationMode**| no | "default" or "monotone" |`"default"`|
139
144
|**stepped**| no | false, true, "before", "middle" or "after" |`false`|
145
+
|**stacked**| no | Whether values are stacked or not | false |
140
146
|**fill**| no | Fills the area under the line |`false`|
141
147
|**borderWidth**| no | Should I explain this field? |`3`|
142
148
|**backgroundColor**| no | Should I explain this field? | See library source code |
0 commit comments