Re: [I] [Bug] dataset 同名数据重叠,且tooltip formatter 字符串模板无法访问数据集数据 [echarts]

2024-05-10 Thread via GitHub
helgasoft commented on issue #19917: URL: https://github.com/apache/echarts/issues/19917#issuecomment-2105575709 > Shouldn't there be two Milk Tea bars in the demo? yes, there **are** two bars in your code, but they overlap 100% since their data is identical. If you change the second

Re: [I] [Bug] dataset 同名数据重叠,且tooltip formatter 字符串模板无法访问数据集数据 [echarts]

2024-05-10 Thread via GitHub
Corps-Yan commented on issue #19917: URL: https://github.com/apache/echarts/issues/19917#issuecomment-2105571824 > [tooltip.formatter](https://echarts.apache.org/en/option.html#tooltip.formatter) templates are different from

(echarts-bot) branch dependabot/npm_and_yarn/multi-e527cfbc96 deleted (was 127daf6)

2024-05-10 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/multi-e527cfbc96 in repository https://gitbox.apache.org/repos/asf/echarts-bot.git was 127daf6 chore(deps): bump formidable and smee-client The revisions that

Re: [PR] chore(deps): bump formidable and smee-client [echarts-bot]

2024-05-10 Thread via GitHub
dependabot[bot] commented on PR #28: URL: https://github.com/apache/echarts-bot/pull/28#issuecomment-2105525362 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll resolve any

Re: [PR] chore(deps): bump formidable and smee-client [echarts-bot]

2024-05-10 Thread via GitHub
plainheart closed pull request #28: chore(deps): bump formidable and smee-client URL: https://github.com/apache/echarts-bot/pull/28 -- 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: [PR] changed weakFilter logic, so line charts will not disappear, while zoom [echarts]

2024-05-10 Thread via GitHub
github-actions[bot] commented on PR #18202: URL: https://github.com/apache/echarts/pull/18202#issuecomment-210541 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-18202@635bfd9 -- This is an automated message from the

Re: [PR] feat: matrix coordinate [echarts]

2024-05-10 Thread via GitHub
plainheart commented on code in PR #19807: URL: https://github.com/apache/echarts/pull/19807#discussion_r1597315599 ## src/coord/matrix/Matrix.ts: ## @@ -0,0 +1,137 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one +* or more contributor license agreements.

Re: [I] [Feature] 能否让叶子节点排成一排,共享同一个edge [echarts]

2024-05-10 Thread via GitHub
github-actions[bot] commented on issue #17010: URL: https://github.com/apache/echarts/issues/17010#issuecomment-2105269321 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] 关于rich中预定义样式的优化 [echarts]

2024-05-10 Thread via GitHub
github-actions[bot] commented on issue #16997: URL: https://github.com/apache/echarts/issues/16997#issuecomment-2105269238 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] series-candlestick.markPoint. symbolRotate support the Callback func, But actually NOT! [echarts]

2024-05-10 Thread via GitHub
github-actions[bot] commented on issue #17000: URL: https://github.com/apache/echarts/issues/17000#issuecomment-2105269272 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] dataset 同名数据重叠,且tooltip formatter 字符串模板无法访问数据集数据 [echarts]

2024-05-10 Thread via GitHub
helgasoft commented on issue #19917: URL: https://github.com/apache/echarts/issues/19917#issuecomment-2105153201 [tooltip.formatter](https://echarts.apache.org/en/option.html#tooltip.formatter) templates are different from

Re: [I] [Bug] 盒须图dataset计算有误,最大值不对 [echarts]

2024-05-10 Thread via GitHub
helgasoft commented on issue #19918: URL: https://github.com/apache/echarts/issues/19918#issuecomment-2105084624 Missing the outliers series from the second dataset ? Add ```{ name: 'outlier', type: 'scatter', datasetIndex: 2}```  please close issue if problem solved. -- This is an

Re: [I] [Bug] X-Axis does not follow the configuration of each dataset and grid [echarts]

2024-05-10 Thread via GitHub
helgasoft commented on issue #19916: URL: https://github.com/apache/echarts/issues/19916#issuecomment-2105060243 The series come from 4 different datasets, they can't have the same stack id. Add the following code after _option_: ``` option.series = option.series.map((ss) => {

Re: [I] [Feature] Make axisLabels and nameTextStyle more flexible [echarts]

2024-05-10 Thread via GitHub
yl-endress commented on issue #19905: URL: https://github.com/apache/echarts/issues/19905#issuecomment-2104735148 Thank you @helgasoft for your solution idea. Unfortunately, the border is mandatory and must be displayed. Also the line of the axisTick would still overwrite the label. --

[PR] changed weakFilter logic, so line charts will not disappear, while zoom [echarts]

2024-05-10 Thread via GitHub
Skuperday opened a new pull request, #18202: URL: https://github.com/apache/echarts/pull/18202 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? small

Re: [PR] changed weakFilter logic, so line charts will not disappear, while zoom [echarts]

2024-05-10 Thread via GitHub
Skuperday closed pull request #18202: changed weakFilter logic, so line charts will not disappear, while zoom URL: https://github.com/apache/echarts/pull/18202 -- 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] Dt[_t] is not a constructor [echarts]

2024-05-10 Thread via GitHub
plainheart commented on issue #19921: URL: https://github.com/apache/echarts/issues/19921#issuecomment-2104613115 Did you import and use the renderers, component and series? https://echarts.apache.org/handbook/en/basics/import/#shrinking-bundle-size -- This is an automated message from

Re: [I] Y-axis, type:'log' , series type :'bar', the first data value is 0, the bars on charts is not normal. [echarts]

2024-05-10 Thread via GitHub
JacopoBonta commented on issue #9801: URL: https://github.com/apache/echarts/issues/9801#issuecomment-2104565111 I solved using `NaN` instead of `0` -- 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

Re: [I] [Bug] Dt[_t] is not a constructor [echarts]

2024-05-10 Thread via GitHub
bhavyakelp commented on issue #19921: URL: https://github.com/apache/echarts/issues/19921#issuecomment-2104483380 @plainheart Already checked the existing docs and support, but could not find anything constructive -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Fix stacked areas overflow on null values when connectNulls is true [echarts]

2024-05-10 Thread via GitHub
visakadev commented on PR #19602: URL: https://github.com/apache/echarts/pull/19602#issuecomment-2104475038 > > addressed areas stacking when connectNulls is enabled > > I think _connectNulls_ should not be enabled in stacked area charts since it makes ECharts display fake totals.

Re: [I] [Bug] Dt[_t] is not a constructor [echarts]

2024-05-10 Thread via GitHub
plainheart commented on issue #19921: URL: https://github.com/apache/echarts/issues/19921#issuecomment-2104422125 See if the [FAQ](https://echarts.apache.org/faq.html#others) helps. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] Dt[_t] is not a constructor [echarts]

2024-05-10 Thread via GitHub
bhavyakelp opened a new issue, #19921: URL: https://github.com/apache/echarts/issues/19921 ### Version 5.4.3 ### Link to Minimal Reproduction

Re: [PR] fix(bar): barMinHeight not working for stacked bars [echarts]

2024-05-10 Thread via GitHub
chenxingshuang commented on PR #18327: URL: https://github.com/apache/echarts/pull/18327#issuecomment-2104391628 would you tell me when the fixed code will be published -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Bug] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 [echarts]

2024-05-10 Thread via GitHub
echarts-bot[bot] closed issue #19920: [Bug] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 URL: https://github.com/apache/echarts/issues/19920 -- 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] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 [echarts]

2024-05-10 Thread via GitHub
Ovilia closed issue #19920: [Bug] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 URL: https://github.com/apache/echarts/issues/19920 -- 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.

Re: [I] [Bug] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 [echarts]

2024-05-10 Thread via GitHub
Ovilia commented on issue #19920: URL: https://github.com/apache/echarts/issues/19920#issuecomment-2104269198 See #18327 -- 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: [I] [Bug] 配置多个legend 展示未实现 [echarts]

2024-05-10 Thread via GitHub
guoliuqing123 closed issue #19908: [Bug] 配置多个legend 展示未实现 URL: https://github.com/apache/echarts/issues/19908 -- 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,

Re: [I] [Bug] 配置多个legend 展示未实现 [echarts]

2024-05-10 Thread via GitHub
guoliuqing123 commented on issue #19908: URL: https://github.com/apache/echarts/issues/19908#issuecomment-2104187899 谢谢啦 还有个问题 环形图是否可以将文字数据展示在类似图二的样式中 是否有配置项之类的呢 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Feature] roam配置能否支持移动鼠标时,整个graph也跟着移动 [echarts]

2024-05-10 Thread via GitHub
k644606347 commented on issue #19902: URL: https://github.com/apache/echarts/issues/19902#issuecomment-2104184540 如果这个想法不错,我愿意参与共建 -- 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] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 [echarts]

2024-05-10 Thread via GitHub
echarts-bot[bot] commented on issue #19920: URL: https://github.com/apache/echarts/issues/19920#issuecomment-2104162038 @chenxingshuang 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

[I] [Bug] echarts 5.3版本开始 柱状图 BarminHeight属性设置无效 [echarts]

2024-05-10 Thread via GitHub
chenxingshuang opened a new issue, #19920: URL: https://github.com/apache/echarts/issues/19920 ### Version 5.5.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=bar-y-category-stack=5.5.0 ### Steps to Reproduce 柱状图

Re: [PR] feat(sankey): add `itemStyle.borderRadius` option for sankey series [echarts]

2024-05-10 Thread via GitHub
deftliang commented on PR #19763: URL: https://github.com/apache/echarts/pull/19763#issuecomment-2104158540 > Thanks for your contribution. Do you mind making a pull request to the [doc](https://github.com/apache/echarts-doc) at `dev` branch? I'm glad to help! I have created a pull

[PR] doc(sankey): add doc for sankey itemStyle.borderRadius [echarts-doc]

2024-05-10 Thread via GitHub
deftliang opened a new pull request, #393: URL: https://github.com/apache/echarts-doc/pull/393 Relates to https://github.com/apache/echarts/pull/19763 -- 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: [PR] Feat/sankey itemStyle border radius doc [echarts-doc]

2024-05-10 Thread via GitHub
deftliang closed pull request #392: Feat/sankey itemStyle border radius doc URL: https://github.com/apache/echarts-doc/pull/392 -- 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.

[PR] Feat/sankey itemStyle border radius doc [echarts-doc]

2024-05-10 Thread via GitHub
deftliang opened a new pull request, #392: URL: https://github.com/apache/echarts-doc/pull/392 Relates to https://github.com/apache/echarts/pull/19763 -- 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: [PR] doc(sankey): add doc for sankey itemStyle.borderRadius [echarts-doc]

2024-05-10 Thread via GitHub
deftliang closed pull request #391: doc(sankey): add doc for sankey itemStyle.borderRadius URL: https://github.com/apache/echarts-doc/pull/391 -- 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

[PR] doc(sankey): add doc for sankey itemStyle.borderRadius [echarts-doc]

2024-05-10 Thread via GitHub
deftliang opened a new pull request, #391: URL: https://github.com/apache/echarts-doc/pull/391 (no comment) -- 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,

Re: [I] [Bug] echarts map.series nameProperty is setted, but ti [echarts]

2024-05-10 Thread via GitHub
Ovilia closed issue #18005: [Bug] echarts map.series nameProperty is setted, but ti URL: https://github.com/apache/echarts/issues/18005 -- 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] echarts map.series nameProperty is setted, but ti [echarts]

2024-05-10 Thread via GitHub
Ovilia commented on issue #18005: URL: https://github.com/apache/echarts/issues/18005#issuecomment-2104098083 > @zhangjinsong, @plainheart - this not a bug. [nameProperty](https://echarts.apache.org/en/option.html#series-map.nameProperty) is just a link from a geojson property to the [data

Re: [I] Can Bar racing Chart (realtimeSort) be sorted by the y-axis? [echarts]

2024-05-10 Thread via GitHub
Ovilia commented on issue #19913: URL: https://github.com/apache/echarts/issues/19913#issuecomment-2104095764 > > I’m afraid I may not fully understand your requirement. Bar-racing charts are typically designed to sort by the value of the bars, which in your case would be the x value. If

Re: [PR] feat(axis): custom axis tick/label positions [echarts]

2024-05-10 Thread via GitHub
github-actions[bot] commented on PR #19919: URL: https://github.com/apache/echarts/pull/19919#issuecomment-2104036671 The changes brought by this PR can be previewed at: https://echarts.apache.org/examples/editor?version=PR-19919@0c90824 -- This is an automated message from the

Re: [PR] feat(axis): custom axis tick/label positions. close #13627 [echarts]

2024-05-10 Thread via GitHub
Ovilia closed pull request #13636: feat(axis): custom axis tick/label positions. close #13627 URL: https://github.com/apache/echarts/pull/13636 -- 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: [PR] feat(axis): custom axis tick/label positions [echarts]

2024-05-10 Thread via GitHub
echarts-bot[bot] commented on PR #19919: URL: https://github.com/apache/echarts/pull/19919#issuecomment-2104025651 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standard.html)

[PR] feat(axis): custom axis tick/label positions [echarts]

2024-05-10 Thread via GitHub
Ovilia opened a new pull request, #19919: URL: https://github.com/apache/echarts/pull/19919 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [x] new feature - [ ] others ### What does this PR do? Add option

(echarts) 01/02: chore: merge

2024-05-10 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch dvdkon-fix-13627 in repository https://gitbox.apache.org/repos/asf/echarts.git commit 952fa45236e710fd55aa66cbb864716292bffd43 Merge: 75dd430d7 0c013fe71 Author: Ovilia AuthorDate: Fri May 10

(echarts) branch dvdkon-fix-13627 created (now 0c908241d)

2024-05-10 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dvdkon-fix-13627 in repository https://gitbox.apache.org/repos/asf/echarts.git at 0c908241d fix: fix failed test cases and improve code This branch includes the following new commits:

(echarts) 02/02: fix: fix failed test cases and improve code

2024-05-10 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch dvdkon-fix-13627 in repository https://gitbox.apache.org/repos/asf/echarts.git commit 0c908241d8cf6ee2e3daf26c0582fae40061179f Author: Ovilia AuthorDate: Fri May 10 14:53:21 2024 +0800 fix:

Re: [I] [Cooperation] Introduction of VTable - Collaboration Opportunity [echarts]

2024-05-10 Thread via GitHub
fangsmile commented on issue #19894: URL: https://github.com/apache/echarts/issues/19894#issuecomment-2103973935 ok, link outer is: https://visactor.io/vchart/demo/histogram-chart/histogram-basis -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] [Bug] 盒须图dataset计算有误,最大值不对 [echarts]

2024-05-10 Thread via GitHub
echarts-bot[bot] commented on issue #19918: URL: https://github.com/apache/echarts/issues/19918#issuecomment-2103947000 @GetemJay 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] [Bug] 盒须图dataset计算有误,最大值不对 [echarts]

2024-05-10 Thread via GitHub
GetemJay opened a new issue, #19918: URL: https://github.com/apache/echarts/issues/19918 ### Version 5.5.0 ### Link to Minimal Reproduction

Re: [I] 制作钻取地图,向下钻取时没有过渡动画了? [echarts]

2024-05-10 Thread via GitHub
GOAT7c commented on issue #14069: URL: https://github.com/apache/echarts/issues/14069#issuecomment-2103943500 Can you solve this problem? I want animation, but I don't want the switching between maps to be so rigid -- This is an automated message from the Apache Git Service. To respond

Re: [I] [Cooperation] Introduction of VTable - Collaboration Opportunity [echarts]

2024-05-10 Thread via GitHub
helgasoft commented on issue #19894: URL: https://github.com/apache/echarts/issues/19894#issuecomment-2103926888 1) edit cell works, thanks! 2) Already tried **\n** in subtext - unsuccessfully. The bytedance demo link does not load for me... 3) batch select/delete issue posted --