Skip to content
On this page

Line Graph

Parent: graph

A Boolean which changes the graph to a line graph.

Example Usage

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

Types

Released under the MIT License.