Trouble updating ax2 chart using a callback from ax1 #496
Answered
by
TomaszKot2
TomaszKot2
asked this question in
Q&A
-
|
I would like to create daily candlestick chart on ax. What I tried: However it doesn't work for me. On ax2 there are only red candle bodies appearing, with infinite height (looking like a barcode), instead of a valid candlestick chart. |
Beta Was this translation helpful? Give feedback.
Answered by
TomaszKot2
Feb 21, 2024
Replies: 1 comment
-
|
EDIT: Resetting the index solved it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TomaszKot2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EDIT: Resetting the index solved it.
df_filtered.reset_index(inplace=True)