Skip to content
On this page

Enabled

Parent: graph

A Boolean which enables the graph.

Example Usage

js
theme: SoftUI({
    index: {
        graph: {
            enabled: true
        }
    }
})

Types

Released under the MIT License.