??
This commit is contained in:
parent
0cc623c98b
commit
174f5ac79e
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user