Graph Widget
The graph widget provides graphical line chart display for historical and current widget data.
Configurable components
Name | Description |
---|---|
card | Background button card component |
primary | Button component |
Widget Properties
Class Name | Description |
---|---|
value | Value to display on the graph. Defaults to 0. |
Common CSS Properties
These CSS properties configure the underlying button component.
Property | Description |
---|---|
background | Background color of the graph |
color | Text color of the graph |
Vuetify CSS Properties
Set these CSS properties to modify the underlying ChartJS component.
Property | Description |
---|---|
--w-background-color | Background color of the graph |
--w-background-border | Background border color of the graph |
--w-point-border-color | Point border color of the graph |
--w-point-background-color | Point background color of the graph |
--w-border-color | Border color of the graph |