StackedAreaChart does not use xAccessor/yAccessor props
See original GitHub issueWhat is the problem?
Passing xAccessor
/yAccessor
props to StackedAreaChart
has no effect.
When does it happen?
Everytime
What platform?
- iOS
- Android
React Native version: 0.55.3
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Reachart minPointSize props does not work when using in ...
Problem: I am working on stackedBarChart where on particular data if there is no data we need show dash as a indication there...
Read more >StackedAreaChart (JavaFX 8) - Oracle Help Center
When true, CSS styleable symbols are created for any data items that don't have a symbol node specified. Properties inherited from class javafx.scene.chart....
Read more >Make your custom charts with react-native-svg-charts and ...
If you've never used charts in your mobile app, this article will your step-by-step guide ... StackedAreaChart requires one additional prop.
Read more >Victory | VictoryStack
The origin prop is only used by polar charts, and is usually controlled by VictoryChart . It will not typically be necessary to...
Read more >react-native-svg-charts - npm
Customizable charts (Line, Bar, Area, Pie, Circle, Progress) for React Native. Latest version: 5.4.0, last published: 3 years ago.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I implemented it today actually. The
gridMin
/gridMax
will be replaced by theyMin
/yMax
andxMin
/xMax
props. Just have to thoroughly test it and then make a release.@JesperLekland got it working with the method you suggested! Still, a
gridMin/gridMax
prop would be a lot cleaner solution. Thanks!