You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, react-native-gifted-charts supports filling the area below a single line in a LineChart (areaChart mode). However, there is no built-in way to fill the space between two Y-values (from and to) at each X position, allowing for range-based shading (e.g., confidence intervals, tolerance bands).
I would like to request a new feature that enables defining multiple fill regions using an array of { from, to, color } objects, where each defines a range to be filled between two Y-values.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Currently,
react-native-gifted-chartssupports filling the area below a single line in aLineChart(areaChartmode). However, there is no built-in way to fill the space between two Y-values (fromandto) at each X position, allowing for range-based shading (e.g., confidence intervals, tolerance bands).I would like to request a new feature that enables defining multiple fill regions using an array of
{ from, to, color }objects, where each defines a range to be filled between two Y-values.Proposed API:
Expected Behavior:
{ from, to, color }.This feature would be beneficial for displaying tolerance zones, confidence intervals, and range-based shading in data visualization.
Thanks for considering this enhancement! 🚀
Beta Was this translation helpful? Give feedback.
All reactions