[GitHub] [incubator-echarts] icetimidus commented on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus commented on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-535323169 @Ovilia No, the data will missing when it be zero. I think that's the problem is.

[GitHub] [incubator-echarts] me-who commented on issue #3933: 数据产生错位,当数据无法横轴(category)对应时,使用[{name:'xx',value:'ss'}]无法生效

2019-09-25 Thread GitBox
me-who commented on issue #3933: 数据产生错位,当数据无法横轴(category)对应时,使用[{name:'xx',value:'ss'}]无法生效 URL: https://github.com/apache/incubator-echarts/issues/3933#issuecomment-535311041 我也碰上同样的问题,由于多种类型的数据长度不一致,echart并不会自动匹配相同的横轴数据,导致横轴错乱,请问这个问题有好的解决方案吗? @umi-soft

[GitHub] [incubator-echarts] contact-ouyang opened a new issue #11326: TypeError: Cannot read property 'push' of undefined at x. (radarLayout.js:68)

2019-09-25 Thread GitBox
contact-ouyang opened a new issue #11326: TypeError: Cannot read property 'push' of undefined at x. (radarLayout.js:68) URL: https://github.com/apache/incubator-echarts/issues/11326 Hi, I am using vue-echarts to draw a radar chart. Though the radar charts displays fine, it always

[GitHub] [incubator-echarts] 18124772589 opened a new issue #11327: 旭日图点击其中的一层下钻后,可否支持用当前的父级替换返回的位置

2019-09-25 Thread GitBox
18124772589 opened a new issue #11327: 旭日图点击其中的一层下钻后,可否支持用当前的父级替换返回的位置 URL: https://github.com/apache/incubator-echarts/issues/11327 当点击一层下钻后,中间的返回位置有点大,无法分层去设置radius: ['0%', '80%'],想要在当前父级位置点击后即可以返回上一层 This is an

[incubator-echarts-bot] branch dependabot/npm_and_yarn/js-yaml-3.13.1 deleted (was 384bff1)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dependabot/npm_and_yarn/js-yaml-3.13.1 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. was 384bff1 chore(deps): bump js-yaml from 3.12.0 to 3.13.1 The

[incubator-echarts-bot] 01/01: Merge pull request #3 from apache/dependabot/npm_and_yarn/lodash-4.17.15

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 075c311e0b6f2236f8d742dd60b89a29f370b558 Merge: 66697c0 4536f36 Author: Ovilia AuthorDate: Thu Sep 26

[incubator-echarts-bot] 01/01: Merge pull request #1 from apache/dependabot/npm_and_yarn/js-yaml-3.13.1

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit d7baba984a3a0b34c91f25abc2c7050d984844ad Merge: 075c311 384bff1 Author: Ovilia AuthorDate: Thu Sep 26

[incubator-echarts-bot] 01/01: Merge pull request #2 from apache/dependabot/npm_and_yarn/mixin-deep-1.3.2

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 66697c04888d25ed38749c72ab77584789aa90b0 Merge: 1b3abb0 bf06166 Author: Ovilia AuthorDate: Thu Sep 26

[incubator-echarts-bot] branch master updated (1b3abb0 -> 66697c0)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. from 1b3abb0 change label name add bf06166 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2

[incubator-echarts-bot] branch master updated (66697c0 -> 075c311)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. from 66697c0 Merge pull request #2 from apache/dependabot/npm_and_yarn/mixin-deep-1.3.2 add 4536f36

[incubator-echarts-bot] branch dependabot/npm_and_yarn/lodash-4.17.15 deleted (was 4536f36)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dependabot/npm_and_yarn/lodash-4.17.15 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. was 4536f36 chore(deps): bump lodash from 4.17.11 to 4.17.15 The

[incubator-echarts-bot] branch master updated (075c311 -> d7baba9)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. from 075c311 Merge pull request #3 from apache/dependabot/npm_and_yarn/lodash-4.17.15 add 384bff1

[incubator-echarts-bot] branch dependabot/npm_and_yarn/mixin-deep-1.3.2 deleted (was bf06166)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch dependabot/npm_and_yarn/mixin-deep-1.3.2 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. was bf06166 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 The

[GitHub] [incubator-echarts] Ovilia commented on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
Ovilia commented on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-535299442 I think there is a missing entry of `"GSWY"` in the first item of the dataset. Is this a mistake? But ECharts should handle

[GitHub] [incubator-echarts] wtujvk removed a comment on issue #2461: china.js好像乱码了,谁有解决方法

2019-09-25 Thread GitBox
wtujvk removed a comment on issue #2461: china.js好像乱码了,谁有解决方法 URL: https://github.com/apache/incubator-echarts/issues/2461#issuecomment-535281307 乱码的问题解决了吗? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] wtujvk commented on issue #2461: china.js好像乱码了,谁有解决方法

2019-09-25 Thread GitBox
wtujvk commented on issue #2461: china.js好像乱码了,谁有解决方法 URL: https://github.com/apache/incubator-echarts/issues/2461#issuecomment-535281531 文件是utf-8的格式吧。 乱码的问题解决了吗? This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] wtujvk commented on issue #2461: china.js好像乱码了,谁有解决方法

2019-09-25 Thread GitBox
wtujvk commented on issue #2461: china.js好像乱码了,谁有解决方法 URL: https://github.com/apache/incubator-echarts/issues/2461#issuecomment-535281307 乱码的问题解决了吗? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] deqingli merged pull request #11319: Update unit test

2019-09-25 Thread GitBox
deqingli merged pull request #11319: Update unit test URL: https://github.com/apache/incubator-echarts/pull/11319 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-echarts] branch master updated (de55405 -> a5c55a0)

2019-09-25 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 de55405 test: compare screenshots with smaller threshold in visual regression testing new

[GitHub] [incubator-echarts] Ovilia closed pull request #10710: Update README.md

2019-09-25 Thread GitBox
Ovilia closed pull request #10710: Update README.md URL: https://github.com/apache/incubator-echarts/pull/10710 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-echarts] Ovilia commented on issue #10710: Update README.md

2019-09-25 Thread GitBox
Ovilia commented on issue #10710: Update README.md URL: https://github.com/apache/incubator-echarts/pull/10710#issuecomment-534921130 Hi @tomLadder Thanks for your contribution. But we no longer include third-party projects in the README. Could you make a pull request with

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11320: SVG 模式下保存为图片无法打开

2019-09-25 Thread GitBox
echarts-robot[bot] commented on issue #11320: SVG 模式下保存为图片无法打开 URL: https://github.com/apache/incubator-echarts/issues/11320#issuecomment-534878103 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry for

[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11320: SVG 模式下保存为图片无法打开

2019-09-25 Thread GitBox
echarts-robot[bot] closed issue #11320: SVG 模式下保存为图片无法打开 URL: https://github.com/apache/incubator-echarts/issues/11320 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-echarts] icetimidus opened a new issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus opened a new issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322 ### Version 4.2.1 ### Reproduction link

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
echarts-robot[bot] commented on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534914044 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to

[GitHub] [incubator-echarts] DoesntWong opened a new issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空

2019-09-25 Thread GitBox
DoesntWong opened a new issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空 URL: https://github.com/apache/incubator-echarts/issues/11321 ### What problem does this feature solve? 这边的需求是有多个系列,希望只取数值前三的三个系列,因为系列是按照顺序排序的,如果data传null,就会出现占位的情况,这样看起来很乱 ### What does the proposed API look like?

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空

2019-09-25 Thread GitBox
echarts-robot[bot] commented on issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空 URL: https://github.com/apache/incubator-echarts/issues/11321#issuecomment-534878923 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] hbliyafei opened a new issue #11320: SVG 模式下保存为图片无法打开

2019-09-25 Thread GitBox
hbliyafei opened a new issue #11320: SVG 模式下保存为图片无法打开 URL: https://github.com/apache/incubator-echarts/issues/11320 使用 canvas 可以正常保存并打开,改为 svg 后 下载后无法打开。 png 和 jpeg 都不行 This is an automated message from the Apache Git

[GitHub] [incubator-echarts] creadone opened a new issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question)

2019-09-25 Thread GitBox
creadone opened a new issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question) URL: https://github.com/apache/incubator-echarts/issues/10987 ### Description Echarts has great chart type ThemeRiver (also known as streamgraph) but this type has no

[GitHub] [incubator-echarts] creadone commented on issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question)

2019-09-25 Thread GitBox
creadone commented on issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question) URL: https://github.com/apache/incubator-echarts/issues/10987#issuecomment-535030277 @deqingli, can i ask another question? With the ThemeRiver i can't get the legend colors

[GitHub] [incubator-echarts] daniellycosta opened a new issue #11323: I'd like to don't show all data values on radar tooltip on radar chart, only the indicator one

2019-09-25 Thread GitBox
daniellycosta opened a new issue #11323: I'd like to don't show all data values on radar tooltip on radar chart, only the indicator one URL: https://github.com/apache/incubator-echarts/issues/11323 ### What problem does this feature solve? I have a radar chart with 21 indicators and is

[GitHub] [incubator-echarts] Ovilia commented on issue #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接

2019-09-25 Thread GitBox
Ovilia commented on issue #11317: echarts关系图如何生成多个箭头指向同一个目标,之间直线链接 URL: https://github.com/apache/incubator-echarts/issues/11317#issuecomment-534960836 如果是指起始点和目标点都一样的多个箭头,请关注 #11260 ,预计 v4.6.0 支持。 如果指不同起始点,同一个目标点,那么现在应该就是支持的。

[GitHub] [incubator-echarts] Ovilia commented on issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空

2019-09-25 Thread GitBox
Ovilia commented on issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空 URL: https://github.com/apache/incubator-echarts/issues/11321#issuecomment-534963280 Duplicate of #9899. This is an automated message from the Apache Git

[GitHub] [incubator-echarts] Ovilia closed issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空

2019-09-25 Thread GitBox
Ovilia closed issue #11321: 多系列柱状图,能否只显示其中的某几项,不要出现占位或者空 URL: https://github.com/apache/incubator-echarts/issues/11321 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-echarts] icetimidus commented on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus commented on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534969819 @Ovilia Here is a minimum option. option = { "dataset": { "source": [{

[incubator-echarts-bot] branch dependabot/npm_and_yarn/mixin-deep-1.3.2 created (now bf06166)

2019-09-25 Thread
This is an automated email from the ASF dual-hosted git repository. dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/mixin-deep-1.3.2 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. at bf06166 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2

[incubator-echarts-bot] branch dependabot/npm_and_yarn/js-yaml-3.13.1 created (now 384bff1)

2019-09-25 Thread
This is an automated email from the ASF dual-hosted git repository. dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/js-yaml-3.13.1 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. at 384bff1 chore(deps): bump js-yaml from 3.12.0 to 3.13.1 No

[incubator-echarts-bot] branch dependabot/npm_and_yarn/lodash-4.17.15 created (now 4536f36)

2019-09-25 Thread
This is an automated email from the ASF dual-hosted git repository. dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/lodash-4.17.15 in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. at 4536f36 chore(deps): bump lodash from 4.17.11 to 4.17.15

[GitHub] [incubator-echarts] icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534969819 @Ovilia Here is a minimum option. `option = { "dataset": { "source": [{

[GitHub] [incubator-echarts] icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534969819 @Ovilia Due to the maintains, I can't create a demo on gallery. Here is a minimum option. ```Cycript

[GitHub] [incubator-echarts] Ovilia commented on issue #11310: 标题title渲染了两遍, legend.data和series均为空数组时,

2019-09-25 Thread GitBox
Ovilia commented on issue #11310: 标题title渲染了两遍, legend.data和series均为空数组时, URL: https://github.com/apache/incubator-echarts/issues/11310#issuecomment-534959135 Please provide a demo to help reproduce this problem. https://jsfiddle.net/ovilia/n6xc4df3/

[GitHub] [incubator-echarts] Ovilia commented on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
Ovilia commented on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534965166 Do you mind creating a minimum demo for this? To move the unnecessary parts and provide a demo with minimum series and minimum

[GitHub] [incubator-echarts] Ovilia commented on issue #8253: Edge drawing schemes in graph

2019-09-25 Thread GitBox
Ovilia commented on issue #8253: Edge drawing schemes in graph URL: https://github.com/apache/incubator-echarts/issues/8253#issuecomment-534960426 Could you provide some images of these requirements to help others understand?

[GitHub] [incubator-echarts] Ovilia commented on issue #9899: Space between bars.

2019-09-25 Thread GitBox
Ovilia commented on issue #9899: Space between bars. URL: https://github.com/apache/incubator-echarts/issues/9899#issuecomment-534963700 Currently, there is no easy way to make the categories to be of different width. Further discussion required.

[GitHub] [incubator-echarts] icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset.

2019-09-25 Thread GitBox
icetimidus edited a comment on issue #11322: Bar chart pick the wrong data in dataset. URL: https://github.com/apache/incubator-echarts/issues/11322#issuecomment-534969819 @Ovilia Due to the maintains, I can't create a demo on gallery. Here is a minimum option. `option = {

[incubator-echarts-bot] 07/09: doc: update issue text, add email info

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 69d7ca14d8d202c40d5990919239bfc976bd1ab0 Author: Ovilia AuthorDate: Thu Aug 22 13:16:13 2019 +0800

[incubator-echarts-bot] 08/09: bot should not check template if an issue is reopened

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit f147289aa7388180091956100f30a8098b130359 Author: Ovilia AuthorDate: Fri Aug 30 11:18:47 2019 +0800

[incubator-echarts-bot] 05/09: feat: update for new issue template

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 1c1fd56a52728146cc01062e57c98df3c3f235fc Author: Ovilia AuthorDate: Wed Feb 20 20:16:20 2019 +0800

[incubator-echarts-bot] 02/09: feat:  close issue, comment, add labels

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit c2db0ff40e4a97bf80381477e4038ed91f008c12 Author: Ovilia AuthorDate: Tue Nov 20 14:00:21 2018 +0800

[incubator-echarts-bot] 03/09: feat:  listen to comments

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 4526a41d164814c17ed4a20e2498d0f24caf4cba Author: Ovilia AuthorDate: Tue Nov 20 16:08:30 2018 +0800

[incubator-echarts-bot] 06/09: update text

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit d5a89efd97807c97b32462c2fca2dfce3a3860f5 Author: Ovilia AuthorDate: Mon May 27 10:48:53 2019 +0800

[incubator-echarts-bot] branch master created (now 1b3abb0)

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git. at 1b3abb0 change label name This branch includes the following new commits: new c128985 feat:

[incubator-echarts-bot] 04/09: chore: add .data for glitch

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 47170c5f3ba78cd47f8a7f7e9ddbaabfe1cdf5c4 Author: Ovilia AuthorDate: Mon Feb 18 15:24:35 2019 +0800

[incubator-echarts-bot] 09/09: change label name

2019-09-25 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts-bot.git commit 1b3abb0671b3a85ae1a83d9170b9183e50911607 Author: Ovilia AuthorDate: Sat Aug 31 16:47:11 2019 +0800

[GitHub] [incubator-echarts] zifix opened a new pull request #11324: Add log axis for radar charts

2019-09-25 Thread GitBox
zifix opened a new pull request #11324: Add log axis for radar charts URL: https://github.com/apache/incubator-echarts/pull/11324 fixes https://github.com/apache/incubator-echarts/issues/11298 This is an automated message

[GitHub] [incubator-echarts] zifix commented on issue #11298: Radar with Log Axis throws error

2019-09-25 Thread GitBox
zifix commented on issue #11298: Radar with Log Axis throws error URL: https://github.com/apache/incubator-echarts/issues/11298#issuecomment-535131188 @pissang Not sure if it was as easy as I think it was, but you are surely going to tell me :P

[GitHub] [incubator-echarts] f-loris opened a new issue #11325: Don't preserve space for empty values on category axis

2019-09-25 Thread GitBox
f-loris opened a new issue #11325: Don't preserve space for empty values on category axis URL: https://github.com/apache/incubator-echarts/issues/11325 ### What problem does this feature solve? In my case I have different categories and multiple series (bar), where not every series has

[GitHub] [incubator-echarts] creadone edited a comment on issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question)

2019-09-25 Thread GitBox
creadone edited a comment on issue #10987: Correct way to straighten smoothed lines for ThemeRiver chart (question) URL: https://github.com/apache/incubator-echarts/issues/10987#issuecomment-535030277 @deqingli, can i ask another question? With the ThemeRiver i can't get the legend