Re: [I] [Feature] Option to change the startpoint of the gauge-chart progress [echarts]

2023-11-20 Thread via GitHub
lukashufnagl commented on issue #19313: URL: https://github.com/apache/echarts/issues/19313#issuecomment-1820359313 **Still doesn't work properly** If the value is positive, it works. Thanks for the help already!!! [(Democode)](https://echarts.apache.org/examples/en/editor.html?c=gauge-si

Re: [I] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-20 Thread via GitHub
Ovilia closed issue #19275: Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts URL: https://github.com/apache/echarts/issues/19275 -- 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 t

Re: [I] Multiple dataset in gauge overlaps or show big gap while screen changes [echarts]

2023-11-20 Thread via GitHub
helgasoft commented on issue #19316: URL: https://github.com/apache/echarts/issues/19316#issuecomment-1820316673 this is by design - [progress.width](https://echarts.apache.org/en/option.html#series-gauge.progress.width) is in pixels (=constant), but you set the [radius](https://echarts.ap

Re: [PR] fix(pie): Use actual area measure instead of radius in Rose Chart #15674 [echarts]

2023-11-20 Thread via GitHub
lulu0119 commented on PR #18978: URL: https://github.com/apache/echarts/pull/18978#issuecomment-1820314395 Thank you for your response to my pull request. I agree with your suggestion that the new design should avoid changing the existing name "area" to avoid compatibility issues. Following

Re: [I] hoverLayerThreshold 是否开启单独的 hover 层的标准 [echarts]

2023-11-20 Thread via GitHub
wyzhang0401 commented on issue #19312: URL: https://github.com/apache/echarts/issues/19312#issuecomment-1820309349 > 默认 [`hoverLayerThreshold`](https://echarts.apache.org/option.html#hoverLayerThreshold) 是 `3000`,你的示例中未注释中的系列数据项总数不足 3000,因此不会开启 hover 层。 在[出现hover分层时](https://ech

Re: [I] [Bug] 声明的自定义图形不能控制拖拽方向 [echarts]

2023-11-20 Thread via GitHub
somnusnrlq commented on issue #19314: URL: https://github.com/apache/echarts/issues/19314#issuecomment-1820300385 谢谢 -- 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 unsu

Re: [I] [Bug] 声明的自定义图形不能控制拖拽方向 [echarts]

2023-11-20 Thread via GitHub
somnusnrlq closed issue #19314: [Bug] 声明的自定义图形不能控制拖拽方向 URL: https://github.com/apache/echarts/issues/19314 -- 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-mai

[I] Multiple dataset in gauge overlaps or show big gap while screen changes [echarts]

2023-11-20 Thread via GitHub
saminaali opened a new issue, #19316: URL: https://github.com/apache/echarts/issues/19316 ### Version 5.4.3 ### Link to Minimal Reproduction https://codepen.io/kikondo/pen/OJdNqNO ### Steps to Reproduce ` const series: any[] = [ { t

Re: [I] [Bug] [Urgent] Chart always visually lower than setting in mobile devices [echarts]

2023-11-20 Thread via GitHub
plainheart commented on issue #19310: URL: https://github.com/apache/echarts/issues/19310#issuecomment-1820221087 The chart has default gaps on the [`left/right/top/bottom`](https://echarts.apache.org/option.html#grid.left). You can adjust them as you like. -- This is an automated messag

Re: [I] hoverLayerThreshold 是否开启单独的 hover 层的标准 [echarts]

2023-11-20 Thread via GitHub
plainheart commented on issue #19312: URL: https://github.com/apache/echarts/issues/19312#issuecomment-1820213256 默认 [`hoverLayerThreshold`](https://echarts.apache.org/option.html#hoverLayerThreshold) 是 `3000`,你的示例中未注释中的系列数据项总数不足 3000,因此不会开启 hover 层。 -- This is an automated message from

Re: [I] [Bug] 声明的自定义图形不能控制拖拽方向 [echarts]

2023-11-20 Thread via GitHub
plainheart commented on issue #19314: URL: https://github.com/apache/echarts/issues/19314#issuecomment-1820210664 You can set `draggable` as `'horizontal'` or `'vertical'` to restrict the dragging direction. Refer to this [demo](https://echarts.apache.org/examples/editor.html?c=line-simple&

Re: [I] [Bug] 地图散点hover再放大,出现残留 [echarts]

2023-11-20 Thread via GitHub
echarts-bot[bot] commented on issue #19315: URL: https://github.com/apache/echarts/issues/19315#issuecomment-1820204737 @hulu7 Please provide a demo for the issue either with [Official Editor](https://echarts.apache.org/examples/editor.html), [CodePen](https://codepen.io/Ovilia/pen/dyYWXWM)

Re: [I] [Bug] 地图散点hover再放大,出现残留 [echarts]

2023-11-20 Thread via GitHub
echarts-bot[bot] commented on issue #19315: URL: https://github.com/apache/echarts/issues/19315#issuecomment-1820182936 @hulu7 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 sugge

[I] [Bug] 地图散点hover再放大,出现残留 [echarts]

2023-11-20 Thread via GitHub
hulu7 opened a new issue, #19315: URL: https://github.com/apache/echarts/issues/19315 ### Version 5.4.3 ### Link to Minimal Reproduction 没有链接 ### Steps to Reproduce 1. 在geo地图中添加散点,大约1个点,没有用large属性 2. hover 上其中的一个点,然后通过滚轮放大 3. 然后任意拖动地图,发现hover的点位置出现

Re: [I] [Bug] 声明的自定义图形不能控制拖拽方向 [echarts]

2023-11-20 Thread via GitHub
helgasoft commented on issue #19314: URL: https://github.com/apache/echarts/issues/19314#issuecomment-1820151351 not-a-bug, see [Official Example](https://echarts.apache.org/examples/en/editor.html?c=line-draggable) please close issue if problem solved -- This is an automated message

Re: [I] [Feature] Option to change the startpoint of the gauge-chart progress [echarts]

2023-11-20 Thread via GitHub
helgasoft commented on issue #19313: URL: https://github.com/apache/echarts/issues/19313#issuecomment-1820146855 if there is a will, ... [Demo Code](https://echarts.apache.org/examples/en/editor.html?c=gauge-simple&code=PYBwLglsB2AEC8sDeAoWszGAG0iAXMmurAGbABOAtgIZhgCmFhA5EjQL6wA8ARhQHoAfEl

Re: [I] [Bug] visualMap cannot be mapped to dimension different than 0 [echarts]

2023-11-20 Thread via GitHub
helgasoft commented on issue #19309: URL: https://github.com/apache/echarts/issues/19309#issuecomment-1820125439 duplicate of #11667 (also #19270,...) bug is known - dimension >1 does not work -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [I] [Bug] 声明的自定义图形不能控制拖拽方向 [echarts]

2023-11-20 Thread via GitHub
echarts-bot[bot] commented on issue #19314: URL: https://github.com/apache/echarts/issues/19314#issuecomment-1820113433 @somnusnrlq 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] Option to change the startpoint of the series-gauge progress [echarts]

2023-11-20 Thread via GitHub
lukashufnagl opened a new issue, #19313: URL: https://github.com/apache/echarts/issues/19313 ### What problem does this feature solve? We are currently using an Apache ECharts instance with type "gauge" to display data and it generally works really well. **Explanation of the pr

Re: [PR] feat(label): support align for min/max labels [echarts]

2023-11-20 Thread via GitHub
pissang commented on PR #19228: URL: https://github.com/apache/echarts/pull/19228#issuecomment-1818988382 Will it be more flexible if we can provide something like `minLabelStyle` / `maxLabelStyle`? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [I] hoverLayerThreshold 是否开启单独的 hover 层的标准 [echarts]

2023-11-20 Thread via GitHub
echarts-bot[bot] commented on issue #19312: URL: https://github.com/apache/echarts/issues/19312#issuecomment-1818813352 @wyzhang0401 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] hoverLayerThreshold 是否开启单独的 hover 层的标准 [echarts]

2023-11-20 Thread via GitHub
wyzhang0401 opened a new issue, #19312: URL: https://github.com/apache/echarts/issues/19312 ### Version 5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=line-stack&code=MYewdgzgLgBAtiYBrAIgQymmBeGAKMAVzgBoYoBGMqAJgEocA-GAbwCgYZR

Re: [I] Round stacked bar charts without white gap [echarts]

2023-11-20 Thread via GitHub
Ovilia commented on issue #18080: URL: https://github.com/apache/echarts/issues/18080#issuecomment-1818789686 I provide a solution [here](https://github.com/apache/echarts/issues/19275#issuecomment-1818788239) -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Round stacked bar charts without white gap [echarts]

2023-11-20 Thread via GitHub
Ovilia closed issue #18080: Round stacked bar charts without white gap URL: https://github.com/apache/echarts/issues/18080 -- 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 un

Re: [I] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-20 Thread via GitHub
Ovilia commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1818788239 I tried to make this a new feature but it seems unnatural to support this in the current pipeline. So I made [this demo](https://echarts.apache.org/examples/zh/editor.html?c=bar-sim