Skip to content
On this page

#[ThemeConfig].index.graph

Parent: index

An Object which contains the information for the graph.

Example Usage

js
theme: SoftUI({
    index: {
        graph: {
            enabled: true,
            lineGraph: false,
            title: "Memory Usage",
            tag: "Memory (MB)",
            max: 100
        }
    }
})

Properties

Types

Released under the MIT License.