Charts

Filmstrip

filmstrip = new FilmstripChart
    el       : $ '.pillow-filmstrip'
    value    : 82
    avg      : 50
    maxLabel : '100%'

filmstrip.render()

Properties

el
null
jQuery element used to render the chart.
value
0
Value to show on the chart.
avg
null
Value for the average marker.
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

An additional color is supported.

.purple

Not available state

To render a filmstrip chart as n/a simply omit value and avg attributes.