whychdw
2019-09-05 0600f47f23f2a8971e590bec88ee92f8fb5792bf
src/js/components.js
@@ -386,6 +386,11 @@
            chart: ''
        }
    },
    watch: {
        height: function(value) {
            this.chart.setSize(undefined, value);
        }
    },
    methods: {
        init: function() {
            var self = this;