[GitHub] [incubator-echarts] RomanOlegovich commented on issue #12433: When used dataZoom - adding data dynamically leaves lines.

2020-05-28 Thread GitBox
RomanOlegovich commented on issue #12433: URL: https://github.com/apache/incubator-echarts/issues/12433#issuecomment-635775954 If set series-line "animation:false" - problem resolved. This is an automated message from the

[GitHub] [incubator-echarts] Charl20cas commented on issue #8493: Angular 6 cannot compile with `ng serve --prod`

2020-05-28 Thread GitBox
Charl20cas commented on issue #8493: URL: https://github.com/apache/incubator-echarts/issues/8493#issuecomment-635758269 works for me with this: "@angular-devkit/build-angular": "~0.13.0", "@angular/cli": "^7.3.9", "@types/echarts": "^4.1.0", "echarts": "^4.8.0",

[GitHub] [incubator-echarts] softwords commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
softwords commented on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635756756 @plainheart : thankyou for your quick reply. You are totally right , this is much easier than I was making it out to be. The secret in your solution is the use of

[GitHub] [incubator-echarts] Ovilia closed pull request #12228: feat(bar): in polar axis provide negative values. close #12109

2020-05-28 Thread GitBox
Ovilia closed pull request #12228: URL: https://github.com/apache/incubator-echarts/pull/12228 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [incubator-echarts] Ovilia commented on pull request #12228: feat(bar): in polar axis provide negative values. close #12109

2020-05-28 Thread GitBox
Ovilia commented on pull request #12228: URL: https://github.com/apache/incubator-echarts/pull/12228#issuecomment-635748801 Thanks for your contribution. The bug has been fixed in #12418. This is an automated message from

[GitHub] [incubator-echarts] wf123537200 closed pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox
wf123537200 closed pull request #12702: URL: https://github.com/apache/incubator-echarts/pull/12702 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-echarts] wf123537200 commented on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox
wf123537200 commented on pull request #12702: URL: https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635738680 i try to support this situation, but i find when the type='line' is ok, but when switch the type='bar' the result become strange. so close the pr, not

[GitHub] [incubator-echarts] wf123537200 commented on issue #12699: 折线图上同个类目轴上的值如果一负一正,则切换成堆积后,不会相互叠加

2020-05-28 Thread GitBox
wf123537200 commented on issue #12699: URL: https://github.com/apache/incubator-echarts/issues/12699#issuecomment-635738317 > Maybe the positive and negative limit is reasonable > The pr fix this situation,but maybe no reasonable i try to support this situation, but i find when

[GitHub] [incubator-echarts] duola8789 commented on issue #10611: 第二次调用 showTip,symbol 消失

2020-05-28 Thread GitBox
duola8789 commented on issue #10611: URL: https://github.com/apache/incubator-echarts/issues/10611#issuecomment-635723194 好像这个问题还么有解决 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] Wdingding opened a new issue #12716: [ANIMATION] The animation of the stacked area chart when opening a series again.

2020-05-28 Thread GitBox
Wdingding opened a new issue #12716: URL: https://github.com/apache/incubator-echarts/issues/12716 Original way: When you open a series of stacked area charts again, the series expands from left to right. Change plan: When you open a series of stacked area charts again, the

[GitHub] [incubator-echarts] Wdingding opened a new issue #12715: [ANIMATION] Change the animation when opening a series of histograms again

2020-05-28 Thread GitBox
Wdingding opened a new issue #12715: URL: https://github.com/apache/incubator-echarts/issues/12715 Original way: a single bar spreads from bottom to top Change plan: when it is turned on again, the bar will fade out directly, reducing the waiting time.

[GitHub] [incubator-echarts] bionexit commented on pull request #12590: feat(graph): graph support multiple edges, for #6811

2020-05-28 Thread GitBox
bionexit commented on pull request #12590: URL: https://github.com/apache/incubator-echarts/pull/12590#issuecomment-635710589 > Hey , I really need this pr when will it be merged? This is also my urgent need pr...

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
plainheart edited a comment on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635702952 I think it's easy and practical to set `display` of echarts container(element). There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)

[GitHub] [incubator-echarts] plainheart removed a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
plainheart removed a comment on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635701677 Have you tried to set `display` of echarts container(element)? I think it's practical. There is [An example on

[GitHub] [incubator-echarts] plainheart commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
plainheart commented on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635702952 I think it's practical to set `display` of echarts container(element). There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr) Is it

[GitHub] [incubator-echarts] plainheart edited a comment on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
plainheart edited a comment on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635701677 Have you tried to set `display` of echarts container(element)? I think it's practical. There is [An example on

[GitHub] [incubator-echarts] plainheart commented on issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
plainheart commented on issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714#issuecomment-635701677 Have you tried to set `display` of echarts container(element)? I think it's practical. There is [An example on CodePen](https://codepen.io/plainheart/pen/ZEbdRdr)

[GitHub] [incubator-echarts] softwords opened a new issue #12714: Support for inline charts - 'sparklines'

2020-05-28 Thread GitBox
softwords opened a new issue #12714: URL: https://github.com/apache/incubator-echarts/issues/12714 ### What problem does this feature solve? The term 'sparkline' was first used by Edward Tufte, who defined a sparkline in this way: _A sparkline is a small intense, simple,

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12713: MarkLine Update triggers animation even if disabled

2020-05-28 Thread GitBox
echarts-bot[bot] commented on issue #12713: URL: https://github.com/apache/incubator-echarts/issues/12713#issuecomment-635507186 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

[GitHub] [incubator-echarts] Pfahlf opened a new issue #12713: MarkLine Update triggers animation even if disabled

2020-05-28 Thread GitBox
Pfahlf opened a new issue #12713: URL: https://github.com/apache/incubator-echarts/issues/12713 ### Version 4.8.0 ### Reproduction link [https://codepen.io/boosterafk/pen/gOaNazR](https://codepen.io/boosterafk/pen/gOaNazR) ### Steps to reproduce 1: createa chart with

[incubator-echarts-doc] branch master updated: fix en doc

2020-05-28 Thread susiwen8
This is an automated email from the ASF dual-hosted git repository. susiwen8 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git The following commit(s) were added to refs/heads/master by this push: new d818426 fix en doc new

[incubator-echarts] branch label-enhancement updated: refact: layout label after render in pie.

2020-05-28 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch label-enhancement in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/label-enhancement by this push: new c11498d

[GitHub] [incubator-echarts] pissang edited a comment on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox
pissang edited a comment on pull request #12702: URL: https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635220070 @wf123537200 I think it can be an option related to `stack`. Like `stackDifferentSign`(I can only think of this name now. Perhaps there is a better name:)

[GitHub] [incubator-echarts] pissang commented on pull request #12702: feat(datastack):stack support positive add negative, close 12699

2020-05-28 Thread GitBox
pissang commented on pull request #12702: URL: https://github.com/apache/incubator-echarts/pull/12702#issuecomment-635220070 @wf123537200 I think it can be an option related to `stack`. Like `stackDifferentSign`(I just think of it. Perhaps there is a better name.

[GitHub] [incubator-echarts] Ovilia commented on issue #9565: SVG and Canvas have different results for "Pie with scrollable legend" chart in echarts example

2020-05-28 Thread GitBox
Ovilia commented on issue #9565: URL: https://github.com/apache/incubator-echarts/issues/9565#issuecomment-635215974 @Mr-jiangzhiguo This bug needs much code changes so I scheduled it in 5.0.0. This is an automated message

[GitHub] [incubator-echarts] lixianshengdezhanghao commented on issue #7451: Switching Language?

2020-05-28 Thread GitBox
lixianshengdezhanghao commented on issue #7451: URL: https://github.com/apache/incubator-echarts/issues/7451#issuecomment-635207239 I think this is a more urgent thing!! This is an automated message from the Apache Git

[GitHub] [incubator-echarts] cysgbrlc opened a new issue #12711: 极坐标系大小改变后坐标轴消失

2020-05-28 Thread GitBox
cysgbrlc opened a new issue #12711: URL: https://github.com/apache/incubator-echarts/issues/12711 ### Version 4.8.0 ### Steps to reproduce option = { "angleAxis": { "type": "value", "show": true, "startAngle": 90, "axisLine": {

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #12711: 极坐标系大小改变后坐标轴消失

2020-05-28 Thread GitBox
echarts-bot[bot] commented on issue #12711: URL: https://github.com/apache/incubator-echarts/issues/12711#issuecomment-635206127 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