Closed zhangyuz closed 4 years ago
Hi @zhangyuz ,
Thanks for reporting the issue. As you mentioned in your report's description, it's most probably caused by the fact that the Stock GUI styles are in conflict with Vuetify, but it's hard to guess what exactly can cause the issue. I suggest you to debug the problem by inspecting the GUI elements, and taking a look on applied styles to find out which definition affects on them.
Anyway, could you provide me with the demo where the problems occurs?
Hi, @Denyllon , you can find my demo code here: https://github.com/zhangyuz/quantz_deluge
Thank you for providing me with the repo.
As I guessed, the problem is that the Vuetify's .v-application ul
selector directly interferes the style of all native HTML elements (namely the <ul>
in this case), and adds them padding-left: 24px
.
You definitely need to consider redefining your styling within app.
@Denyllon many thanks, I will try to fix it
I am using Vue2, vuetify and latest highcharts-vue for a stock visualization web page, but stocktools bar not renderting as expected. I followed the guide here:https://www.highcharts.com/docs/stock/stock-tools
and my code as following:
Is it possible highchart conflicts with vuetify? or am I doing something wrong? help needed 😩.