Skip to content
On this page

Max

Parent: graph

A Number which changes the max of the graph.

Example Usage

js
theme: SoftUI({
    index: {
        graph: {
            max: 100
        }
    }
})

Types

Released under the MIT License.