Re: [I] [Feature] Support for 100% stacked charts [echarts]

2024-02-22 Thread via GitHub
108EAA0A commented on issue #17179: URL: https://github.com/apache/echarts/issues/17179#issuecomment-1958941720 +1, Please implement 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 go to the

Re: [I] Custom positions for axis labels/ticks [echarts]

2024-02-22 Thread via GitHub
acsabi310 commented on issue #13627: URL: https://github.com/apache/echarts/issues/13627#issuecomment-1958966293 It would be really good to have something like this. For now, when an axis is typed as 'value' with for example min: 0 max: 120, in the axisLabel's formatter callback function I

Re: [I] [Bug] datazoom不能通过触发dispatchAction实现自动选中状态 [echarts]

2024-02-22 Thread via GitHub
zac18992 commented on issue #16392: URL: https://github.com/apache/echarts/issues/16392#issuecomment-1959944705 Hi @pissang @Ovilia As above, dispatching this action: ``` myChart.dispatchAction({ type: 'takeGlobalCursor', key: 'dataZoomSelect',

[I] [Bug] axis.Interval has no effect for logarithmic charts [echarts]

2024-02-22 Thread via GitHub
mmastand opened a new issue, #19639: URL: https://github.com/apache/echarts/issues/19639 ### Version 5.5.0 ### Link to Minimal Reproduction

Re: [I] Type log axis cant control axisTick interval [echarts]

2024-02-22 Thread via GitHub
mmastand commented on issue #8014: URL: https://github.com/apache/echarts/issues/8014#issuecomment-1959933660 Same issue, any updates? -- 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] Could not add background colors to the nodes based on a condition under label [echarts]

2024-02-22 Thread via GitHub
helgasoft commented on issue #19606: URL: https://github.com/apache/echarts/issues/19606#issuecomment-1960538216 [Demo

Re: [I] Bar Position: Can we get the x,y,width and height of a particular bar? [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #16533: URL: https://github.com/apache/echarts/issues/16533#issuecomment-1960311501 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] Custom Polygon: try to draw multiple custom polygons on a series, but with no idea about how to structure the data, and show correct data on the tooltip [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #16553: URL: https://github.com/apache/echarts/issues/16553#issuecomment-1960311596 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] 地图拖拽问题 [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #13439: URL: https://github.com/apache/echarts/issues/13439#issuecomment-1960311304 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please

Re: [I] [Bug] visualMap overwrites series itemStyle and lineStyle [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #16506: URL: https://github.com/apache/echarts/issues/16506#issuecomment-1960311424 This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please

Re: [I] [Bug] visualMap overwrites series itemStyle and lineStyle [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] closed issue #16506: [Bug] visualMap overwrites series itemStyle and lineStyle URL: https://github.com/apache/echarts/issues/16506 -- 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] canvas尺寸较小时折线图上的散点未显示 [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] commented on issue #16558: URL: https://github.com/apache/echarts/issues/16558#issuecomment-1960311651 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] 地图拖拽问题 [echarts]

2024-02-22 Thread via GitHub
github-actions[bot] closed issue #13439: 地图拖拽问题 URL: https://github.com/apache/echarts/issues/13439 -- 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:

(echarts-website) branch asf-site updated: update .htaccess

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 78ed85ec5 update .htaccess

(echarts-doc) branch master updated: tweak changelog

2024-02-22 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-doc.git The following commit(s) were added to refs/heads/master by this push: new bc209f7a tweak changelog bc209f7a is

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
helgasoft commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1960705298 remove or (comment out) redundant **_encode_** from all series to see if that helps -- This is an automated message from the Apache Git Service. To respond to the message,

(echarts-website) branch asf-site updated: try fixing .htaccess

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new f1deb6e05 try fixing .htaccess

(echarts-website) branch asf-site updated: update .htaccess

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 6ac45c095 update .htaccess

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
YXYH-12138 commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1960621724 > 请使用 5.5.0 测试。 我使用了5.5 5.4 5.3 都进行测试,都会发生这个问题 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

(echarts-examples) branch gh-pages updated: fix nightly version list

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git The following commit(s) were added to refs/heads/gh-pages by this push: new 18725759 fix nightly version list

[I] 在ios手机上加载echartsk线图,手指在屏幕上移动时导致html整个页面都会被移动 [echarts]

2024-02-22 Thread via GitHub
soeasyjx opened a new issue, #19640: URL: https://github.com/apache/echarts/issues/19640 ### Version 5.5.0 ### Link to Minimal Reproduction 无 ### Steps to Reproduce 1. 通过cnpm 安装5.5.0版本的echarts 2. 脚本顶部引入echarts ;import * as echarts from "echarts"; 3.

Re: [I] 在ios手机上加载echartsk线图,手指在屏幕上移动时导致html整个页面都会被移动 [echarts]

2024-02-22 Thread via GitHub
echarts-bot[bot] commented on issue #19640: URL: https://github.com/apache/echarts/issues/19640#issuecomment-1960785097 @soeasyjx 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

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
plainheart commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1960664098 错乱指的是哪里?能在图中标出来吗?给的示例有点内容繁杂。 -- 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] 桑基图 sankey 不同层级存在相同node name的问题 [echarts]

2024-02-22 Thread via GitHub
zhangzhw514 commented on issue #6330: URL: https://github.com/apache/echarts/issues/6330#issuecomment-1960693223 这个问题怎么解决? -- 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.

(echarts-website) branch asf-site updated: try adding MIME type for webp/avif/apng

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 0893826f3 try adding MIME type for

(echarts-website) branch asf-site updated: try FilesMatch to add content-type header

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 8474be7ca try FilesMatch to add

(echarts-website) branch asf-site updated: Update .htaccess

2024-02-22 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/echarts-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 4e0dd61ba Update .htaccess

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
YXYH-12138 commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1960766871 > 错乱指的是哪里?能在图中标出来吗?给的示例有点内容繁杂。 **这是的正常显示:** ![zc](https://github.com/apache/echarts/assets/57894465/3ea791ac-6eed-4bc0-906b-525c3fde6979)

Re: [I] 在ios手机上加载echartsk线图,手指在屏幕上移动时导致html整个页面都会被移动 [echarts]

2024-02-22 Thread via GitHub
soeasyjx closed issue #19640: 在ios手机上加载echartsk线图,手指在屏幕上移动时导致html整个页面都会被移动 URL: https://github.com/apache/echarts/issues/19640 -- 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] Is there a way to prevent the axis name from automatically overlapping with its labels? [echarts]

2024-02-22 Thread via GitHub
vandelpavel commented on issue #17902: URL: https://github.com/apache/echarts/issues/17902#issuecomment-1959516563 Basically what @zhaolei2013 states is true. I had the same problem and I was not able to find a way to retrieve that value. My workaround is to use the following config:

[I] [Feature] enable `boundaryGap` for category axis [echarts]

2024-02-22 Thread via GitHub
xdbobname opened a new issue, #19636: URL: https://github.com/apache/echarts/issues/19636 ### What problem does this feature solve? ![image](https://github.com/apache/echarts/assets/26688579/7623d93c-3d66-4299-bf8d-007061a9a4c8) I'd like to align ending axis labels with the

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
plainheart commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1959196394 请使用 5.5.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 to the specific

Re: [PR] feat(axis): enale boundaryGap for category axis [echarts]

2024-02-22 Thread via GitHub
echarts-bot[bot] commented on PR #19638: URL: https://github.com/apache/echarts/pull/19638#issuecomment-1959199253 Document changes are required in this PR. Please also make a PR to [apache/echarts-doc](https://github.com/apache/echarts-doc) for document changes and update the issue id in

[PR] feat(axis): enale boundaryGap for category axis [echarts]

2024-02-22 Thread via GitHub
xdbobname opened a new pull request, #19638: URL: https://github.com/apache/echarts/pull/19638 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ✓] new feature - [ ] others ### What does this PR do? I'd like

Re: [PR] feat(axis): enale boundaryGap for category axis [echarts]

2024-02-22 Thread via GitHub
echarts-bot[bot] commented on PR #19638: URL: https://github.com/apache/echarts/pull/19638#issuecomment-1959195248 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)

[I] 折线图显示错乱[Bug] [echarts]

2024-02-22 Thread via GitHub
YXYH-12138 opened a new issue, #19637: URL: https://github.com/apache/echarts/issues/19637 ### Version 5.5.0 ### Link to Minimal Reproduction

Re: [I] [Bug] 折线图显示错乱 [echarts]

2024-02-22 Thread via GitHub
echarts-bot[bot] commented on issue #19637: URL: https://github.com/apache/echarts/issues/19637#issuecomment-1959120590 @YXYH-12138 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

Re: [I] [Bug] Could not add background colors to the nodes based on a condition under label [echarts]

2024-02-22 Thread via GitHub
Swetha-R-maker commented on issue #19606: URL: https://github.com/apache/echarts/issues/19606#issuecomment-1959421131 I have already tried with a formatter. That's why reaching out to you. label: { formatter: function (params) { var a = params.data.name;