rendro / easy-pie-chart

easy pie chart is a lightweight plugin to draw simple, animated pie charts for single values

Home Page:http://rendro.github.io/easy-pie-chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Ability to pass other data to function assigned to barColor

trojanware opened this issue · comments

While using a function as value for "barColor", I have come across people needing arbitrary data(apart from percentage) to decide the color of a bar.
We could add a property in the config, eg: "barColorArgs" which accepts an array of props from the chart config, which will be passed to the function(in addition to percentage).
I will be sending a pull request in a couple of days, will be glad to get some feedback on this.

commented

Maybe this helps: #170 (comment)