vue-apexcharts icon indicating copy to clipboard operation
vue-apexcharts copied to clipboard

CSS problems with vue-apexcharts

Open FoudreNoire26i opened this issue 3 years ago • 2 comments

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 ? Capture d’écran 2021-07-28 à 11 45 14

FoudreNoire26i avatar Jul 28 '21 09:07 FoudreNoire26i

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.

chite avatar Aug 13 '21 03:08 chite

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.

FoudreNoire26i avatar Aug 13 '21 07:08 FoudreNoire26i