dt-charts
Version:
基于echarts封装的vue组件,配置项与数据分离,简少代码量
31 lines • 470 B
JavaScript
/*
* @Description:
* @Author: yanxiao
* @Github: https://github.com/yanxiaos
* @Date: 2021-12-27 11:20:40
* @LastEditors: yanxiao
*/
export default {
title: {
show: true,
text: ''
},
legend: {
show: true,
left: '10%',
right: '10%',
type: 'scroll',
icon: 'circle'
},
tooltip: {
show: true,
trigger: 'item',
},
grid: {
top: '15%',
left: '3%',
right: '5%',
bottom: '5%',
containLabel: true
},
}