Charts

Meter

meter = new MeterChart
    el          : $('.pillow-gauge')
    max         : 25
    value       : 20
    maxLabel    : '25%'

meter.render()

Properties

el
null
jQuery element used to render the chart.
value
null
Value to show on the chart.
max
100
Defines the max scale value.
maxLabel
null
Label displayed as max value; leave null to hide it.
animationDuration
1500
Duration in milliseconds.
autoAnimate
yes
Set yes to automatically play animation when rendered.

Colors

Meter chart support the same colors as Gauge chart.

Not available state

To render a meter chart as n/a simply omit the value property.