Meter Graphs : General parameters in meter graphs

# meterAlign
Horizontal alignment of the title, value and subtitle text in a card meter.
Type: string
Default: left
Options: left, center
Used in: Meter

meterAlign : "left"

meterAlign : "center"


# meterBackgroundColor
Color for the Meter Background Color
Type: color
Default: rgb(229,229,229)
Used in: Meter

meterBackgroundColor : "rgb(229,229,229)"

meterBackgroundColor : "#FFCDD2"

meterBackgroundColor : "#BBDEFB"


# meterCard
Frame each meter tile in a dashboard-style card (a rounded rectangle with a subtle border) and shrink the dial to fit the title and value text inside it.
Type: boolean
Default: false
Used in: Meter

meterCard : true

meterCard : false


# meterMargin
Gap in pixels between the dashboard meter cards and around them, kept uniform for single meters and grids of meters
Type: integer
Default: 10
Used in: Meter

meterMargin : 10

meterMargin : 25


# meterNeedleColor
Color for the Meter Needle Color
Type: color
Default: rgb(0,0,0)
Used in: Meter

meterNeedleColor : "rgb(0,0,0)"

meterNeedleColor : "#FF0000"

meterNeedleColor : "blue"


# meterThickness
A number between 0.1 and 1 to adjust the thickness of the vertical, horizontal and state meters as a fraction of the available space, so the meter always stays inside the canvas
Type: float
Default: 1
Used in: Meter

meterThickness : 25

meterThickness : 50

meterThickness : 75


# meterTitleAlign
Alignment of the title along the axis for the horizontal and vertical meters (start = left/bottom, end = right/top).
Type: string
Default: center
Options: start, center, end
Used in: Meter

meterTitleAlign : "start"

meterTitleAlign : "center"

meterTitleAlign : "end"


# meterTopology
Topology set up for the meters
Type: string
Default: auto
Options: auto, grid, horizontal, vertical
Used in: Meter

meterTopology : "grid"

meterTopology : "horizontal"

meterTopology : "vertical"


# meterType
Type of meter.
Type: string
Default: gauge
Options: gauge, speedometer, vertical, horizontal, state, digital, number, card
Used in: Meter

meterType : "gauge"

meterType : "speedometer"

meterType : "vertical"