This commit is contained in:
xing 2020-06-30 16:05:26 +08:00
parent 0cc623c98b
commit 174f5ac79e

View File

@ -13,29 +13,29 @@
</template>
<script>
import echarts from 'echarts'
import _ from 'lodash'
import echarts from 'echarts'
import _ from 'lodash'
export default {
props: {},
data() {
return {
options: {
title: {
text: '用户来源'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#E9EEF3'
}
export default {
props: {},
data () {
return {
options: {
title: {
text: '用户来源'
},
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'cross',
label: {
backgroundColor: '#E9EEF3'
}
},
grid: {
left: '3%',
right: '4%',
}
},
grid: {
left: '3%',
right: '4%',
bottom: '3%',
containLabel: true
},