superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Change default border style #30

Closed lopezchr closed 6 years ago

lopezchr commented 6 years ago

When the chart is rendered, it use a default border style that is not compatible with a lot of style guide lines. I had to use this to override the default styles: .vue-highcharts { border: 0px; border-radius: 0px; box-shadow: 0 0 0; margin: 0px; }

superman66 commented 6 years ago

https://github.com/superman66/vue-highcharts#props you can use custom classname

superman66 commented 6 years ago

@lopezchr can it works? if works, please close this issue. thank you.