Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
131 views
in Technique[技术] by (71.8m points)

vue.js - 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!

question from:https://stackoverflow.com/questions/65862456/how-to-include-tradingvue-charts-in-python-dash

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...