gwatts / jquery.sparkline

A plugin for the jQuery javascript library to generate small sparkline charts directly in the browser
http://omnipotent.net/jquery.sparkline/
1.24k stars 278 forks source link

Ability to choose series colors in bar charts #15

Closed sanxac closed 12 years ago

sanxac commented 12 years ago

For stacked bar charts the colors can be an array, how about adding this to bar charts so that each bar is a different color. Is this possible?

gwatts commented 12 years ago

It is already possible - Specify colorMap: ["red", "green", "blue", etc]