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
There is no option to set "xDomain" for candlestick charts. Even for line chart this functionality break when interacting with chart itself (touch index is calculated as if chart is always stretched from start to end, thus ignoring xDomain interval).
For those who might be interested I have made patch that fixes both issues and allows both line and candlestick chart to be drawn inside xDomain interval.
There is no option to set "xDomain" for candlestick charts. Even for line chart this functionality break when interacting with chart itself (touch index is calculated as if chart is always stretched from start to end, thus ignoring xDomain interval).
For those who might be interested I have made patch that fixes both issues and allows both line and candlestick chart to be drawn inside xDomain interval.
Examples:
Patch content - react-native-wagmi-charts+2.6.0.patch
The text was updated successfully, but these errors were encountered: