tvjsx / trading-vue-js

💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts. [Not Maintained]
https://tvjsx.github.io/trading-vue-demo/
MIT License
2.07k stars 629 forks source link

Sidebar width issue and styles conflict with "vue-material" #234

Open DMoN-dt opened 3 years ago

DMoN-dt commented 3 years ago

Description

1) Sidebar canvas styles conflict with vue-material

issue-01

2) Strange width=0 property on sidebar canvas tag

issue-02

PS. Thanx for this awesome library ! :+1:

DMoN-dt commented 3 years ago

.trading-vue canvas { max-width: none; }

resolves both problems