echarts
echarts copied to clipboard
[Feature] Chip Style Legend Items
What problem does this feature solve?
Custom styling of legend items wrapping both the icon and the text. This is currently not an option. Something that looks like this:
What does the proposed API look like?
Similar to itemStyle or textStyle in option.legend, we should also have groupStyle.
This may already be possible with the current API, please let me know if so!
see similar #20339