Re: [I] [Feature] 图关系网络支持筛选边类别吗? [echarts]

2024-01-03 Thread via GitHub
echarts-bot[bot] commented on issue #19463: URL: https://github.com/apache/echarts/issues/19463#issuecomment-1876507578 @zkyzq It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to

[I] [Feature] 图关系网络支持筛选边类别吗? [echarts]

2024-01-03 Thread via GitHub
zkyzq opened a new issue, #19463: URL: https://github.com/apache/echarts/issues/19463 ### What problem does this feature solve? 看文档当前是支持筛选节点类别的,边可以筛选吗? ### What does the proposed API look like? 看文档当前是支持筛选节点类别的,边可以筛选吗? -- This is an automated message from the Apache

Re: [I] Chart resize is not correct in some case of flex box layout. [echarts]

2024-01-03 Thread via GitHub
fireflysemantics commented on issue #11791: URL: https://github.com/apache/echarts/issues/11791#issuecomment-1875763303 Since this fixes it: ``` div[echarts] { position: absolute; left: 0; top: 0; right: 0; bottom: 0; } ``` Would it b e OK to

Re: [I] [Bug] surface曲面图-网格线透明度设置不生效 [echarts]

2024-01-03 Thread via GitHub
helgasoft commented on issue #19448: URL: https://github.com/apache/echarts/issues/19448#issuecomment-1875753565 how about using _itemStyle.color_ iinstead of _itemStyle.opacity_ ? [Demo

Re: [I] [Bug] [echarts]

2024-01-03 Thread via GitHub
plainheart commented on issue #19462: URL: https://github.com/apache/echarts/issues/19462#issuecomment-1875205098 设置 [`showEmptyCircle`](https://echarts.apache.org/option.html#series-pie.showEmptyCircle) 为 `false` 即可隐藏。 -- This is an automated message from the Apache Git Service. To

Re: [I] [Bug] labelLayout: labels are jumping, shifting [echarts]

2024-01-03 Thread via GitHub
madoranges commented on issue #19460: URL: https://github.com/apache/echarts/issues/19460#issuecomment-1875106988 Alright, thanks for the workaround -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

(echarts) branch feat/break-axis updated (d1c0f2a5a -> f7a420e27)

2024-01-03 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch feat/break-axis in repository https://gitbox.apache.org/repos/asf/echarts.git from d1c0f2a5a feat(WIP): axis with break add f7a420e27 feat(WIP): axis break with label formatter No new

Re: [I] [Bug] 制作任意3D图都会出现警告geo3D exists [echarts]

2024-01-03 Thread via GitHub
minzhongshi commented on issue #18372: URL: https://github.com/apache/echarts/issues/18372#issuecomment-1875087395 我还以为是我 代码问题,搞了3d莫名其妙出来这个警告 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] series-gauge.title中存在rich属性,但是title中没有formatter属性 [echarts]

2024-01-03 Thread via GitHub
richardkc commented on issue #12026: URL: https://github.com/apache/echarts/issues/12026#issuecomment-1875079583 我也遇到了,最后只用 graphic 解决了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [Bug] [echarts]

2024-01-03 Thread via GitHub
echarts-bot[bot] closed issue #19462: [Bug] URL: https://github.com/apache/echarts/issues/19462 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[I] [Bug] [echarts]

2024-01-03 Thread via GitHub
tw19920521 opened a new issue, #19462: URL: https://github.com/apache/echarts/issues/19462 ### Version ^5.1.1 ### Link to Minimal Reproduction 1 ### Steps to Reproduce 无数据时候,即data=[],不知道为啥显示灰色饼图? ### Current Behavior