Hiding custom series by row
Open
en
new-feature
topic: custom
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### Version
5.1.2
### Steps to reproduce
View the example: https://echarts.apache.org/examples/en/editor.html?c=custom-profile
Add a legend so that "CategoryA" can be hidden by clicking on it in the legend.
### What is expected?
Legend will show for each of categoryA,categoryB,categoryC
### What is actually happening?
Legend doesn't show as each series doesn't have 'name'
---
How do we create 'name' for each of categoryA,categoryB,categoryC so that the legend can reference them?
Contributor guide
Assessment
This issue has not been assessed yet.