Version
5.3.0
Link to Minimal Reproduction
No response
Steps to Reproduce
option = {
series: [
type: 'sankey',
......
],
color: ['red', '']
}
Current Behavior
颜色中带有空字符串时报错,目前只发现桑基图报错,饼图、散点图等其他图表不报错。
Expected Behavior
不报错
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Version
5.3.0
Link to Minimal Reproduction
No response
Steps to Reproduce
option = {
series: [
type: 'sankey',
......
],
color: ['red', '']
}
Current Behavior
颜色中带有空字符串时报错,目前只发现桑基图报错,饼图、散点图等其他图表不报错。
Expected Behavior
不报错
Environment
Any additional comments?
No response