feat: 添加鼠标样式

This commit is contained in:
晶晶 张
2021-08-16 18:08:38 +08:00
parent d944aca3c6
commit 03a14e3f40

View File

@@ -232,7 +232,15 @@ const pieWithTable = {
}
const singleValueLine = {
tooltip: {
show: false
show: true,
enterable: true,
showContent: true,
appendToBody: true,
trigger: 'axis',
textStyle: {
width: '20px',
overflow: 'truncate'
}
},
xAxis: {
type: 'time',