General One Dimensional Graphs : General properties used in one dimensional visualizations

# graphOrientation
Specifies the orientation of one-dimensional graphs
Type: string
Default: horizontal
Options: horizontal, vertical

graphOrientation : "horizontal"

graphOrientation : "vertical"


# invertGraph
Option to reverse one-dimensional horizontal graphs for plotting from right to left
Type: boolean
Default: false

invertGraph : true

invertGraph : false