Skip to content
On this page

Title

Parent: graph

A String which changes the title of the graph.

Example Usage

js
theme: SoftUI({
    index: {
        graph: {
            title: "Memory Usage"
        }
    }
})

Types

Released under the MIT License.