??
This commit is contained in:
parent
0cc623c98b
commit
174f5ac79e
|
@ -13,29 +13,29 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import echarts from 'echarts'
|
import echarts from 'echarts'
|
||||||
import _ from 'lodash'
|
import _ from 'lodash'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {},
|
props: {},
|
||||||
data() {
|
data () {
|
||||||
return {
|
return {
|
||||||
options: {
|
options: {
|
||||||
title: {
|
title: {
|
||||||
text: '用户来源'
|
text: '用户来源'
|
||||||
},
|
},
|
||||||
tooltip: {
|
tooltip: {
|
||||||
trigger: 'axis',
|
trigger: 'axis',
|
||||||
axisPointer: {
|
axisPointer: {
|
||||||
type: 'cross',
|
type: 'cross',
|
||||||
label: {
|
label: {
|
||||||
backgroundColor: '#E9EEF3'
|
backgroundColor: '#E9EEF3'
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
grid: {
|
},
|
||||||
left: '3%',
|
grid: {
|
||||||
right: '4%',
|
left: '3%',
|
||||||
|
right: '4%',
|
||||||
bottom: '3%',
|
bottom: '3%',
|
||||||
containLabel: true
|
containLabel: true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user