Fix Funnel chart labels get hidden when you hover on them

This commit is contained in:
Atanas Yonkov
2023-05-29 14:17:45 +03:00
parent 7c7136fd6b
commit af62eba712
+1 -1
View File
@@ -141,7 +141,7 @@ export default class FunnelChart extends BaseChart {
},
emphasis: {
label: {
show: false,
show: tooltip.fixed,
fontSize: 14,
},
},