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
Candlestick Chart | Render issue | On render the chart does not render until I apply selection to volume
Summary
As mentioned above when my candlestick chart is loaded it is not yet displayed until I make a selection on the volume bar chart it is linked to. So far I presume this has to do with the fact that I am not creating an instance of ApexCharts and then firing the render function. However, that wouldn't be possible (as far as I know) as I am using functional components.
I have created a code sample below which is based off of your demo of the candlestick bar chart combo where this issue also occurs.
The chart is being used inside a NextJS application.
On the plus side - the connection between the two charts is alive and well 😅 It re-renders and then draws the chart data when I select some data from the volume bar chart.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Candlestick Chart | Render issue | On render the chart does not render until I apply selection to volume
Summary
As mentioned above when my candlestick chart is loaded it is not yet displayed until I make a selection on the volume bar chart it is linked to. So far I presume this has to do with the fact that I am not creating an instance of ApexCharts and then firing the render function. However, that wouldn't be possible (as far as I know) as I am using functional components.
I have created a code sample below which is based off of your demo of the candlestick bar chart combo where this issue also occurs.
The chart is being used inside a NextJS application.
Code Example
On the plus side - the connection between the two charts is alive and well 😅 It re-renders and then draws the chart data when I select some data from the volume bar chart.
The text was updated successfully, but these errors were encountered: