-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Closed
Labels
Description
Version
4.8.0
Steps to reproduce
init,第三参数设置render的绘制方式为svg,并且设置显示图例,legend的type为scroll,并且图例个数足够多到能实现翻页
What is expected?
即便是svg绘制方式,图例存在滚动,图例的文字也能正常显示
What is actually happening?
实际的结果为图例文字不能显示,就算设置了legend的z属性也无效
grid的参数为top: 30, bottom: 30,containLabel: true
legend的配置参数bottom:5, textStyle: {color: "#333"}
Reactions are currently unavailable