[GitHub] [incubator-echarts] deqingli closed issue #8534: 树图 配置leaves--label--formatter失效

2019-11-06 Thread GitBox
deqingli closed issue #8534: 树图 配置leaves--label--formatter失效 URL: https://github.com/apache/incubator-echarts/issues/8534 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-echarts] susiwen8 commented on issue #11535: Bug: markPoint position with stacked bar

2019-11-06 Thread GitBox
susiwen8 commented on issue #11535: Bug: markPoint position with stacked bar URL: https://github.com/apache/incubator-echarts/issues/11535#issuecomment-550291074 https://user-images.githubusercontent.com/20318608/68298706-fca59c00-00d4-11ea-9477-3c8f9ec12e29.png;> I have found another

[GitHub] [incubator-echarts] pissang commented on issue #11572: Fix sankey frequent flashing with hovering on the node and edge #11306

2019-11-06 Thread GitBox
pissang commented on issue #11572: Fix sankey frequent flashing with hovering on the node and edge #11306 URL: https://github.com/apache/incubator-echarts/pull/11572#issuecomment-550309385 I think `_unfocusDelayTimer ` needs to be cleared when `graph` / `sankey` status is changed.

[GitHub] [incubator-echarts] susiwen8 edited a comment on issue #11535: Bug: markPoint position with stacked bar

2019-11-06 Thread GitBox
susiwen8 edited a comment on issue #11535: Bug: markPoint position with stacked bar URL: https://github.com/apache/incubator-echarts/issues/11535#issuecomment-550291074 https://user-images.githubusercontent.com/20318608/68298706-fca59c00-00d4-11ea-9477-3c8f9ec12e29.png;> I have found

[GitHub] [incubator-echarts] susiwen8 edited a comment on issue #11535: Bug: markPoint position with stacked bar

2019-11-06 Thread GitBox
susiwen8 edited a comment on issue #11535: Bug: markPoint position with stacked bar URL: https://github.com/apache/incubator-echarts/issues/11535#issuecomment-550291074 https://user-images.githubusercontent.com/20318608/68298706-fca59c00-00d4-11ea-9477-3c8f9ec12e29.png;> I have found

[GitHub] [incubator-echarts] sijan93 opened a new issue #11570: Display tooltip on chart legend (Echarts)

2019-11-06 Thread GitBox
sijan93 opened a new issue #11570: Display tooltip on chart legend (Echarts) URL: https://github.com/apache/incubator-echarts/issues/11570 I implemented a chart with legend based on Echarts libary. What i want to develop now is tooltip for each data on chart legend. Data are prepared as

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11570: Display tooltip on chart legend (Echarts)

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11570: Display tooltip on chart legend (Echarts) URL: https://github.com/apache/incubator-echarts/issues/11570#issuecomment-550257148 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11570: Display tooltip on chart legend (Echarts)

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11570: Display tooltip on chart legend (Echarts) URL: https://github.com/apache/incubator-echarts/issues/11570 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] sijan93 opened a new issue #11571: Can´t display tooltip on chart legend (Echarts)

2019-11-06 Thread GitBox
sijan93 opened a new issue #11571: Can´t display tooltip on chart legend (Echarts) URL: https://github.com/apache/incubator-echarts/issues/11571 ### Version 4.4.0 ### Steps to reproduce I implemented a chart with legend based on Echarts libary. What i want to develop now is

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11571: Can´t display tooltip on chart legend (Echarts)

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11571: Can´t display tooltip on chart legend (Echarts) URL: https://github.com/apache/incubator-echarts/issues/11571#issuecomment-550261131 Hi! We've received your issue and please be patient to get responded.  The average response time is expected

[incubator-echarts] branch master updated (33d14b8 -> 0f90a73)

2019-11-06 Thread deqingli
This is an automated email from the ASF dual-hosted git repository. deqingli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 33d14b8 fix(line): axis pointer highlights data outside of chart #11360 (#11548) new ddbcdd4

[GitHub] [incubator-echarts] deqingli merged pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
deqingli merged pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] deqingli closed issue #11385: tree图的叶子节点的label formatter 属性无效

2019-11-06 Thread GitBox
deqingli closed issue #11385: tree图的叶子节点的label formatter 属性无效 URL: https://github.com/apache/incubator-echarts/issues/11385 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-echarts] deqingli opened a new pull request #11572: Fix sankey frequent flashing with hovering on the node and edge #11306

2019-11-06 Thread GitBox
deqingli opened a new pull request #11572: Fix sankey frequent flashing with hovering on the node and edge #11306 URL: https://github.com/apache/incubator-echarts/pull/11572 + Add an unfocusNodeAdjacency delay execution timer to delay execute the action. + Add focus state make sure

[GitHub] [incubator-echarts] deqingli commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
deqingli commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343051685 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] devyumao commented on issue #11341: xaxis type=time labels do not reflect series data

2019-11-06 Thread GitBox
devyumao commented on issue #11341: xaxis type=time labels do not reflect series data URL: https://github.com/apache/incubator-echarts/issues/11341#issuecomment-550307922 Eastern European Summer Time is a daylight saving time zone with which different browsers handle in different ways,

[GitHub] [incubator-echarts] pissang commented on issue #11482: 请问echarts1.4.1版本如何实现下钻到山西省里面的城市,现在从全国下钻到省份是吧所有的数据混合的,高版本的话有单独的json,比如shanxi.json,低版本的咋实现呢

2019-11-06 Thread GitBox
pissang commented on issue #11482: 请问echarts1.4.1版本如何实现下钻到山西省里面的城市,现在从全国下钻到省份是吧所有的数据混合的,高版本的话有单独的json,比如shanxi.json,低版本的咋实现呢 URL: https://github.com/apache/incubator-echarts/issues/11482#issuecomment-550205120 4.0 也支持 ie8

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343021072 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343021072 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343021072 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working

2019-11-06 Thread GitBox
headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working URL: https://github.com/apache/incubator-echarts/issues/11544#issuecomment-550245902 `geo3D: { regions: [{ name: '成都市', regionHeight: 5, itemStyle: {

[GitHub] [incubator-echarts] headgreen commented on issue #11544: geo3D regions regionHeight is not working

2019-11-06 Thread GitBox
headgreen commented on issue #11544: geo3D regions regionHeight is not working URL: https://github.com/apache/incubator-echarts/issues/11544#issuecomment-550245902 geo3D: { regions: [{ name: '成都市', regionHeight: 5, itemStyle: {

[GitHub] [incubator-echarts] headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working

2019-11-06 Thread GitBox
headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working URL: https://github.com/apache/incubator-echarts/issues/11544#issuecomment-550245902 `geo3D: { regions: [{ name: '成都市', regionHeight: 5, itemStyle: {

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343021072 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534

2019-11-06 Thread GitBox
pissang commented on a change in pull request #11556: fix tree diagram leaves label formatter don't work #11385 #8534 URL: https://github.com/apache/incubator-echarts/pull/11556#discussion_r343021072 ## File path: src/chart/tree/TreeSeries.js ## @@ -47,7 +47,18 @@

[GitHub] [incubator-echarts] headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working

2019-11-06 Thread GitBox
headgreen edited a comment on issue #11544: geo3D regions regionHeight is not working URL: https://github.com/apache/incubator-echarts/issues/11544#issuecomment-550245902 `geo3D: { map: '四川', regions: [{ name: '成都市', regionHeight: 5,

[GitHub] [incubator-echarts] ankitagrahari opened a new issue #11573: Echarts is not defined in jsp file

2019-11-06 Thread GitBox
ankitagrahari opened a new issue #11573: Echarts is not defined in jsp file URL: https://github.com/apache/incubator-echarts/issues/11573 ### Version 4.4.0 ### Steps to reproduce I am trying to use echarts for some pie charts and bar charts. After adding the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11573: Echarts is not defined in jsp file

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11573: Echarts is not defined in jsp file URL: https://github.com/apache/incubator-echarts/issues/11573#issuecomment-550489384 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within

[GitHub] [incubator-echarts] 100pah opened a new pull request #11574: fix: fix bar width strategy.

2019-11-06 Thread GitBox
100pah opened a new pull request #11574: fix: fix bar width strategy. URL: https://github.com/apache/incubator-echarts/pull/11574 fix: fix bar width strategy. (1) On value axis, the auto-calculated bar width might be near 0, which make the bar invisible. So we add option

[incubator-echarts] 01/03: fix: code style

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/release-chore in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit caa9eff1628a30fe3a9132e139432feace2c8a25 Author: SHUANG SU AuthorDate: Tue Nov 5 01:23:29 2019

[GitHub] [incubator-echarts] 100pah opened a new pull request #11575: Fix/release chore

2019-11-06 Thread GitBox
100pah opened a new pull request #11575: Fix/release chore URL: https://github.com/apache/incubator-echarts/pull/11575 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-echarts] 01/01: fix: fix bar width strategy. (1) On value axis, the auto-calculated bar width might be near 0, which make the bar invisible. So we add option `barMinWidth` (default 1 in cat

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/bar-width-on-value-axis in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 7f7e0131ac2a9efddbc04b3f308e83c6f7d12226 Author: SHUANG SU AuthorDate: Thu Nov 7

[incubator-echarts] branch fix/bar-width-on-value-axis created (now 7f7e013)

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/bar-width-on-value-axis in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 7f7e013 fix: fix bar width strategy. (1) On value axis, the auto-calculated bar

[GitHub] [incubator-echarts] 100pah commented on issue #11341: xaxis type=time labels do not reflect series data

2019-11-06 Thread GitBox
100pah commented on issue #11341: xaxis type=time labels do not reflect series data URL: https://github.com/apache/incubator-echarts/issues/11341#issuecomment-550346620 @gajus By default, echarts uses local timezone to formate time labels. But if we set timezone to Eastern

[GitHub] [incubator-echarts] 100pah commented on issue #11341: xaxis type=time labels do not reflect series data

2019-11-06 Thread GitBox
100pah commented on issue #11341: xaxis type=time labels do not reflect series data URL: https://github.com/apache/incubator-echarts/issues/11341#issuecomment-550341850 @devyumao Chrome and Firefox are the same in my computer for `new Date(157246920)`, they are both `Wed Oct 30

[GitHub] [incubator-echarts] devyumao edited a comment on issue #11341: xaxis type=time labels do not reflect series data

2019-11-06 Thread GitBox
devyumao edited a comment on issue #11341: xaxis type=time labels do not reflect series data URL: https://github.com/apache/incubator-echarts/issues/11341#issuecomment-550307922 Eastern European Summer Time is a daylight saving time zone with which different browsers handle in different

[GitHub] [incubator-echarts] fangfcg commented on issue #10681: 如何通过设置zlevel实现局部更新?

2019-11-06 Thread GitBox
fangfcg commented on issue #10681: 如何通过设置zlevel实现局部更新? URL: https://github.com/apache/incubator-echarts/issues/10681#issuecomment-550598821 @mzy2240 两个div,他们俩完全没有关系,只是强行固定到某个位置叠加 This is an automated message from the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11579: 移动应用手势缩放无效

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11579: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11579#issuecomment-550783318 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

[GitHub] [incubator-echarts] luckmonkey opened a new issue #11579: 移动应用手势缩放无效

2019-11-06 Thread GitBox
luckmonkey opened a new issue #11579: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11579 4.1.0还好的 4.2就不行了 processGesture: function (event, stage) TO processGesture: function (proxy, event, stage)

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11579: 移动应用手势缩放无效

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11579: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11579 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-echarts] branch fix/bar-width-on-value-axis created (now 77190ed)

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/bar-width-on-value-axis in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at 77190ed fix: fix bar width strategy. (1) On value axis, the auto-calculated bar

[incubator-echarts] 03/03: fix: make code more robust.

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 119197611e132ff21d9af2052fc3487894760672 Author: SHUANG SU AuthorDate: Thu Nov 7 05:18:44 2019 +0800

[incubator-echarts] 01/01: fix: fix bar width strategy. (1) On value axis, the auto-calculated bar width might be near 0, which make the bar invisible. So we add option `barMinWidth` (default 1 in cat

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch fix/bar-width-on-value-axis in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 77190edc43228de81fdc539deada812563e14345 Author: SHUANG SU AuthorDate: Thu Nov 7

[GitHub] [incubator-echarts] 100pah closed pull request #11574: fix: fix bar width strategy.

2019-11-06 Thread GitBox
100pah closed pull request #11574: fix: fix bar width strategy. URL: https://github.com/apache/incubator-echarts/pull/11574 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-echarts] branch release updated (fef810f -> 1191976)

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from fef810f Merge pull request #11545 from apache/master new 092921c fix: code style new

[incubator-echarts] 01/03: fix: code style

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 092921c24bb4713932bee50037cf4bf4b246845d Author: SHUANG SU AuthorDate: Tue Nov 5 01:23:29 2019 +0800

[GitHub] [incubator-echarts] 100pah merged pull request #11575: Fix/release chore

2019-11-06 Thread GitBox
100pah merged pull request #11575: Fix/release chore URL: https://github.com/apache/incubator-echarts/pull/11575 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] 100pah opened a new pull request #11581: fix: fix bar width strategy.

2019-11-06 Thread GitBox
100pah opened a new pull request #11581: fix: fix bar width strategy. URL: https://github.com/apache/incubator-echarts/pull/11581 (1) On value axis, the auto-calculated bar width might be near 0, which make the bar invisible. So we add option `barMinWidth` (default 1 in category and

[GitHub] [incubator-echarts] kokkuan opened a new issue #11578: How to have a different color for initial bar and end bar of a waterfall chart?

2019-11-06 Thread GitBox
kokkuan opened a new issue #11578: How to have a different color for initial bar and end bar of a waterfall chart? URL: https://github.com/apache/incubator-echarts/issues/11578 How to maintain a different color scheme for the initial bar (B/f) and the end bar (EBITDA) which is different

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11578: How to have a different color for initial bar and end bar of a waterfall chart?

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11578: How to have a different color for initial bar and end bar of a waterfall chart? URL: https://github.com/apache/incubator-echarts/issues/11578 This is an automated message from the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11578: How to have a different color for initial bar and end bar of a waterfall chart?

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11578: How to have a different color for initial bar and end bar of a waterfall chart? URL: https://github.com/apache/incubator-echarts/issues/11578#issuecomment-550588435 This issue is not created using [issue

[GitHub] [incubator-echarts] moonlitusun edited a comment on issue #11537: 如何使一个轴既是类目轴,又是数据轴

2019-11-06 Thread GitBox
moonlitusun edited a comment on issue #11537: 如何使一个轴既是类目轴,又是数据轴 URL: https://github.com/apache/incubator-echarts/issues/11537#issuecomment-549719377 例如:第一组数据为 y是类目轴 x是数据轴 ```js y: { name: 价格 type: 'category' data: [ 73, 74,75] } x: { name: 成交量 type: value,

[GitHub] [incubator-echarts] luckmonkey opened a new issue #11580: 移动应用手势缩放无效

2019-11-06 Thread GitBox
luckmonkey opened a new issue #11580: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11580 ### Version 4.2.1 ### Steps to reproduce 移动应用手势缩放无效 ### What is expected? 4.1.0有效 ### What is actually happening? 无效 --- 4.1.0有效

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11580: 移动应用手势缩放无效

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11580: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11580#issuecomment-550785346 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.

[GitHub] [incubator-echarts] luckmonkey commented on issue #11580: 移动应用手势缩放无效

2019-11-06 Thread GitBox
luckmonkey commented on issue #11580: 移动应用手势缩放无效 URL: https://github.com/apache/incubator-echarts/issues/11580#issuecomment-550786578 processGesture: function (event, stage) TO processGesture: function (proxy, event, stage)

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11576: itemstyle normal 添加border在只有一个时还是有边框

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11576: itemstyle normal 添加border在只有一个时还是有边框 URL: https://github.com/apache/incubator-echarts/issues/11576#issuecomment-550576549 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.

[GitHub] [incubator-echarts] WebCodePro719 commented on issue #11566: Add files via upload - New theme JS files

2019-11-06 Thread GitBox
WebCodePro719 commented on issue #11566: Add files via upload - New theme JS files URL: https://github.com/apache/incubator-echarts/pull/11566#issuecomment-550402091 You're welcome, and thanks for adding the themes! This is

[GitHub] [incubator-echarts] kokkuan commented on issue #9278: Connecting line between waterfall charts

2019-11-06 Thread GitBox
kokkuan commented on issue #9278: Connecting line between waterfall charts URL: https://github.com/apache/incubator-echarts/issues/9278#issuecomment-550582785 How to maintain a different color scheme for the initial bar (B/f) and the end bar (EBITDA) which is different from the increase

[GitHub] [incubator-echarts] kokkuan removed a comment on issue #9278: Connecting line between waterfall charts

2019-11-06 Thread GitBox
kokkuan removed a comment on issue #9278: Connecting line between waterfall charts URL: https://github.com/apache/incubator-echarts/issues/9278#issuecomment-550582785 How to maintain a different color scheme for the initial bar (B/f) and the end bar (EBITDA) which is different from the

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11576: itemstyle normal 添加border在只有一个时还是有边框

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11576: itemstyle normal 添加border在只有一个时还是有边框 URL: https://github.com/apache/incubator-echarts/issues/11576 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] Shaxin742 opened a new issue #11576: itemstyle normal 添加border在只有一个时还是有边框

2019-11-06 Thread GitBox
Shaxin742 opened a new issue #11576: itemstyle normal 添加border在只有一个时还是有边框 URL: https://github.com/apache/incubator-echarts/issues/11576 ![image](https://user-images.githubusercontent.com/23325831/68351998-0adcd200-0140-11ea-809e-e82205db0b5c.png)

[GitHub] [incubator-echarts] yamateH-ch commented on issue #11577: 超过2个图表,使用resize()会不正常

2019-11-06 Thread GitBox
yamateH-ch commented on issue #11577: 超过2个图表,使用resize()会不正常 URL: https://github.com/apache/incubator-echarts/issues/11577#issuecomment-550584247 补上在线地址,可以用这个重现,缩小可以,缩小再放大缩小就不正常了 http://jsrun.pro/caWKp/edit This is an

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11577: 超过2个图表,使用resize()会不正常

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11577: 超过2个图表,使用resize()会不正常 URL: https://github.com/apache/incubator-echarts/issues/11577#issuecomment-550578100 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

[GitHub] [incubator-echarts] yamateH-ch opened a new issue #11577: 超过2个图表,使用resize()会不正常

2019-11-06 Thread GitBox
yamateH-ch opened a new issue #11577: 超过2个图表,使用resize()会不正常 URL: https://github.com/apache/incubator-echarts/issues/11577 ### Version 4.1.0-release ### Steps to reproduce 使用flex布局, 在多个图表里面组件监听 window.addEventListener('resize', () => { this.$nextTick(() => {

[GitHub] [incubator-echarts] qinghechaoge commented on issue #11383: echarts tooltip is covered by canvas on iOS13

2019-11-06 Thread GitBox
qinghechaoge commented on issue #11383: echarts tooltip is covered by canvas on iOS13 URL: https://github.com/apache/incubator-echarts/issues/11383#issuecomment-550586541 > 看起来是 safari 13 的 bug,我们在 [ecomfe/zrender#522](https://github.com/ecomfe/zrender/pull/522) 中绕过了这个 bug,这个版本下周末左右发布

[incubator-echarts] branch fix/bar-width-on-value-axis updated (77190ed -> c49d22a)

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/bar-width-on-value-axis in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 77190ed fix: fix bar width strategy. (1) On value axis, the auto-calculated bar

[GitHub] [incubator-echarts] yamateH-ch closed issue #11577: 超过2个图表,使用resize()会不正常

2019-11-06 Thread GitBox
yamateH-ch closed issue #11577: 超过2个图表,使用resize()会不正常 URL: https://github.com/apache/incubator-echarts/issues/11577 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] HuanHLucky closed issue #6843: Android端是不是无法使用echarts来显示地图?

2019-11-06 Thread GitBox
HuanHLucky closed issue #6843: Android端是不是无法使用echarts来显示地图? URL: https://github.com/apache/incubator-echarts/issues/6843 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-echarts] T-OneSoul opened a new issue #11582: 全选反选功能

2019-11-06 Thread GitBox
T-OneSoul opened a new issue #11582: 全选反选功能 URL: https://github.com/apache/incubator-echarts/issues/11582 ### Version 4.4.0 ### Reproduction link [https://jsfiddle.net/c5y6dgr2/6/](https://jsfiddle.net/c5y6dgr2/6/) ### Steps to reproduce

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11582: 全选反选功能

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11582: 全选反选功能 URL: https://github.com/apache/incubator-echarts/issues/11582#issuecomment-550904173 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.

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11584: pictorialBar label no refresh

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11584: pictorialBar label no refresh URL: https://github.com/apache/incubator-echarts/issues/11584#issuecomment-550929955 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one

[GitHub] [incubator-echarts] cn-xufei opened a new issue #11584: pictorialBar label no refresh

2019-11-06 Thread GitBox
cn-xufei opened a new issue #11584: pictorialBar label no refresh URL: https://github.com/apache/incubator-echarts/issues/11584 ### Version 4.4.0 ### Reproduction link

[GitHub] [incubator-echarts] SnailSword removed a comment on issue #11360: axis pointer highlights data outside of chart

2019-11-06 Thread GitBox
SnailSword removed a comment on issue #11360: axis pointer highlights data outside of chart URL: https://github.com/apache/incubator-echarts/issues/11360#issuecomment-550930933 fixed in #11548 . This is an automated message

[GitHub] [incubator-echarts] SnailSword commented on issue #11360: axis pointer highlights data outside of chart

2019-11-06 Thread GitBox
SnailSword commented on issue #11360: axis pointer highlights data outside of chart URL: https://github.com/apache/incubator-echarts/issues/11360#issuecomment-550930933 fixed in #11548 . This is an automated message from

[GitHub] [incubator-echarts] SnailSword commented on issue #11582: 全选反选功能

2019-11-06 Thread GitBox
SnailSword commented on issue #11582: 全选反选功能 URL: https://github.com/apache/incubator-echarts/issues/11582#issuecomment-550939625 你提供的复现链接中没有切换tab的逻辑呢 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-echarts] T-OneSoul commented on issue #11582: 全选反选功能

2019-11-06 Thread GitBox
T-OneSoul commented on issue #11582: 全选反选功能 URL: https://github.com/apache/incubator-echarts/issues/11582#issuecomment-550940278 调用resize方法后全选反选按钮也会消失 call resize function cause the selector button will lost This is an

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11586: Y轴反向时,尾端箭头不显示

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11586: Y轴反向时,尾端箭头不显示 URL: https://github.com/apache/incubator-echarts/issues/11586#issuecomment-550965469 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,

[GitHub] [incubator-echarts] nailuox opened a new issue #11586: Y轴反向时,尾端箭头不显示

2019-11-06 Thread GitBox
nailuox opened a new issue #11586: Y轴反向时,尾端箭头不显示 URL: https://github.com/apache/incubator-echarts/issues/11586 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11586: Y轴反向时,尾端箭头不显示

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11586: Y轴反向时,尾端箭头不显示 URL: https://github.com/apache/incubator-echarts/issues/11586 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] hkwBest opened a new issue #11583: 饼图、地图低版本安卓无法显示

2019-11-06 Thread GitBox
hkwBest opened a new issue #11583: 饼图、地图低版本安卓无法显示 URL: https://github.com/apache/incubator-echarts/issues/11583 饼图和地图无法正常显示 Version & Environment [版本及环境] ECharts version [ECharts 版本]: 4.0.4 Browser version [浏览器类型和版本]: OS Version [操作系统类型和版本]: vivo X6Plus L android 5.1

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11583: 饼图、地图低版本安卓无法显示

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11583: 饼图、地图低版本安卓无法显示 URL: https://github.com/apache/incubator-echarts/issues/11583 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11583: 饼图、地图低版本安卓无法显示

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11583: 饼图、地图低版本安卓无法显示 URL: https://github.com/apache/incubator-echarts/issues/11583#issuecomment-550919904 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,

[GitHub] [incubator-echarts] 100pah merged pull request #11581: fix: fix bar width strategy.

2019-11-06 Thread GitBox
100pah merged pull request #11581: fix: fix bar width strategy. URL: https://github.com/apache/incubator-echarts/pull/11581 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-echarts] branch release updated (1191976 -> 2ca8536)

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 1191976 fix: make code more robust. new adf659a fix: fix bar width strategy. (1) On value axis,

[incubator-echarts] 01/02: fix: fix bar width strategy. (1) On value axis, the auto-calculated bar width might be near 0, which make the bar invisible. So we add option `barMinWidth` (default 1 in cat

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit adf659aee25bf19823056745fcfbd9422deca8a3 Author: SHUANG SU AuthorDate: Thu Nov 7 13:37:16 2019 +0800

[incubator-echarts] 02/02: fix: fix the last commit: tweak code and fix remainWidth when barWidth is given.

2019-11-06 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 2ca85360c2156b7dadcb7cb2853ec365e8bb0b3c Author: SHUANG SU AuthorDate: Thu Nov 7 14:46:03 2019 +0800

[GitHub] [incubator-echarts] T-OneSoul commented on issue #11582: 全选反选功能

2019-11-06 Thread GitBox
T-OneSoul commented on issue #11582: 全选反选功能 URL: https://github.com/apache/incubator-echarts/issues/11582#issuecomment-550947204 @SnailSword 没,哪里好像写不了,你可以复制一下代码,然后加一个可以切换的TAB,基本代码就那些 This is an automated message from the

[GitHub] [incubator-echarts] Ovilia commented on issue #11573: Echarts is not defined in jsp file

2019-11-06 Thread GitBox
Ovilia commented on issue #11573: Echarts is not defined in jsp file URL: https://github.com/apache/incubator-echarts/issues/11573#issuecomment-550959753 Try using a relative path? This doesn't seem to relate ECharts.

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #11585: Fail to dispatch graphRoam action to control Center

2019-11-06 Thread GitBox
echarts-bot[bot] commented on issue #11585: Fail to dispatch graphRoam action to control Center URL: https://github.com/apache/incubator-echarts/issues/11585#issuecomment-550962611 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm

[GitHub] [incubator-echarts] echarts-bot[bot] closed issue #11585: Fail to dispatch graphRoam action to control Center

2019-11-06 Thread GitBox
echarts-bot[bot] closed issue #11585: Fail to dispatch graphRoam action to control Center URL: https://github.com/apache/incubator-echarts/issues/11585 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-echarts] kibbon opened a new issue #11585: Fail to dispatch graphRoam action to control Center

2019-11-06 Thread GitBox
kibbon opened a new issue #11585: Fail to dispatch graphRoam action to control Center URL: https://github.com/apache/incubator-echarts/issues/11585 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed. I

[GitHub] [incubator-echarts] nailuox commented on issue #11586: Y轴反向时,尾端箭头不显示

2019-11-06 Thread GitBox
nailuox commented on issue #11586: Y轴反向时,尾端箭头不显示 URL: https://github.com/apache/incubator-echarts/issues/11586#issuecomment-550966789 Y轴设置inverse: true属性,axisLine: { symbol: ['none','arrow'] }属性不起作用