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
I found that using a custom yAccessor on the CandlestickSeries was not drawing any of the expected candles. Upon some investigation I found that the yAccessor was not being used in the initial filter which was excluding data due to it not having the 'close' property on the main data object.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
@react-financial-charts/[email protected]
for the project I'm working on.I found that using a custom yAccessor on the CandlestickSeries was not drawing any of the expected candles. Upon some investigation I found that the yAccessor was not being used in the initial filter which was excluding data due to it not having the 'close' property on the main data object.
Here is the diff that solved my problem:
The text was updated successfully, but these errors were encountered: