[GitHub] [echarts] ljianc closed issue #17673: [Feature] dataset 支持部分更新

2022-10-19 Thread GitBox
ljianc closed issue #17673: [Feature] dataset 支持部分更新 URL: https://github.com/apache/echarts/issues/17673 -- 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,

[echarts-examples] branch gh-pages updated: fix(typo): fix a typo in chart-list-data.js

2022-10-19 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 19028c68 fix(typo): fix a typo in

[echarts-examples] branch gh-pages updated: fix(editor): fix prettier can't be loaded beacause of the TS editor.

2022-10-19 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 e781c8ac fix(editor): fix

[echarts] branch next updated (0c82ead72 -> 7a12c0ba8)

2022-10-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch next in repository https://gitbox.apache.org/repos/asf/echarts.git from 0c82ead72 Merge pull request #17716 from apache/master add 96f859c92 fix: #17667 EChartsInitOpts type error about

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17796: Merge branch 'master' into 'next'

2022-10-19 Thread GitBox
echarts-bot[bot] commented on PR #17796: URL: https://github.com/apache/echarts/pull/17796#issuecomment-1284850524 Congratulations! Your PR has been merged. Thanks for your contribution!  -- This is an automated message from the Apache Git Service. To respond to the message, please log

[echarts] 01/01: Merge pull request #17796 from apache/master

2022-10-19 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/echarts.git commit 7a12c0ba82e4d5216ed274cc51d806bca2f9ab4b Merge: 0c82ead72 5d6910f30 Author: Yi Shen AuthorDate: Thu Oct 20 11:05:50 2022

[GitHub] [echarts] pissang merged pull request #17796: Merge branch 'master' into 'next'

2022-10-19 Thread GitBox
pissang merged PR #17796: URL: https://github.com/apache/echarts/pull/17796 -- 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:

[GitHub] [echarts] plainheart opened a new pull request, #17796: Merge branch 'master' into 'next'

2022-10-19 Thread GitBox
plainheart opened a new pull request, #17796: URL: https://github.com/apache/echarts/pull/17796 ## Brief Information This pull request is in the type of: - [ ] bug fixing - [ ] new feature - [x] others -- This is an automated message from the Apache Git

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17796: Merge branch 'master' into 'next'

2022-10-19 Thread GitBox
echarts-bot[bot] commented on PR #17796: URL: https://github.com/apache/echarts/pull/17796#issuecomment-1284839809 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)

[echarts] 01/01: Merge pull request #17779 from apache/nightly-build

2022-10-19 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.git commit 5d6910f308a4e89f4ca4358eea9d085881cc27bf Merge: 06ccd5c3d cd7ec4cc6 Author: Zhongxiang Wang AuthorDate: Thu Oct 20

[echarts] branch master updated (06ccd5c3d -> 5d6910f30)

2022-10-19 Thread wangzx
This is an automated email from the ASF dual-hosted git repository. wangzx pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git from 06ccd5c3d Merge pull request #17782 from striezel-stash/fix-typos add 5309444d6 chore(workflow): always install

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-19 Thread GitBox
echarts-bot[bot] commented on PR #17779: URL: https://github.com/apache/echarts/pull/17779#issuecomment-1284839158 Congratulations! Your PR has been merged. Thanks for your contribution!  -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] plainheart merged pull request #17779: chore(workflow): always install the latest nightly version of zrender when publishing nightly echarts

2022-10-19 Thread GitBox
plainheart merged PR #17779: URL: https://github.com/apache/echarts/pull/17779 -- 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:

[GitHub] [echarts] plainheart commented on issue #17793: [Bug] 在tooltip format内部创建的element添加点击事件,但没有移除,是否会产生内存泄漏

2022-10-19 Thread GitBox
plainheart commented on issue #17793: URL: https://github.com/apache/echarts/issues/17793#issuecomment-1284838154 这个还不曾测过,tooltip 内部会使用 `innerHTML = ''` 清空内容,如果创建的对象没有被其他地方始终保持引用的话,一般应该是不会产生内存泄漏的。 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [echarts] Ovilia commented on issue #17790: [Bug] : Hover animation on disabled legend item

2022-10-19 Thread GitBox
Ovilia commented on issue #17790: URL: https://github.com/apache/echarts/issues/17790#issuecomment-1284828876 This doesn't seem to be a bug. With `emphasis: { focus: 'series' }`, when hovering on one series, the others are blurred. -- This is an automated message from the Apache Git

[GitHub] [echarts] plainheart commented on issue #17794: [Feature]

2022-10-19 Thread GitBox
plainheart commented on issue #17794: URL: https://github.com/apache/echarts/issues/17794#issuecomment-1284809196 See also https://github.com/apache/echarts/issues/15858#issuecomment-940589952 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [echarts] plainheart commented on issue #17795: Ukrainian locale name is incorrect

2022-10-19 Thread GitBox
plainheart commented on issue #17795: URL: https://github.com/apache/echarts/issues/17795#issuecomment-1284798394 Thanks for your feedback! You are welcome to open a PR to fix it. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] github-actions[bot] commented on issue #13394: `series-lines` -- when I try to appendData to it, the page freezes a bit

2022-10-19 Thread GitBox
github-actions[bot] commented on issue #13394: URL: https://github.com/apache/echarts/issues/13394#issuecomment-1284572948 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

[GitHub] [echarts] github-actions[bot] commented on issue #13444: Generate geo tiles on the fly (ideally v5.x feature!)

2022-10-19 Thread GitBox
github-actions[bot] commented on issue #13444: URL: https://github.com/apache/echarts/issues/13444#issuecomment-1284573049 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

[GitHub] [echarts] github-actions[bot] closed issue #13394: `series-lines` -- when I try to appendData to it, the page freezes a bit

2022-10-19 Thread GitBox
github-actions[bot] closed issue #13394: `series-lines` -- when I try to appendData to it, the page freezes a bit URL: https://github.com/apache/echarts/issues/13394 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [echarts] cinic commented on issue #17561: [Bug] CallbackDataParams type doesn't have axisValue, axisValueLabel properties

2022-10-19 Thread GitBox
cinic commented on issue #17561: URL: https://github.com/apache/echarts/issues/17561#issuecomment-1284435525 @manojkannekanti u can change it in echarts.ComposeOption like: ```typescript import * as echarts from 'echarts/core'; import type { TooltipComponentOption,

[GitHub] [echarts] cinic commented on issue #17561: [Bug] CallbackDataParams type doesn't have axisValue, axisValueLabel properties

2022-10-19 Thread GitBox
cinic commented on issue #17561: URL: https://github.com/apache/echarts/issues/17561#issuecomment-1284427717 @manojkannekanti u can change default Tooltip typings in composition: ```typescript import * as echarts from 'echarts/core'; import type { TooltipComponentOption,

[GitHub] [echarts] manastyretskyi commented on issue #17795: Ukrainian locale name is incorrect

2022-10-19 Thread GitBox
manastyretskyi commented on issue #17795: URL: https://github.com/apache/echarts/issues/17795#issuecomment-1284370917 Reference PR #17244 -- 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

[GitHub] [echarts] manastyretskyi opened a new issue, #17795: Ukrainian locale name is incorrect

2022-10-19 Thread GitBox
manastyretskyi opened a new issue, #17795: URL: https://github.com/apache/echarts/issues/17795 ### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce Ukrainian locale code is "UK" and not "UA", as it is in version 5.4.0

[GitHub] [echarts] echarts-bot[bot] commented on issue #17794: [Feature]

2022-10-19 Thread GitBox
echarts-bot[bot] commented on issue #17794: URL: https://github.com/apache/echarts/issues/17794#issuecomment-1284150800 I'm sorry to close this issue for it lacks the necessary title. Please provide **a _descriptive_ and as _concise_ as possible title to describe your problems or

[GitHub] [echarts] echarts-bot[bot] closed issue #17794: [Feature]

2022-10-19 Thread GitBox
echarts-bot[bot] closed issue #17794: [Feature] URL: https://github.com/apache/echarts/issues/17794 -- 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:

[GitHub] [echarts] zhazha-gsk opened a new issue, #17794: [Feature]

2022-10-19 Thread GitBox
zhazha-gsk opened a new issue, #17794: URL: https://github.com/apache/echarts/issues/17794 ### What problem does this feature solve? Y轴上的单位如何写成指数型式,比如m3改成上标 ### What does the proposed API look like? no -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] echarts-bot[bot] commented on issue #17793: [Bug] 在tooltip format内部创建的element添加点击事件,但没有移除,是否会产生内存泄漏

2022-10-19 Thread GitBox
echarts-bot[bot] commented on issue #17793: URL: https://github.com/apache/echarts/issues/17793#issuecomment-1284128946 @L-value 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

[GitHub] [echarts] echarts-bot[bot] closed issue #17793: [Bug]

2022-10-19 Thread GitBox
echarts-bot[bot] closed issue #17793: [Bug] URL: https://github.com/apache/echarts/issues/17793 -- 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:

[GitHub] [echarts] L-value opened a new issue, #17793: [Bug]

2022-10-19 Thread GitBox
L-value opened a new issue, #17793: URL: https://github.com/apache/echarts/issues/17793 ### Version 最新版本 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce 在tooltip format内部创建的element添加点击事件,但没有移除,是否会产生内存泄漏 ### Current Behavior

[GitHub] [echarts] strangeiot commented on issue #17789: [Bug] Sampling Threshold not working

2022-10-19 Thread GitBox
strangeiot commented on issue #17789: URL: https://github.com/apache/echarts/issues/17789#issuecomment-1284078276 @Tudor16c Could you please attach your code snapshot. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [echarts] kongmoumou opened a new pull request, #17792: fix(graph): draggable only work on force layout

2022-10-19 Thread GitBox
kongmoumou opened a new pull request, #17792: URL: https://github.com/apache/echarts/pull/17792 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? #15428

[GitHub] [echarts] echarts-bot[bot] commented on pull request #17792: fix(graph): draggable only work on force layout

2022-10-19 Thread GitBox
echarts-bot[bot] commented on PR #17792: URL: https://github.com/apache/echarts/pull/17792#issuecomment-1284063998 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)

[GitHub] [echarts] plainheart closed issue #17791: [Bug] : 当所有数据为0时,饼图的 formatter: '{b}:{c} { {d} }' 中 d 显示为undefined

2022-10-19 Thread GitBox
plainheart closed issue #17791: [Bug] : 当所有数据为0时,饼图的 formatter: '{b}:{c} { {d} }' 中 d 显示为undefined URL: https://github.com/apache/echarts/issues/17791 -- 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

[GitHub] [echarts] plainheart commented on issue #17791: [Bug] : 当所有数据为0时,饼图的 formatter: '{b}:{c} { {d} }' 中 d 显示为undefined

2022-10-19 Thread GitBox
plainheart commented on issue #17791: URL: https://github.com/apache/echarts/issues/17791#issuecomment-1283933587 See also #17787 -- 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

[GitHub] [echarts] echarts-bot[bot] commented on issue #17791: [Bug] : 当所有数据为0时,饼图的 formatter: '{b}:{c} { {d} }' 中 d 显示为undefined

2022-10-19 Thread GitBox
echarts-bot[bot] commented on issue #17791: URL: https://github.com/apache/echarts/issues/17791#issuecomment-1283843497 @Flyingliao 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

[GitHub] [echarts] Flyingliao opened a new issue, #17791: [Bug] : 当所有数据为0时,饼图的 formatter: '{b}:{c} { {d} }' 中 d 显示为undefined

2022-10-19 Thread GitBox
Flyingliao opened a new issue, #17791: URL: https://github.com/apache/echarts/issues/17791 ### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ignore ### Current Behavior ignore ### Expected Behavior

[GitHub] [echarts] SaberA1ter closed issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
SaberA1ter closed issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined URL: https://github.com/apache/echarts/issues/17787 -- 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

[GitHub] [echarts] SaberA1ter commented on issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
SaberA1ter commented on issue #17787: URL: https://github.com/apache/echarts/issues/17787#issuecomment-1283797077 > 在数学上 0 除以 0 的结果是未定义的,所以得到 undefined 没有问题。如果需要变成 0 的话,自己在 formatter 里转即可 因为新旧版本表现不一样,翻了更新日志也没有看到关于这点的特别说明,所以就提了这个 issue -- This is an automated message from the Apache

[GitHub] [echarts] plainheart commented on issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
plainheart commented on issue #17787: URL: https://github.com/apache/echarts/issues/17787#issuecomment-1283720250 @Ovilia @SaberA1ter 抱歉,这其实 5.4.0 版本因饼图性能优化 #17275 导致的一个 bug,已在 #17734 中一并修复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] dileepyelleti opened a new issue, #17790: [Bug] : Hover animation on disabled legend item

2022-10-19 Thread GitBox
dileepyelleti opened a new issue, #17790: URL: https://github.com/apache/echarts/issues/17790 ### Version 5.4.0 ### Link to Minimal Reproduction https://echarts.apache.org/examples/en/editor.html?c=area-stack ### Steps to Reproduce Click on legend item to

[GitHub] [echarts] Ovilia commented on issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
Ovilia commented on issue #17787: URL: https://github.com/apache/echarts/issues/17787#issuecomment-1283660517 在数学上 0 除以 0 的结果是未定义的,所以得到 undefined 没有问题。如果需要变成 0 的话,自己在 formatter 里转即可 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [echarts] hetuee closed issue #17770: [Bug] 关系图option的itemStyle的color属性值不支持函数,和文档说明不符。

2022-10-19 Thread GitBox
hetuee closed issue #17770: [Bug] 关系图option的itemStyle的color属性值不支持函数,和文档说明不符。 URL: https://github.com/apache/echarts/issues/17770 -- 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.

[GitHub] [echarts] hetuee commented on issue #17770: [Bug] 关系图option的itemStyle的color属性值不支持函数,和文档说明不符。

2022-10-19 Thread GitBox
hetuee commented on issue #17770: URL: https://github.com/apache/echarts/issues/17770#issuecomment-1283658886 i find reason, note can not set category ,if set will error,thank you susiwen8 -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [echarts] Tudor16c opened a new issue, #17789: [Bug] Samplin Threshold not working

2022-10-19 Thread GitBox
Tudor16c opened a new issue, #17789: URL: https://github.com/apache/echarts/issues/17789 ### Version 5.4.0 ### Link to Minimal Reproduction _No response_ ### Steps to Reproduce ``` { yAxisIndex: 0, sampling: 'lttb',

[GitHub] [echarts] luosenhao opened a new issue, #17788: [Bug] bar3D中使用dataset,tooltip鼠标移入移出不消失

2022-10-19 Thread GitBox
luosenhao opened a new issue, #17788: URL: https://github.com/apache/echarts/issues/17788 ### Version 5.4 ### Link to Minimal Reproduction https://echarts.apache.org/examples/zh/editor.html?c=bar3d-dataset=1 ### Steps to Reproduce 摘自echarts官网实例

[GitHub] [echarts] echarts-bot[bot] commented on issue #17788: [Bug] bar3D中使用dataset,tooltip鼠标移入移出不消失

2022-10-19 Thread GitBox
echarts-bot[bot] commented on issue #17788: URL: https://github.com/apache/echarts/issues/17788#issuecomment-1283570260 @luosenhao 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

[GitHub] [echarts] echarts-bot[bot] commented on issue #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
echarts-bot[bot] commented on issue #17787: URL: https://github.com/apache/echarts/issues/17787#issuecomment-1283532043 @SaberA1ter 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

[GitHub] [echarts] SaberA1ter opened a new issue, #17787: [Bug] pie 的 data 数据都为 0 时,百分比为 undefined

2022-10-19 Thread GitBox
SaberA1ter opened a new issue, #17787: URL: https://github.com/apache/echarts/issues/17787 ### Version 5.4.0 ### Link to Minimal Reproduction https://codesandbox.io/s/clever-proskuriakova-0x5os5?file=/src/App.js ### Steps to Reproduce 只需要使 data 数据皆为 0