Skip to content

Commit

Permalink
fix: 🐛 移除表格的title属性
Browse files Browse the repository at this point in the history
  • Loading branch information
lhncxf authored and dizuncainiao committed Aug 14, 2023
1 parent aa0b846 commit 730dbd3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
export default {
color: ['#FFC420', '#646b7a', '#2ED4A9', '#FF7125', '#0056FF'],
title: {
text: '尖漏斗',
top: '28px',
left: '28px',
textStyle: {
color: '#242934',
fontSize: 16,
fontFamily: 'PingFangSC-Semibold, "PingFang SC"'
}
},
tooltip: {
show: true,
trigger: 'item',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
export default {
color: ['#FFC420', '#646b7a', '#2ED4A9', '#FF7125', '#0056FF'],
title: {
text: '平漏斗',
top: '28px',
left: '28px',
textStyle: {
color: '#242934',
fontSize: 16,
fontFamily: 'PingFangSC-Semibold, "PingFang SC"'
}
},
tooltip: {
show: true,
trigger: 'item',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
export default {
title: {
text: '中国地图'
},
tooltip: {
trigger: 'item'
},
Expand Down

0 comments on commit 730dbd3

Please sign in to comment.