[GitHub] [echarts] echarts-bot[bot] commented on issue #16073: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16073: URL: https://github.com/apache/echarts/issues/16073#issuecomment-969946444 -- 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 un

[GitHub] [echarts] taoqingfeng opened a new issue #16073: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-15 Thread GitBox
taoqingfeng opened a new issue #16073: URL: https://github.com/apache/echarts/issues/16073 ### Version 5.2.2 ### Reproduction link [https://www.makeapie.com/editor.html?c=xiFSVW3zqQ](https://www.makeapie.com/editor.html?c=xiFSVW3zqQ) ### Steps to reproduce 需求:柱状图label

[GitHub] [echarts] echarts-bot[bot] closed issue #16072: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-15 Thread GitBox
echarts-bot[bot] closed issue #16072: URL: https://github.com/apache/echarts/issues/16072 -- 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: commits-

[GitHub] [echarts] echarts-bot[bot] commented on issue #16072: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16072: URL: https://github.com/apache/echarts/issues/16072#issuecomment-969941347 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊 Sorry for this, but it helps save our maint

[GitHub] [echarts] taoqingfeng opened a new issue #16072: dataSet形式下,series label formatter失效。需要触发一次才能出现。

2021-11-15 Thread GitBox
taoqingfeng opened a new issue #16072: URL: https://github.com/apache/echarts/issues/16072 此处效果为,柱状图label formatter 添加 %, 但是默认刷新后,并没有显示 % ,需要点一下lengend或者才能出现% 示例:https://www.makeapie.com/editor.html?c=xiFSVW3zqQ -- This is an automated message from the Apache Git Service. To respond t

[GitHub] [echarts] laijinsheng commented on issue #7125: echarts动态数据+时间坐标轴 内存溢出,页面崩溃

2021-11-15 Thread GitBox
laijinsheng commented on issue #7125: URL: https://github.com/apache/echarts/issues/7125#issuecomment-969914807 
setInterval(function(){
 myChart.clear();
 myChart.setOption(option)
 
}, 5000)
 目前通过该方法可以解决内存泄漏问题 但是5秒页面闪一下 感觉有点恶心 -- This is an automated message

[GitHub] [echarts] echarts-bot[bot] commented on issue #16071: Show label and legend in custom chart

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16071: URL: https://github.com/apache/echarts/issues/16071#issuecomment-969912528 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] PushpakPandya opened a new issue #16071: Show label and legend in custom chart

2021-11-15 Thread GitBox
PushpakPandya opened a new issue #16071: URL: https://github.com/apache/echarts/issues/16071 ### Version 5.2.2 ### Steps to reproduce You can check in examples of echart parlianment i used that code in my project. ### What is expected? I want that when transition is h

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16070: [fix] dataZoom: optimize shadow render performance when roaming.

2021-11-15 Thread GitBox
echarts-bot[bot] commented on pull request #16070: URL: https://github.com/apache/echarts/pull/16070#issuecomment-969901409 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[GitHub] [echarts] pissang opened a new pull request #16070: [fix] dataZoom: optimize shadow render performance when roaming.

2021-11-15 Thread GitBox
pissang opened a new pull request #16070: URL: https://github.com/apache/echarts/pull/16070 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? 1. Avoid shadow re

[echarts] branch optimize-dataZoom-shadow-performance updated: fix(throttle): clear throttle

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch optimize-dataZoom-shadow-performance in repository https://gitbox.apache.org/repos/asf/echarts.git The following commit(s) were added to refs/heads/optimize-dataZoom-shadow-performance by this p

[echarts] 01/01: fix(dataZoom): optimize dataZoom shadow render performance

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch optimize-dataZoom-shadow-performance in repository https://gitbox.apache.org/repos/asf/echarts.git commit 15375ca696f11447af76ac57c0f0309399ea71ae Author: pissang AuthorDate: Tue Nov 16 12:44:02

[echarts] branch optimize-dataZoom-shadow-performance created (now 15375ca)

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch optimize-dataZoom-shadow-performance in repository https://gitbox.apache.org/repos/asf/echarts.git. at 15375ca fix(dataZoom): optimize dataZoom shadow render performance This branch inclu

[echarts] branch throttle-inside-zoom updated: fix(dataZoom): fix shadow redraw

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch throttle-inside-zoom in repository https://gitbox.apache.org/repos/asf/echarts.git The following commit(s) were added to refs/heads/throttle-inside-zoom by this push: new 09de5f0 fix(dataZ

[echarts] 01/01: fix(dataZoom): not re-render shadow if not data not changed.

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch throttle-inside-zoom in repository https://gitbox.apache.org/repos/asf/echarts.git commit 94de10642da2bd5fe6b24f0edea40fcdd19834fa Author: pissang AuthorDate: Tue Nov 16 12:18:39 2021 +0800

[echarts] branch throttle-inside-zoom created (now 94de106)

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch throttle-inside-zoom in repository https://gitbox.apache.org/repos/asf/echarts.git. at 94de106 fix(dataZoom): not re-render shadow if not data not changed. This branch includes the follow

[GitHub] [echarts] weiliang0121 commented on issue #14444: 内存泄漏

2021-11-15 Thread GitBox
weiliang0121 commented on issue #1: URL: https://github.com/apache/echarts/issues/1#issuecomment-969833300 你们连内存泄漏都解决不了吗? -- 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 com

[GitHub] [echarts] Panxoat commented on issue #16042: Not Showing Elements When Hovering on Heatmap Charts

2021-11-15 Thread GitBox
Panxoat commented on issue #16042: URL: https://github.com/apache/echarts/issues/16042#issuecomment-969808533 How can i use setOption useful? I think this issue caused by other reason. caused by when X axis or Y axis length longer than specific number(in my case 25) maybe -- This i

[GitHub] [echarts-doc] pissang merged pull request #204: fix: dafault value of treemap.label.padding

2021-11-15 Thread GitBox
pissang merged pull request #204: URL: https://github.com/apache/echarts-doc/pull/204 -- 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: commits-unsu

[echarts-doc] branch master updated (56e8eed -> 37c9bde)

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. from 56e8eed Merge pull request #203 from apache/calendar-i18n add c37378b fix: dafault value of treemap.label

[echarts-doc] 01/01: Merge pull request #204 from apache/fix-treemap

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit 37c9bded7c7bd70f9cc958b032012d0f7b7779eb Merge: 56e8eed 6215725 Author: Yi Shen AuthorDate: Tue Nov 16 11:15:29 202

[echarts-doc] branch fix-treemap updated (c37378b -> 6215725)

2021-11-15 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-treemap in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. from c37378b fix: dafault value of treemap.label.padding add 6215725 fix: update zh doc No new revisions

[GitHub] [echarts-doc] Ovilia opened a new pull request #204: fix: dafault value of treemap.label.padding

2021-11-15 Thread GitBox
Ovilia opened a new pull request #204: URL: https://github.com/apache/echarts-doc/pull/204 The default value of `series-treemap.label.padding` should be `5` according to [TreemapSeries.ts](https://github.com/apache/echarts/blob/6d68a7dadbd73ff79831d819e014e859f8b2241a/src/chart/treemap/Tre

[echarts-doc] 01/01: fix: dafault value of treemap.label.padding

2021-11-15 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-treemap in repository https://gitbox.apache.org/repos/asf/echarts-doc.git commit c37378b7e4e771f42848fd47036d4a0a064af282 Author: Ovilia AuthorDate: Tue Nov 16 11:10:15 2021 +0800 fix: d

[echarts-doc] branch fix-treemap created (now c37378b)

2021-11-15 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-treemap in repository https://gitbox.apache.org/repos/asf/echarts-doc.git. at c37378b fix: dafault value of treemap.label.padding This branch includes the following new commits:

[GitHub] [echarts] pissang closed issue #14875: [Perf] High CPU overload and user interaction freezed in SVG map (canvas & svg)

2021-11-15 Thread GitBox
pissang closed issue #14875: URL: https://github.com/apache/echarts/issues/14875 -- 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: commits-unsubscr.

[GitHub] [echarts-doc] Ovilia closed issue #179: 历史文档哪里可以看到

2021-11-15 Thread GitBox
Ovilia closed issue #179: URL: https://github.com/apache/echarts-doc/issues/179 -- 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: commits-unsubscr..

[GitHub] [echarts] pissang closed issue #14636: 柱状堆叠图在有toolbox的情况下,设置max值为100,超过部分被截掉了

2021-11-15 Thread GitBox
pissang closed issue #14636: URL: https://github.com/apache/echarts/issues/14636 -- 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: commits-unsubscr.

[GitHub] [echarts] pissang commented on issue #14636: 柱状堆叠图在有toolbox的情况下,设置max值为100,超过部分被截掉了

2021-11-15 Thread GitBox
pissang commented on issue #14636: URL: https://github.com/apache/echarts/issues/14636#issuecomment-969728352 Should have been fixed in the latest version -- 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

[GitHub] [echarts] pissang opened a new pull request #16069: fix(line): fix bezier points calculated wrong when monotone smooth is used.

2021-11-15 Thread GitBox
pissang opened a new pull request #16069: URL: https://github.com/apache/echarts/pull/16069 ## Brief Information This pull request is in the type of: - [x] bug fixing - [ ] new feature - [ ] others ### What does this PR do? Fix a wrong factor

[GitHub] [echarts] echarts-bot[bot] commented on pull request #16069: fix(line): fix bezier points calculated wrong when monotone smooth is used.

2021-11-15 Thread GitBox
echarts-bot[bot] commented on pull request #16069: URL: https://github.com/apache/echarts/pull/16069#issuecomment-969649942 Thanks for your contribution! The community will review it ASAP. In the meanwhile, please checkout [the coding standard](https://echarts.apache.org/en/coding-standa

[echarts] branch fix-smooth-monotone created (now d999fd1)

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch fix-smooth-monotone in repository https://gitbox.apache.org/repos/asf/echarts.git. at d999fd1 fix(line): fix bezier cp calculate wrong in monotone smooth This branch includes the followin

[echarts] 01/01: fix(line): fix bezier cp calculate wrong in monotone smooth

2021-11-15 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch fix-smooth-monotone in repository https://gitbox.apache.org/repos/asf/echarts.git commit d999fd15bb83e02594182d8fc276ef27e32ac6fa Author: pissang AuthorDate: Tue Nov 16 09:43:00 2021 +0800 f

[GitHub] [echarts] echarts-bot[bot] commented on issue #15323: A loop occurs in the line chart.

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #15323: URL: https://github.com/apache/echarts/issues/15323#issuecomment-969613670 This issue is labeled with `priority: high`, which means it's a frequently asked problem and we will fix it ASAP. -- This is an automated message from the Apache Git Ser

[GitHub] [echarts] hughess commented on issue #15562: containLabel not working as expected

2021-11-15 Thread GitBox
hughess commented on issue #15562: URL: https://github.com/apache/echarts/issues/15562#issuecomment-969041716 +1 this is a big problem for me -- 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] joubert-m opened a new issue #16068: Be able to apply an item style to a specific dataSet value

2021-11-15 Thread GitBox
joubert-m opened a new issue #16068: URL: https://github.com/apache/echarts/issues/16068 ### What problem does this feature solve? It would be nice if we could be able to apply an itemStyle to a specific dataset value. Not only on a specific serie as requested here: https://github.com

[GitHub] [echarts] echarts-bot[bot] commented on issue #16068: Be able to apply an item style to a specific dataSet value

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16068: URL: https://github.com/apache/echarts/issues/16068#issuecomment-969006943 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] echarts-bot[bot] commented on issue #16067: how can i show label and legend in custom pie chart where i'm using coordinatesystem="none" and this pie is animated pie chart where item

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16067: URL: https://github.com/apache/echarts/issues/16067#issuecomment-968950996 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it. 🙊 Sorry for this, but it helps save our maint

[GitHub] [echarts] echarts-bot[bot] closed issue #16067: how can i show label and legend in custom pie chart where i'm using coordinatesystem="none" and this pie is animated pie chart where item are c

2021-11-15 Thread GitBox
echarts-bot[bot] closed issue #16067: URL: https://github.com/apache/echarts/issues/16067 -- 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: commits-

[GitHub] [echarts] PushpakPandya opened a new issue #16067: how can i show label and legend in custom pie chart where i'm using coordinatesystem="none" and this pie is animated pie chart where item ar

2021-11-15 Thread GitBox
PushpakPandya opened a new issue #16067: URL: https://github.com/apache/echarts/issues/16067 how can i show label and legend in custom pie chart where i'm using coordinatesystem="none" and this pie is animated pie chart where item are converting in to round points fill. In normal pi

[GitHub] [echarts] Aoble commented on issue #7745: dataset 当X轴数据有重复时,重复的X轴会合并

2021-11-15 Thread GitBox
Aoble commented on issue #7745: URL: https://github.com/apache/echarts/issues/7745#issuecomment-968885261 来个人救救孩子吧 -- 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 unsub

[GitHub] [echarts] wangjian80187994 commented on issue #3564: [讨论] 关于 Legend 等组件的鼠标事件

2021-11-15 Thread GitBox
wangjian80187994 commented on issue #3564: URL: https://github.com/apache/echarts/issues/3564#issuecomment-968883459 2021-11-15 还是没有 -- 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] Aoble commented on issue #8125: 使用dataset ,维度相同的数据会在X轴重叠

2021-11-15 Thread GitBox
Aoble commented on issue #8125: URL: https://github.com/apache/echarts/issues/8125#issuecomment-968872554 很遗憾,2021年我还在查这个问题 -- 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] echarts-bot[bot] commented on issue #16066: Adding routerlink in a sunburst chart

2021-11-15 Thread GitBox
echarts-bot[bot] commented on issue #16066: URL: https://github.com/apache/echarts/issues/16066#issuecomment-968824512 Hi! We've received your issue and please be patient to get responded. 🎉 The average response time is expected to be within one day for weekdays. In the meanwhile,

[GitHub] [echarts] wp-zg opened a new issue #16066: Adding routerlink in a sunburst chart

2021-11-15 Thread GitBox
wp-zg opened a new issue #16066: URL: https://github.com/apache/echarts/issues/16066 ### Version 4 ### Steps to reproduce Adding a routerlink in the link option of a label ### What is expected? When clicking on the link, redirected to the page wanted like a single page

[GitHub] [echarts] iHTCboy commented on issue #6842: 如何取消带有时间轴的图标鼠标滚轮缩放功能

2021-11-15 Thread GitBox
iHTCboy commented on issue #6842: URL: https://github.com/apache/echarts/issues/6842#issuecomment-968745233 删除这个 inside 的配置: ``` dataZoom: [ { type: 'inside', xAxisIndex: [0, 1], start: 98, end: 100 },

[GitHub] [echarts] pissang commented on issue #16065: datazoom放大后出现重影

2021-11-15 Thread GitBox
pissang commented on issue #16065: URL: https://github.com/apache/echarts/issues/16065#issuecomment-968632776 @HeatonZ 最新的版本已经修复了这个问题 -- 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