I'm looking to display data in a stacked bar chart of which there are a few options I have seen
- react-native-gifted-charts
- react-native-chart-kit
- Somehow creating my own with SVG?
However, I am then wanting to add a horizontal line atop the bars to show a user-defined target value.
For example, a user's earnings from 3 revenue streams (shown in yellow, oragne and brown) over several months, where they have specified a target of $100 within a settings page.
.
How would one go about this?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744303738a4567627.html
评论列表(0条)