redpandatronicsuk / arty-charty

React Native plugin for rendering charts using ART
MIT License
43 stars 7 forks source link

Display point value above/below each point #8

Open gusbueno opened 7 years ago

gusbueno commented 7 years ago

Hi dude! I found your chart lib awesome with many configuration possibilities but I was wondering if is possible to display the point value above/below each point.

Can I do it? how?

Thanks a lot!

redpandatronicsuk commented 7 years ago

Hi, thanks for your feedback. At the moment this is not possible. Shouldn't be hard to add that feature however, just a few lines of code..

Which charts in particular are you talking about (lines, splines, area, etc?) I'm quite busy at the moment, but if have some spare time next week I'll add that feature.

If you want to have a go yourself and submit a PR, you probably just need to add a a in the function _makeMarker in arty-charty/animated-circles-marker.js.

gusbueno commented 7 years ago

Hi! thanks for the quick answer! I was talking about line charts. I will try to do it by myself but is the first time that I do this kind of things, anyway, I will do my best ^^'

Thanks a lot!