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!
The frontend of Plotly Dash is rendered using React, which makes it relatively straight forward to create custom Dash components from React components. I would therefore recommend that you find a similar React component and use that instead. Another option would be to convert the Vue component to React, but I haven't got any experience with it, so I am not sure how well it works.
2.1m questions
2.1m answers
60 comments
57.0k users