How to include TradingVue charts in python Dash

Is there some way to integrate these type of charts in dash python? It seems that are Vue based charts.

https://github.com/tvjsx/trading-vue-js

Thanks!


#1 Answers

In most cases, you are safer using the Dash HTML component classes, dash-html-components ([https://github.com/plotly/dash-html-components 219)][1]. You can also provide HTML in a sandboxed iframe using the dash_html_components. IFrame(srcDoc=‘raw html here’) component, see Rendering HTML similar to Markdown 215[1]

Comments