experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

How about a tickFormat function? #79

Open erikras opened 8 years ago

erikras commented 8 years ago

At the moment, this library, for bar charts, only has a tickTimeDisplayFormat option. This seems kind of limiting. I have money 💰 on my y-axis that I would like to run through numeral.js to format.

Would you be open to a PR to allow a general purpose value => formattedValue prop called tickFormat or tickDisplayFormat? (the former would more closely align to D3 terminology)


I've spent all day evaluating charting libraries, and this one is winning. It's awesome. I'm confused as to why it has so few stars? Is it just young?

harunhasdal commented 8 years ago

Hi @erikras we'd be more than happy to receive and merge pull requests.

I believe the popularity of this lib is low because we have been quite busy in the company and we are not proactively working on this library however any issues raised will be dealt with and as I mentioned earlier we are open to PRs.