[GitHub] [echarts] man-trackunit edited a comment on issue #12319: RoundCap for stacked BarChart

2021-08-22 Thread GitBox
man-trackunit edited a comment on issue #12319: URL: https://github.com/apache/echarts/issues/12319#issuecomment-903483098 The method with manually adding rounded corners to the last series does not work if one hides a series by clicking the legend. There really should be a property for th

[GitHub] [echarts] man-trackunit commented on issue #12319: RoundCap for stacked BarChart

2021-08-22 Thread GitBox
man-trackunit commented on issue #12319: URL: https://github.com/apache/echarts/issues/12319#issuecomment-903483098 The method with manually adding rounded corners to the last series does not work if one hides a series by licking the legend. -- This is an automated message from the Apac

[GitHub] [echarts] Ovilia opened a new issue #15581: fix(line): line chart animation is not replayed when calling setOption twice

2021-08-22 Thread GitBox
Ovilia opened a new issue #15581: URL: https://github.com/apache/echarts/issues/15581 ### Version 5.1.2 ### Steps to reproduce ```js option = { xAxis: { type: 'category', boundaryGap: false, data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sa

[GitHub] [echarts] Sanitha-11224 opened a new issue #15580: I think you can try , where you can use callba

2021-08-22 Thread GitBox
Sanitha-11224 opened a new issue #15580: URL: https://github.com/apache/echarts/issues/15580 I think you can try , where you can use callback function to `return '';` for zero value. _Origi

[GitHub] [echarts] echarts-bot[bot] closed issue #15580: I think you can try , where you can use callback

2021-08-22 Thread GitBox
echarts-bot[bot] closed issue #15580: URL: https://github.com/apache/echarts/issues/15580 -- 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 #15580: I think you can try , where you can use cal

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15580: URL: https://github.com/apache/echarts/issues/15580#issuecomment-903455367 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] ammmmmms edited a comment on issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
amms edited a comment on issue #15578: URL: https://github.com/apache/echarts/issues/15578#issuecomment-903443040 > This is not a bug. This is because the default [symbol](https://echarts.apache.org/en/option.html#series-tree.symbol) is `'emptyCircle'`. You can set it to be `'circle'`

[GitHub] [echarts] ammmmmms commented on issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
amms commented on issue #15578: URL: https://github.com/apache/echarts/issues/15578#issuecomment-903443040 > This is not a bug. This is because the default [symbol](https://echarts.apache.org/en/option.html#series-tree.symbol) is `'emptyCircle'`. You can set it to be `'circle'` and it

[GitHub] [echarts] htr3n opened a new issue #15579: Null values with category-based Y-axis don't render correctly

2021-08-22 Thread GitBox
htr3n opened a new issue #15579: URL: https://github.com/apache/echarts/issues/15579 ### Version 5.1.2 ### Reproduction link [https://codepen.io/htr3n/pen/YzQKMrq](https://codepen.io/htr3n/pen/YzQKMrq) ### Steps to reproduce 1. Define a chart with the following options

[GitHub] [echarts] echarts-bot[bot] commented on issue #15579: Null values with category-based Y-axis don't render correctly

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15579: URL: https://github.com/apache/echarts/issues/15579#issuecomment-903428547 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] plainheart commented on issue #15577: ECharts 中支持的图表行为 highlight 不能高亮多个系列吗

2021-08-22 Thread GitBox
plainheart commented on issue #15577: URL: https://github.com/apache/echarts/issues/15577#issuecomment-903419727 我补充一下:有个 PR #15207 修复了这个"bug"。 -- 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 th

[GitHub] [echarts] ammmmmms closed issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
amms closed issue #15578: URL: https://github.com/apache/echarts/issues/15578 -- 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] ammmmmms commented on issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
amms commented on issue #15578: URL: https://github.com/apache/echarts/issues/15578#issuecomment-903413146 > This is not a bug. This is because the default [symbol](https://echarts.apache.org/en/option.html#series-tree.symbol) is `'emptyCircle'`. You can set it to be `'circle'` and it

[GitHub] [echarts] Ovilia closed issue #15560: Echarts graph force update node problem. Echart力导图节点更新问题。

2021-08-22 Thread GitBox
Ovilia closed issue #15560: URL: https://github.com/apache/echarts/issues/15560 -- 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] Ovilia commented on issue #15577: ECharts 中支持的图表行为 highlight 不能高亮多个系列吗

2021-08-22 Thread GitBox
Ovilia commented on issue #15577: URL: https://github.com/apache/echarts/issues/15577#issuecomment-903411493 highlight 语义上表示鼠标引起的高亮,所以逻辑上并不支持多个系列高亮。如果有这个需求,可以监听鼠标事件,然后通过 setOption 把相应系列设为高亮。 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [echarts] Ovilia commented on issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
Ovilia commented on issue #15578: URL: https://github.com/apache/echarts/issues/15578#issuecomment-903410981 This is not a bug. This is because the default [symbol](https://echarts.apache.org/en/option.html#series-tree.symbol) is `'emptyCircle'`. You can set it to be `'circle'` and it will

[GitHub] [echarts] ammmmmms opened a new issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
amms opened a new issue #15578: URL: https://github.com/apache/echarts/issues/15578 ### Version 5.1.2 ### Reproduction link [https://jsfiddle.net/zhtk7mw1/](https://jsfiddle.net/zhtk7mw1/) ### Steps to reproduce In tree chart, I want to set borderColor without fill

[GitHub] [echarts] echarts-bot[bot] commented on issue #15578: borderWidth and borderColor in the tree chart doesn't work

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15578: URL: https://github.com/apache/echarts/issues/15578#issuecomment-903403811 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] yang201806 opened a new issue #15577: ECharts 中支持的图表行为 highlight 不能高亮多个系列吗

2021-08-22 Thread GitBox
yang201806 opened a new issue #15577: URL: https://github.com/apache/echarts/issues/15577 ### Version 5.0.2 ### Steps to reproduce 官网文档如下 // 如果要高亮系列: dispatchAction({ type: 'highlight', // 用 index 或 id 或 name 来指定系列。 // 可以使用数组指定多个系列。 seri

[GitHub] [echarts] echarts-bot[bot] commented on issue #15577: ECharts 中支持的图表行为 highlight 不能高亮多个系列吗

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15577: URL: https://github.com/apache/echarts/issues/15577#issuecomment-903401122 -- 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] echarts-bot[bot] commented on issue #15576: Use emoji as spirit

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15576: URL: https://github.com/apache/echarts/issues/15576#issuecomment-903395890 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] Chandler-Zhu opened a new issue #15576: Use emoji as spirit

2021-08-22 Thread GitBox
Chandler-Zhu opened a new issue #15576: URL: https://github.com/apache/echarts/issues/15576 I tried to use an emoji as spirit but it doesn't work `var spirit = '🌲'` and the result looks like this ![image](https://user-images.githubusercontent.com/61914365/130381674-ec178fe5-c4ef-4

[GitHub] [echarts] echarts-bot[bot] closed issue #15576: Use emoji as spirit

2021-08-22 Thread GitBox
echarts-bot[bot] closed issue #15576: URL: https://github.com/apache/echarts/issues/15576 -- 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 #15575: Cannot create property 'event' on string 'xxx'

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15575: URL: https://github.com/apache/echarts/issues/15575#issuecomment-903380042 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 #15575: Cannot create property 'event' on string 'xxx'

2021-08-22 Thread GitBox
echarts-bot[bot] closed issue #15575: URL: https://github.com/apache/echarts/issues/15575 -- 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] SilverBeats opened a new issue #15575: Cannot create property 'event' on string 'xxx'

2021-08-22 Thread GitBox
SilverBeats opened a new issue #15575: URL: https://github.com/apache/echarts/issues/15575 I now use the example provided on the official website: stacked line chart I copied the sample code, minimal bundle, and ran without problem. However, after the package is completed, the followin

[GitHub] [echarts] plainheart edited a comment on pull request #13929: feat(symbol): various clipping on the symbol.

2021-08-22 Thread GitBox
plainheart edited a comment on pull request #13929: URL: https://github.com/apache/echarts/pull/13929#issuecomment-754638144 > I think we don't have to implement the string expression of CSS clip-path. It's too complex and not easy to debug. Also, it's not friendly for type checking. We pr

[GitHub] [echarts] plainheart closed issue #15568: echartsInstance. clear 无法清空series中设置的lines

2021-08-22 Thread GitBox
plainheart closed issue #15568: URL: https://github.com/apache/echarts/issues/15568 -- 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-unsubs

[GitHub] [echarts] locinus commented on issue #3637: Lines and mark areas disappear during zooming

2021-08-22 Thread GitBox
locinus commented on issue #3637: URL: https://github.com/apache/echarts/issues/3637#issuecomment-903303988 Other workaround proposed on the other topic: https://github.com/apache/echarts/issues/14835#issuecomment-903303711 -- This is an automated message from the Apache Git Service. To

[GitHub] [echarts] locinus edited a comment on issue #14835: Lines and mark areas disappear during zooming

2021-08-22 Thread GitBox
locinus edited a comment on issue #14835: URL: https://github.com/apache/echarts/issues/14835#issuecomment-903303711 I indeed believe this issue still exists: markLines defined by two points disappear when zooming in, as at least one of the points is out of the zoomed window, and even with

[GitHub] [echarts] locinus edited a comment on issue #14835: Lines and mark areas disappear during zooming

2021-08-22 Thread GitBox
locinus edited a comment on issue #14835: URL: https://github.com/apache/echarts/issues/14835#issuecomment-903303711 I indeed believe this issue still exists: markLines defined by two points disappear when zooming in, as at least one of the points is out of the zoomed window, and even with

[GitHub] [echarts] locinus commented on issue #14835: Lines and mark areas disappear during zooming

2021-08-22 Thread GitBox
locinus commented on issue #14835: URL: https://github.com/apache/echarts/issues/14835#issuecomment-903303711 I indeed believe this issue still exists: markLines defined by two points disappear when zooming in, as at least one of the points is out of the zoomed window, and even with the fi

[GitHub] [echarts] echarts-bot[bot] commented on pull request #15573: fix(bar): optimize label distance when using round cap

2021-08-22 Thread GitBox
echarts-bot[bot] commented on pull request #15573: URL: https://github.com/apache/echarts/pull/15573#issuecomment-903267317 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, ple

[echarts] branch master updated (4569dc1 -> 78d20e1)

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from 4569dc1 Merge pull request #15355 from apache/dataset-perf add 8ee3fed fix(bar): optimize label distance wh

[echarts] 01/01: Merge pull request #15573 from apache/fix-sausage-label-distance

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git commit 78d20e15d3e195fab7dcd8e63a7bb195336d1010 Merge: 4569dc1 8ee3fed Author: sushuang AuthorDate: Sun Aug 22 21:13:21 2021

[GitHub] [echarts] 100pah merged pull request #15573: fix(bar): optimize label distance when using round cap

2021-08-22 Thread GitBox
100pah merged pull request #15573: URL: https://github.com/apache/echarts/pull/15573 -- 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-unsub

[GitHub] [echarts] 100pah merged pull request #15355: dataset: fix dataset performance drops signifcantly on high dimensions data.

2021-08-22 Thread GitBox
100pah merged pull request #15355: URL: https://github.com/apache/echarts/pull/15355 -- 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-unsub

[GitHub] [echarts] echarts-bot[bot] commented on pull request #15355: dataset: fix dataset performance drops signifcantly on high dimensions data.

2021-08-22 Thread GitBox
echarts-bot[bot] commented on pull request #15355: URL: https://github.com/apache/echarts/pull/15355#issuecomment-903267022 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, ple

[echarts] 01/01: Merge pull request #15355 from apache/dataset-perf

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git commit 4569dc1d8b712dafb80b16e31c4fed0118e3acbd Merge: 0d5496f 53fa03d Author: sushuang AuthorDate: Sun Aug 22 21:10:52 2021

[echarts] branch master updated (0d5496f -> 4569dc1)

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/echarts.git. from 0d5496f fix typos, clarify (#15512) add 8e1c0fe perf(dataset): improve name-gen perf for high dim data.

[echarts] branch dataset-perf updated (c0bb629 -> 53fa03d)

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch dataset-perf in repository https://gitbox.apache.org/repos/asf/echarts.git. from c0bb629 fix: tweak test case. add 53fa03d fix: fix ut. No new revisions were added by this update.

[echarts] branch dataset-perf updated (dd48619 -> c0bb629)

2021-08-22 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch dataset-perf in repository https://gitbox.apache.org/repos/asf/echarts.git. from dd48619 fix: rename shorter. add f26ccae fix: rename DataStorage -> dataStore and some other renames.

[echarts-handbook] branch gh-pages updated (102af38 -> 0ddfa49)

2021-08-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git. discard 102af38 Deploying to gh-pages from @ apache/echarts-handbook@1b670e21c275540147a59060ced0a3aa1d7e3f

[echarts-handbook] branch master updated: fix echarts version. fix crawler of nav not shown.

2021-08-22 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-handbook.git The following commit(s) were added to refs/heads/master by this push: new af33fef fix echarts version. fix craw

[echarts-handbook] branch gh-pages updated (964d2e8 -> 102af38)

2021-08-22 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch gh-pages in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git. discard 964d2e8 Deploying to gh-pages from @ apache/echarts-handbook@339e1a395e7db3e1f599a6a2fa86cb17692eaf

[echarts-handbook] branch master updated: update 5.2.0 feature

2021-08-22 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-handbook.git The following commit(s) were added to refs/heads/master by this push: new 1b670e2 update 5.2.0 feature 1b670e2

[GitHub] [echarts] echarts-bot[bot] commented on issue #15574: echarts-gl.min.js ,15个图后报错

2021-08-22 Thread GitBox
echarts-bot[bot] commented on issue #15574: URL: https://github.com/apache/echarts/issues/15574#issuecomment-903227959 -- 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] cn17173 opened a new issue #15574: echarts-gl.min.js ,15个图后报错

2021-08-22 Thread GitBox
cn17173 opened a new issue #15574: URL: https://github.com/apache/echarts/issues/15574 ### Version 5.1.2 ### Steps to reproduce echarts-gl.min.js无论是否dispos,都只能创建15个图,继续绘制第16个图会导致页面中其他WebGL奔溃 echarts-gl.min.js:1 WARNING: Too many active WebGL contexts. Oldest context will