Wenli Zhang

Results 464 comments of Wenli Zhang

Items with the same `name` are grouped and controlled together in legend. So you may set the same `data.name` for the items you wish to group together and `data.itemStyle.color` to...

https://echarts.apache.org/zh/option.html#series-line.labelLayout.hideOverlap

There is only one series so `visualMap.seriesIndex` should be 0. Here are two examples you can learn from: https://echarts.apache.org/examples/zh/editor.html?c=line-sections https://echarts.apache.org/examples/zh/editor.html?c=line-aqi

If the interval is 6, then it should be `6, 0, -6`. How should it decide to be `4, -2`?

And I'm not sure how to let the axis know that this is a normalized series and should use `%` in the axis labels. Maybe it's still necessary to set...

This is not supported by now. Any special case that this is required?

Even with these intermediate labels, the mapping from color to value is not clear without hovering on the data to see the mapped position in the visualMap component. So I...

Thanks for your contribution. I do think this should be enhanced. Along with this case, there are also cases with punctuation. I'm going to make a full test of these...

Why do I have different result (110% being hidden) when the container height is small before the change of this PR?

I think the reason why it only supports category is that for value axis, it's meaningless to display labels with interval 0.