Defaults Module

Contains mutable global default values. Changing these values will apply the default values to all consecutive Graph generations.

Functions and values

Function or value Description

DefaultDisplayOptions

Full Usage: DefaultDisplayOptions

Returns: DisplayOptions
Returns: DisplayOptions

DefaultHeight

Full Usage: DefaultHeight

Returns: int

The default height of the graph container in generated html files. Default: 600 (px)

Returns: int

DefaultWidth

Full Usage: DefaultWidth

Returns: int

The default width of the graph container in generated html files. Default: 600 (px)

Returns: int

reset ()

Full Usage: reset ()

Parameters:
    () : unit

reset global defaults to the initial values

() : unit