Fix Funnel chart labels get hidden when you hover on them
This commit is contained in:
@@ -141,7 +141,7 @@ export default class FunnelChart extends BaseChart {
|
||||
},
|
||||
emphasis: {
|
||||
label: {
|
||||
show: false,
|
||||
show: tooltip.fixed,
|
||||
fontSize: 14,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user