Re: [I] [Feature] When hovered individual data in pie-chart, label Value change [echarts]

2024-03-06 Thread via GitHub
MatthiasMert commented on issue #19688: URL: https://github.com/apache/echarts/issues/19688#issuecomment-1982824727

Re: [I] [Bug] markArea is not accurate with bar series [echarts]

2024-03-06 Thread via GitHub
MatthiasMert commented on issue #19668: URL: https://github.com/apache/echarts/issues/19668#issuecomment-1982808508 Here is a [minimal

Re: [I] [Feature] When hovered individual data in pie-chart, label Value change [echarts]

2024-03-06 Thread via GitHub
Sandeep13-web commented on issue #19688: URL: https://github.com/apache/echarts/issues/19688#issuecomment-1982799602 what i want is to show it in default state as well. the official exmaple only shows on emphasis. I want the same thing but in label -- This is an automated message

Re: [I] [Feature] When hovered individual data in pie-chart, label Value change [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19688: URL: https://github.com/apache/echarts/issues/19688#issuecomment-1982597783 [official example](https://echarts.apache.org/examples/en/editor.html?c=pie-doughnut) is no good ? -- This is an automated message from the Apache Git Service. To respond to

Re: [I] [Feature] Add sortIndex for color callback of itemStyle when using realtimeSort [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19684: URL: https://github.com/apache/echarts/issues/19684#issuecomment-1982595152 > no params provide sorting info of data. I have to sort data manually before appling them to the bar chart So you want to change items colors, instead of preserving them

Re: [I] [Bug] Single chart multiple graphs legend for each graph is not what is expected [echarts]

2024-03-06 Thread via GitHub
MatthiasMert commented on issue #19687: URL: https://github.com/apache/echarts/issues/19687#issuecomment-1982577154 If you want your legends to contain specific items you have to configure them in [data](https://echarts.apache.org/en/option.html#legend.data). Otherwise, how would echarts

Re: [I] [Bug] TS 约束问题 [echarts]

2024-03-06 Thread via GitHub
echarts-bot[bot] commented on issue #19689: URL: https://github.com/apache/echarts/issues/19689#issuecomment-1982386112 @dadaguai-git 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

[I] [Bug] TS 约束问题 [echarts]

2024-03-06 Thread via GitHub
dadaguai-git opened a new issue, #19689: URL: https://github.com/apache/echarts/issues/19689 ### Version 5.4.3 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1. 初始化echarts 数据 2. 使用`setOption `api 更新新的参数 3. 使用`setOption`api 中 `replaceMerge`

[I] [Feature] When hovered individual data in pie-chart, label Value change [echarts]

2024-03-06 Thread via GitHub
Sandeep13-web opened a new issue, #19688: URL: https://github.com/apache/echarts/issues/19688 ### What problem does this feature solve? What i want is to show the label in default but when i hover another data, the label's value should change. I dont want to use emphasis as it

[I] [Bug] Single chart multiple graphs legend for each graph is not what is expected [echarts]

2024-03-06 Thread via GitHub
msmcgillis opened a new issue, #19687: URL: https://github.com/apache/echarts/issues/19687 ### Version 5.5.0 ### Link to Minimal Reproduction

(echarts-bot) branch master updated: sync from glitch

2024-03-06 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bot.git The following commit(s) were added to refs/heads/master by this push: new 6c44e9a sync from glitch 6c44e9a is

(echarts-bot) branch master updated: feat: enable new bing translator MET mode

2024-03-06 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-bot.git The following commit(s) were added to refs/heads/master by this push: new d8d109b feat: enable new bing translator

Re: [I] [Bug] 图标中的代表标注缺失了。 [echarts]

2024-03-06 Thread via GitHub
github-actions[bot] commented on issue #16618: URL: https://github.com/apache/echarts/issues/16618#issuecomment-1981783448 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

Re: [I] [Bug] legend textStyle rich align work wrong [echarts]

2024-03-06 Thread via GitHub
github-actions[bot] commented on issue #16611: URL: https://github.com/apache/echarts/issues/16611#issuecomment-1981783411 This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe commented on issue #19670: URL: https://github.com/apache/echarts/issues/19670#issuecomment-1981748603 In case someone is having the same error: I now suspect that I installed the wrong version of node or mixed something up there. I recommend

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe closed issue #19670: [Bug] renderToSVG does not work with Node.js 21.5.0 URL: https://github.com/apache/echarts/issues/19670 -- 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

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe commented on issue #19670: URL: https://github.com/apache/echarts/issues/19670#issuecomment-1981724962 I justed checked it with another RPi and there everything worked. So it has to do with my installation. I am closing the bug - nevertheless, thank you for your effort and time

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe closed issue #19670: [Bug] renderToSVG does not work with Node.js 21.5.0 URL: https://github.com/apache/echarts/issues/19670 -- 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

Re: [I] [Feature] Multiple stack names [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19682: URL: https://github.com/apache/echarts/issues/19682#issuecomment-1981720838 > it seems quite a bit hacky. Yes, it is. > I use custom tooltips anyway, but: is there an easy way to remove/exclude the duplicated series from being displayed in

Re: [I] [Feature] Multiple stack names [echarts]

2024-03-06 Thread via GitHub
mKainzbauer commented on issue #19682: URL: https://github.com/apache/echarts/issues/19682#issuecomment-1981693689 Thanks for the input, this is a partial workaround. One side effect is the duplicated entry in the tooltip:

Re: [I] [Feature] Multiple stack names [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19682: URL: https://github.com/apache/echarts/issues/19682#issuecomment-1981669949 ok, bad judgement this morning, sorry. All your arguments are valid and my idea/statement is false. Now lets look at some code. Lines B and C are stacked over A

Re: [I] [Feature] Multiple stack names [echarts]

2024-03-06 Thread via GitHub
mKainzbauer commented on issue #19682: URL: https://github.com/apache/echarts/issues/19682#issuecomment-1981613986 Easy? Proper? Wrong! Manipulating the values is definitely NOT the solution. Just a simple use case your proposal wil fail: if you show a tooltip on the value, it's wrong.

Re: [I] [Bug] : candlestick and bar chart ticks and split lines with xAxis of type time are not aligned [echarts]

2024-03-06 Thread via GitHub
xmatthias commented on issue #18370: URL: https://github.com/apache/echarts/issues/18370#issuecomment-1981607678 @nileio did you get anyplace with this, or is it simply an open, most likely forgotten issue ? -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [Bug] 折线图itemStyle中color使用回调函数时,只改变节点颜色,线条颜色不发生变化 [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19681: URL: https://github.com/apache/echarts/issues/19681#issuecomment-1981601755 If an issue does not get into [milestones](https://github.com/apache/echarts/milestones) or [Backlog](https://github.com/orgs/apache/projects/327) in a week or two, roll up

Re: [I] [Feature] Multiple stack names [echarts]

2024-03-06 Thread via GitHub
helgasoft commented on issue #19682: URL: https://github.com/apache/echarts/issues/19682#issuecomment-1981601615 I think the easy (and proper) solution is to preprocess the data and calculate desired stacked values for certain lines, then just display all lines with _areaStyle_ without

Re: [I] Setting Custom font [echarts]

2024-03-06 Thread via GitHub
Beramos commented on issue #11899: URL: https://github.com/apache/echarts/issues/11899#issuecomment-1981192671 This issue is still relevant. @AB-D is right that there is no problem when using the "SVG"-rendered. For the canvas a hacky workaround (not my credit) can be found here:

Re: [I] [Bug] On Switching between the Bar and Polar chart dynamically, weird chart is rendered until reloaded [echarts]

2024-03-06 Thread via GitHub
ptandler commented on issue #18687: URL: https://github.com/apache/echarts/issues/18687#issuecomment-1980960631 I also tried `universalTransition:{ enabled: true },` but still same issue: I can change between bar, pie, radar, polar in any order and this works very well, but only when

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe commented on issue #19670: URL: https://github.com/apache/echarts/issues/19670#issuecomment-1980896023 Either it is a Linux issue (I am using a raspberry) or my installation is cracked. I will try to install nodejs on another RPi to test that. -- This is an automated

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
andreasloe commented on issue #19670: URL: https://github.com/apache/echarts/issues/19670#issuecomment-1980860208 Then it is a Mac issue? I am using a M1 with Mac OS 14.3.1 (23D60) with exactly the same code as above, ,still an error. Puh. I have no idea. -- This is an automated

Re: [PR] fix(axis): allow stacking on value xAxis [echarts]

2024-03-06 Thread via GitHub
github-actions[bot] commented on PR #19653: URL: https://github.com/apache/echarts/pull/19653#issuecomment-1980852382 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19653@02a682d -- This is an automated message from the

Re: [I] [Bug] renderToSVG does not work with Node.js 21.5.0 [echarts]

2024-03-06 Thread via GitHub
plainheart commented on issue #19670: URL: https://github.com/apache/echarts/issues/19670#issuecomment-1980835114 I'm afraid I can't reproduce your issue. I ran the following code with Node.js 21.5.0 (node-v21.5.0-win-x64) in Windows, it can output the SVG string as expected. ```js

Re: [I] [Feature] Add new positions to series-bar.markLine.data.0.label. position [echarts]

2024-03-06 Thread via GitHub
isabellachen commented on issue #19685: URL: https://github.com/apache/echarts/issues/19685#issuecomment-1980729531 Use offset instead of distance to manually position the label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] [Feature] Add new positions to series-bar.markLine.data.0.label. position [echarts]

2024-03-06 Thread via GitHub
isabellachen closed issue #19685: [Feature] Add new positions to series-bar.markLine.data.0.label. position URL: https://github.com/apache/echarts/issues/19685 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Bug] series-bar.markLine.data.0.label.distance vertical position not working for horizontal markLines and vice versa [echarts]

2024-03-06 Thread via GitHub
isabellachen commented on issue #19686: URL: https://github.com/apache/echarts/issues/19686#issuecomment-1980728580 Ahhh can use offset instead of distance. But offset is not documented... -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] [Bug] series-bar.markLine.data.0.label.distance vertical position not working for horizontal markLines and vice versa [echarts]

2024-03-06 Thread via GitHub
isabellachen closed issue #19686: [Bug] series-bar.markLine.data.0.label.distance vertical position not working for horizontal markLines and vice versa URL: https://github.com/apache/echarts/issues/19686 -- This is an automated message from the Apache Git Service. To respond to the message,

[I] [Bug] series-bar.markLine.data.0.label.distance vertical position not working for horizontal markLines and vice versa [echarts]

2024-03-06 Thread via GitHub
isabellachen opened a new issue, #19686: URL: https://github.com/apache/echarts/issues/19686 ### Version 5.4 ### Link to Minimal Reproduction https://codepen.io/isachenx/pen/PogPpjg ### Steps to Reproduce 1. I use the Basic Line Chart example and added a

Re: [I] [Bug] Too many points on a mixed chart of scatter and line would cause canvas not to be cleared correctly [echarts]

2024-03-06 Thread via GitHub
AndreyPatseiko commented on issue #19576: URL: https://github.com/apache/echarts/issues/19576#issuecomment-1980706999 Hmmm. It's possible that problem comes from the ``` tooltip: { trigger: 'axis' }, ``` If you change trigger type to the 'item', behavior

Re: [I] [Bug] 折线图itemStyle中color使用回调函数时,只改变节点颜色,线条颜色不发生变化 [echarts]

2024-03-06 Thread via GitHub
ggcfcmd commented on issue #19681: URL: https://github.com/apache/echarts/issues/19681#issuecomment-1980576596 > confirmed, wow this one has been around for a lo-o-ng time  o, thanks for answer! is there any plan to fix this issus? -- This is an automated message from the

[I] [Feature] Add new positions to series-bar.markLine.data.0.label. position [echarts]

2024-03-06 Thread via GitHub
isabellachen opened a new issue, #19685: URL: https://github.com/apache/echarts/issues/19685 ### What problem does this feature solve? When markLines exist very close together on yAxis, it is hard to read.

(echarts) branch feat/break-axis updated (065e4c15f -> 736a46994)

2024-03-06 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 065e4c15f feat(WIP): zigzag shape on top of bars add 736a46994 feat(WIP): linear mapping inside break

[I] [Feature] Add sortIndex for color callback of itemStyle when using realtimeSort [echarts]

2024-03-06 Thread via GitHub
Fno opened a new issue, #19684: URL: https://github.com/apache/echarts/issues/19684 ### What problem does this feature solve? I need constant color for series.itemStyle when using realtimeSort. Currently the color callback provide dataIndex for color picking. But it no params