diff --git a/src/components/CustomChart/index.vue b/src/components/CustomChart/index.vue index cb38a75..6fea3e9 100644 --- a/src/components/CustomChart/index.vue +++ b/src/components/CustomChart/index.vue @@ -19,7 +19,7 @@ export default { }, height: { type: Number, - default: 0 + default: null } }, data() { @@ -83,6 +83,6 @@ export default {