An Object which contains all the information for the index page.
You can see further details in the graphs section.
theme: SoftUI({ index: { graph: { enabled: Boolean, lineGraph: Boolean, tag: String, max: Number, }, }, });
theme: SoftUI({ index: { graph: { enabled: true, lineGraph: false, tag: "Memory (MB)", max: 100, }, }, });
Hide properties
Indicate if the graph should be enabled
Indicate if the graph should be a line graph
The title of the graph
The tag of the graph
The max of the graph
Was this page helpful?