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
Is your feature request related to a problem? Please describe.
I'm trying to use the sync functionality with a candlestick chart but the candlestick chart is not rendered. I can successfully display both charts without sync. If I try to sync two line_charts it works as well.
Describe the solution you'd like
The candlestick chart rendered and synced with the other charts.
Additional context
I'm using Sinatra.
Sample code that I'm using:
defsync_candles_macdsyncing_charts(chart: {toolbar: false},height: 250,style: 'display: inline-block; width: 32%;')doline_chart(@macd_data,@macd_options)# these two line charts are rendered and syncedline_chart(@macd_data,@macd_options)candlestick_chart(@data,@data_options)endend
Is your feature request related to a problem? Please describe.
I'm trying to use the sync functionality with a candlestick chart but the candlestick chart is not rendered. I can successfully display both charts without sync. If I try to sync two
line_chart
s it works as well.Describe the solution you'd like
The candlestick chart rendered and synced with the other charts.
Additional context
I'm using Sinatra.
Sample code that I'm using:
The index template:
Note: TY for the awesome project! :)
The text was updated successfully, but these errors were encountered: