Re: [I] [Bug] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
fushengrusi commented on issue #19280: URL: https://github.com/apache/echarts/issues/19280#issuecomment-1801252487 Thanks I understand the reason you're saying. about ```large value of symbolBoundingData leads to a nonresponsive page.```Is there a suitable mechanism to address it in

Re: [PR] feat(axis): add axisAreaClear action. close #18446 [echarts]

2023-11-07 Thread via GitHub
Ovilia commented on code in PR #19232: URL: https://github.com/apache/echarts/pull/19232#discussion_r1386131792 ## src/component/axis/parallelAxisAction.ts: ## @@ -25,14 +25,20 @@ import ParallelModel from '../../coord/parallel/ParallelModel'; import {

Re: [I] [Bug] Radar chart drawing error, it should not be two overlapping charts. [echarts]

2023-11-07 Thread via GitHub
helgasoft commented on issue #19281: URL: https://github.com/apache/echarts/issues/19281#issuecomment-1801246035 agree that _radar_ chart is a little confusing. Consider _radar.indicator_ as the circular axis and _series.data_ - the two polylines drawn. See also #19182 -- This is an

Re: [I] [Bug] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
helgasoft commented on issue #19280: URL: https://github.com/apache/echarts/issues/19280#issuecomment-1801234999 agree with @plainheart - large value of _symbolBoundingData_ leads to a nonresponsive page. Also do not see a reason to use this parameter, chart is fine without it. > Why

(echarts) branch feat-pictorialBar-clip updated (0edce2a5f -> 71799e9a6)

2023-11-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch feat-pictorialBar-clip in repository https://gitbox.apache.org/repos/asf/echarts.git from 0edce2a5f fix(pictorialBar): ignore clipping label add 8eb29bd6f chore(deps-dev): bump

Re: [PR] feat(pictorialBar): support clip for pictorialBar series [echarts]

2023-11-07 Thread via GitHub
Ovilia commented on PR #19197: URL: https://github.com/apache/echarts/pull/19197#issuecomment-1801228929 > How about preventing the label from being clipped by setting the label `ignoreClip` to be `true`? Thanks for the hint! It's a good idea. @linghaoSu @plainheart Please

(echarts) branch feat-pictorialBar-clip updated: fix(pictorialBar): ignore clipping label

2023-11-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch feat-pictorialBar-clip in repository https://gitbox.apache.org/repos/asf/echarts.git The following commit(s) were added to refs/heads/feat-pictorialBar-clip by this push: new 0edce2a5f

[I] [Bug] Radar chart drawing error, it should not be two overlapping charts. [echarts]

2023-11-07 Thread via GitHub
MimiZhang11 opened a new issue, #19281: URL: https://github.com/apache/echarts/issues/19281 ### Version V5.0.0 - V5.4.3 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=radar=5.4.3 ### Steps to Reproduce 1.Open the URL

Re: [I] [Bug] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
fushengrusi commented on issue #19280: URL: https://github.com/apache/echarts/issues/19280#issuecomment-1801140837 I need a background column style, why can't I set a large symbol BoundingData? Or how can I achieve non blocking? Why are some examples also set a large symbolBoundingData,

Re: [I] [Bug] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
plainheart commented on issue #19280: URL: https://github.com/apache/echarts/issues/19280#issuecomment-1800988451 Why did you set a large `symbolBoundingData`? It's the cause of block. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] 图例过多显示滚动条 [echarts]

2023-11-07 Thread via GitHub
jieceng commented on issue #14987: URL: https://github.com/apache/echarts/issues/14987#issuecomment-1800975369 Have you solved this problem -- 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] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
echarts-bot[bot] commented on issue #19280: URL: https://github.com/apache/echarts/issues/19280#issuecomment-1800964583 @fushengrusi 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] Rendering blocking And Memory leak [echarts]

2023-11-07 Thread via GitHub
fushengrusi opened a new issue, #19280: URL: https://github.com/apache/echarts/issues/19280 ### Version 5.40-5.4.3 ### Link to Minimal Reproduction No ### Steps to Reproduce ```json `{ "tooltip": { "trigger": "axis",

Re: [I] BMapGL support [echarts]

2023-11-07 Thread via GitHub
github-actions[bot] commented on issue #16022: URL: https://github.com/apache/echarts/issues/16022#issuecomment-1800116071 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] Gaps in line despite data being present [echarts]

2023-11-07 Thread via GitHub
hamza-ae commented on issue #19254: URL: https://github.com/apache/echarts/issues/19254#issuecomment-1799228062 @Ovilia can we add pending back to this -- 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

Re: [I] Keep nodes fixed after drag in force-layout graph [echarts]

2023-11-07 Thread via GitHub
kevinwt95 commented on issue #6467: URL: https://github.com/apache/echarts/issues/6467#issuecomment-1799042029 Is there a way to do this these days? I need exactly this feature, but I have no pre-filled coordinates when using `layout: 'force'` and there is no option to fix the nodes

[PR] feat(sampler): add min-max sampler function [echarts-doc]

2023-11-07 Thread via GitHub
snukhulov opened a new pull request, #374: URL: https://github.com/apache/echarts-doc/pull/374 [Related PR](https://github.com/apache/echarts/pull/19279) -- 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

Re: [I] how to build custom component to esm [echarts]

2023-11-07 Thread via GitHub
plainheart closed issue #19257: how to build custom component to esm URL: https://github.com/apache/echarts/issues/19257 -- 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

Re: [PR] feat(sampler): add min-max sampler function [echarts]

2023-11-07 Thread via GitHub
github-actions[bot] commented on PR #19279: URL: https://github.com/apache/echarts/pull/19279#issuecomment-1798181723 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19279@77a3723 -- This is an automated message from the

Re: [I] 时间time类型怎么控制x轴的距离呢,貌似设置interval这个没有办法控制。 [echarts]

2023-11-07 Thread via GitHub
ccwq commented on issue #928: URL: https://github.com/apache/echarts/issues/928#issuecomment-1798141295 我发现这个问题现在都没解决,我感觉是对的吗 -- 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] Dynamic "borderRadius" Application for Top Series in Stacked Bar Charts [echarts]

2023-11-07 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1798113531 Another drawback I discovered for the `barGap:'-100%` workaround is that you must know which series will be lowest / highest before you arrange the order of the series. This

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

2023-11-07 Thread via GitHub
BenJackGill commented on issue #18080: URL: https://github.com/apache/echarts/issues/18080#issuecomment-1798073534 @oldwin Can you post the full code for the middle pic with the `barBorderRadius: isLast ? [6, 6, 0, 0] : undefined` solution? I am trying to achieve the same here in

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

2023-11-07 Thread via GitHub
BenJackGill commented on issue #19275: URL: https://github.com/apache/echarts/issues/19275#issuecomment-1798061912 I'm not sure what is the new solution there? I think the proposed solution uses your `barGap:'-100%'` idea. -- This is an automated message from the Apache Git Service.