DmitryBaranovskiy / g.raphael

Charts for Raphaël
http://g.raphaeljs.com/
1.52k stars 435 forks source link

bugfix: loop through colors if less colors than bars #198

Open simschla opened 10 years ago

simschla commented 10 years ago

without this fix, a bar-chart having more bars than colors does only show colors.length bars, the rest of the bars are invisible. Using this approach, the remaining bars start to reuse already used colors.