@rpitchumani wrote:
Hello everyone,
I have started to use Dash lately for visualizing financial data. I am unable to generate nice charts in Plotly due to its limitations and have found Highcharts to be ideal for charting candlesticks and indicators.Is there a way to use Highcharts in a Dash app?
dcc.Graph will not accept a Highchart object as it accepts only Plotly objects.
Could html.Figure be an option to pass Highchart object?
Thank you all
regards
Ramanan
Posts: 1
Participants: 1