parent
fb9f992b60
commit
42435874f8
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<ms-chart v-if="visible && pieData.length > 0" :options="options" :autoresize ="true" style="width: 100%"/>
|
<ms-chart v-if="visible && pieData.length > 0" :options="options" :autoresize ="true" :height="height" style="width: 100%"/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
@ -74,6 +74,9 @@ export default {
|
||||||
default() {
|
default() {
|
||||||
return []
|
return []
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
height:{
|
||||||
|
type: [Number, String],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue