fix(ops): 移除饼图 hover 时的 emphasis label 横线标签
保留 tooltip 悬浮卡片,仅去掉 hover 饼块时弹出的文字标签。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -459,14 +459,7 @@ function getStatusDistributionChartOptions(): ECOption {
|
|||||||
emphasis: {
|
emphasis: {
|
||||||
scale: true,
|
scale: true,
|
||||||
scaleSize: 8,
|
scaleSize: 8,
|
||||||
label: {
|
label: { show: false },
|
||||||
show: true,
|
|
||||||
fontSize: 14,
|
|
||||||
fontWeight: '600',
|
|
||||||
color: '#262626',
|
|
||||||
formatter: '{b}\n{c}个',
|
|
||||||
lineHeight: 20,
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
borderColor: '#fff',
|
borderColor: '#fff',
|
||||||
|
|||||||
Reference in New Issue
Block a user