Re: [I] [Bug] `xAxis.splitArea.interval` function does not color background as expected [echarts]

2024-02-05 Thread via GitHub
helgasoft commented on issue #19589: URL: https://github.com/apache/echarts/issues/19589#issuecomment-1926463397 First, I think API docs for [xAxis.splitArea.interval](https://echarts.apache.org/en/option.html#xAxis.splitArea.interval) needs to be fixed. Looks like text was just copied

Re: [I] [Feature] Large datapoints ( more than 500k) at a time in echarts heatmap [echarts]

2024-02-05 Thread via GitHub
AndreyPatseiko commented on issue #18567: URL: https://github.com/apache/echarts/issues/18567#issuecomment-1926445796 So. I've created fork in chart-gl library, and developed the [heatmapGL type](https://github.com/AndreyPatseiko/echarts-gl/true/heat-map-optimization) (which is based on

(echarts-examples) branch gh-pages updated: use new version list API for smaller response size for Chinese example page

2024-02-05 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 21994715 use new version list API

Re: [I] Legend text is not correctly aligned with icon (solution) [echarts]

2024-02-05 Thread via GitHub
nguyenvu9405 commented on issue #2983: URL: https://github.com/apache/echarts/issues/2983#issuecomment-1926683693 I am still having the issue. I'm using v5.4.2. -- 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: [PR] doc: add doc for 5.5.0 pull requets [echarts-doc]

2024-02-05 Thread via GitHub
Ovilia commented on code in PR #384: URL: https://github.com/apache/echarts-doc/pull/384#discussion_r1478015557 ## en/option/component/axis-common.md: ## @@ -147,6 +147,54 @@ Whether to show the label of the min tick. Optional values: `true`, `false`, `nu Whether to show

Re: [PR] feat(brush): support brush selection on line series [echarts]

2024-02-05 Thread via GitHub
Ovilia commented on PR #19193: URL: https://github.com/apache/echarts/pull/19193#issuecomment-1926724251 https://github.com/apache/echarts/assets/779050/8ca9e26f-53cf-4f5b-b560-8e2dc30fb127;> I think lines should also be gray when out of range. This PR only makes item gray. @alxnddr

Re: [I] Brush (lineX, lineY) selection values are not available with line charts [echarts]

2024-02-05 Thread via GitHub
Ovilia commented on issue #14258: URL: https://github.com/apache/echarts/issues/14258#issuecomment-1926726059 @alxnddr Hi, I've commented on the PR. Please have a look. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] [Bug] `xAxis.splitArea.interval` function does not color background as expected [echarts]

2024-02-05 Thread via GitHub
helgasoft commented on issue #19589: URL: https://github.com/apache/echarts/issues/19589#issuecomment-1927872403 > > If you want to color weekends, try _markArea_. > > I did try that, but performance plummeted for larger datasets (e.g. marking all the weekends in a chart with

(echarts-examples) 01/02: fix `histroy` -> `history`

2024-02-05 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 commit 0068a81eb611703a734829e60b2e00f3139541cc Author: plainheart AuthorDate: Mon Feb 5 22:16:58 2024 +0800

(echarts-examples) branch gh-pages updated (21994715 -> c9bd8b9a)

2024-02-05 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-examples.git from 21994715 use new version list API for smaller response size for Chinese example page new 0068a81e

(echarts-examples) 02/02: feat(editor): support setting theme for charts via the URL parameter: `theme=themeName`

2024-02-05 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 commit c9bd8b9a2a1ef7843d60c3385ad5b5a6ac377883 Author: plainheart AuthorDate: Mon Feb 5 23:11:43 2024 +0800

Re: [I] [Bug] `xAxis.splitArea.interval` function does not color background as expected [echarts]

2024-02-05 Thread via GitHub
thehale commented on issue #19589: URL: https://github.com/apache/echarts/issues/19589#issuecomment-1927689230 > *splitArea.interval* has to be a fixed number ... OTOH, *bar.itemStyle.color* could be an arbitrary value. So I do not think these two can be compared. The dynamic

Re: [I] 本地开发不支持热加载 [echarts-examples]

2024-02-05 Thread via GitHub
plainheart commented on issue #83: URL: https://github.com/apache/echarts-examples/issues/83#issuecomment-1927299911 因为这个项目对热更新不是有强需求,所以没有添加。不过项目框架较旧,后续会考虑升级框架,届时应该热更新也会顺便支持下。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] 项目无法正常启动,进入例子页面时,报错Unexpected token 'function' [echarts-examples]

2024-02-05 Thread via GitHub
plainheart commented on issue #84: URL: https://github.com/apache/echarts-examples/issues/84#issuecomment-1927297190 蛮神奇的,我一直在更新代码,似乎还没遇见过这个错误,大家可以再试试最新代码看看。后续我也找个干净的环境安装运行看看。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [I] add startValue and endValue parameters in zoom event triggered by slider [echarts]

2024-02-05 Thread via GitHub
reshetnik commented on issue #10700: URL: https://github.com/apache/echarts/issues/10700#issuecomment-1927177223 +1 -- 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

[I] [Feature] Border styles in "inBrush" and "outOfBrush" options [echarts]

2024-02-05 Thread via GitHub
SvajkaJ opened a new issue, #19595: URL: https://github.com/apache/echarts/issues/19595 ### What problem does this feature solve? Allow users to style border when using `brush` feature. Custom styling of the border is possible when using simple selection. For example: ```

Re: [I] chart doesn't show tooltip when mouseOver if the amount of data is huge and the trigger is 'item'[Bug] [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] closed issue #16448: chart doesn't show tooltip when mouseOver if the amount of data is huge and the trigger is 'item'[Bug] URL: https://github.com/apache/echarts/issues/16448 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] [Bug] Sunburst render error while back from child level on mobile. 旭日图在移动端从子级返回显示异常 [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] commented on issue #16450: URL: https://github.com/apache/echarts/issues/16450#issuecomment-1928091112 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] [Feature] config grid.containLabel in each direction [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] commented on issue #16439: URL: https://github.com/apache/echarts/issues/16439#issuecomment-1928091002 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] [Feature] Log Axis support x-axis log [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] closed issue #16446: [Feature] Log Axis support x-axis log URL: https://github.com/apache/echarts/issues/16446 -- 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] Log Axis support x-axis log [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] commented on issue #16446: URL: https://github.com/apache/echarts/issues/16446#issuecomment-1928091037 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] chart doesn't show tooltip when mouseOver if the amount of data is huge and the trigger is 'item'[Bug] [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] commented on issue #16448: URL: https://github.com/apache/echarts/issues/16448#issuecomment-1928091066 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] Sunburst render error while back from child level on mobile. 旭日图在移动端从子级返回显示异常 [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] closed issue #16450: [Bug] Sunburst render error while back from child level on mobile. 旭日图在移动端从子级返回显示异常 URL: https://github.com/apache/echarts/issues/16450 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [Feature] config grid.containLabel in each direction [echarts]

2024-02-05 Thread via GitHub
github-actions[bot] closed issue #16439: [Feature] config grid.containLabel in each direction URL: https://github.com/apache/echarts/issues/16439 -- 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] `xAxis.splitArea.interval` function does not color background as expected [echarts]

2024-02-05 Thread via GitHub
thehale commented on issue #19589: URL: https://github.com/apache/echarts/issues/19589#issuecomment-1928445341 > > > If you want to color weekends, try _markArea_. > > > > > > I did try that, but performance plummeted for larger datasets (e.g. marking all the weekends in a chart

Re: [I] Prevent overlap of grid and legend [echarts]

2024-02-05 Thread via GitHub
PaleNeutron commented on issue #14252: URL: https://github.com/apache/echarts/issues/14252#issuecomment-1928717768 Same issue -- 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] Add option for Axis Pointer to ignore NULLs [echarts]

2024-02-05 Thread via GitHub
nepton commented on issue #15464: URL: https://github.com/apache/echarts/issues/15464#issuecomment-1928913568 I got the same issue -- 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] Add option for Axis Pointer to ignore NULLs [echarts]

2024-02-05 Thread via GitHub
nepton commented on issue #15464: URL: https://github.com/apache/echarts/issues/15464#issuecomment-1928913086 I got same issue ~ -- 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