Wenli Zhang

Results 464 comments of Wenli Zhang

Currently, there is no easy way to make the categories to be of different width. Further discussion required.

We need more scenarios to state why this feature requested is necessary.

Please see the note at: https://echarts.apache.org/en/api.html#events.datazoom > // data value of zoom start position; only exists in zoom event of triggered by toolbar

The logic is at https://github.com/apache/echarts/blob/master/src/component/dataZoom/AxisProxy.ts#L318 Here's how to debug: https://github.com/apache/echarts/wiki/How-to-setup-the-dev-environment#3-run-and-debug

@Sadaf-A That's great! Gantt series is quite complicated and I'd like it to be similar to the [GitHub Roadmap](https://github.com/orgs/apache/projects/327/views/3). If you are interested, maybe we could start by discussing more...

@Sadaf-A Thanks for being interested. We really appreciate the help! I don't have a clear mind about the product yet because I only did a rough research. Here's my current...

It seems that the demo works even without `large: true` with @helgasoft 's link. @bbeas Please make sure you are using the latest version. You'd better use ECharts's official link...

设置 canvas 为更大的尺寸,必要时可能需要移动元素使得在画布内(比如可以创建一个 group 放所有元素,然后对 group 调整位置),然后调用 refreshImmediately() 刷新,再导出图片

可以把所有东西加到一个 group 里,然后通过 group 的 [getBoundingRect](https://ecomfe.github.io/zrender-doc/public/api.html#zrenderdisplayablegetboundingrect) 获得包围盒。没有实际用过,如果有问题欢迎交流。

Thanks for your contribution! Can you describe what problem this bug cause?