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> </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
}, },