vue-apexcharts
vue-apexcharts copied to clipboard
CSS problems with vue-apexcharts
Hi, I tried to use vue-apexcharts, my graph is displayed but a CSS in vue-apexcharts/example/App.vue add properties to "#app" (like max-width: 800px). I don't know how can I remove these CSS properties or made it "scoped" at the component.
Anyone has some idea ?
Did you solve this problem? It is not clear how did you use the chart, maybe you can show more detail. Or you can try to comment out your code which reference the chart, solving the problem step by step.
I don't solve yet the problem, I uninstalled the package. I installed your package via the command line (npm install vue-apexcharts), and the problem is that a CSS in the package override my #app CSS. Then as you can see, my page has 800px of max-width.