Wenli Zhang

Results 464 comments of Wenli Zhang

Thanks for this. I think it would be a valuable feature for ECharts's i18n ability. We will do some research to see how much work is required for this feature.

Setting `grid.right` to be larger seems to be the only possible solution. You can calculate the min/max values and convert it into string and calculate the approximate width if necessary.

Canvas/SVG don't have methods to render text along a path so I'm afraid such a feature would be hard to implement.

You are welcomed to make a pull request to https://github.com/ecomfe/zrender

This doesn't seem to be a bug. When labels are overlapped, it will not be displayed. The last label has higher priority so the label on its left-side is not...

When using `'path://...'`-like icons, the color is decided by series/data. If you want to customize the color of the icon in the legend, use `'image://...'` instead.

目前不支持,如果有需要的话欢迎提 PR 。[这里](https://github.com/apache/echarts/wiki/How-to-setup-the-dev-environment) 是教程

如果是想要画矩形的话可以直接用 [graphic.element-rect](https://echarts.apache.org/en/option.html#graphic.elements-rect)

This doesn't seem to be a problem with ECharts. If the chart has bigger radius on hovering, then you should probably decrease the default radius to make the hovered radius...

If this is the case, you should set a bigger size for your container and use an outer container to control the overflow. ```html ```