[GitHub] [incubator-echarts] susiwen8 commented on issue #13375: series中的tooltip不生效,无法显示

2020-10-06 Thread GitBox
susiwen8 commented on issue #13375: URL: https://github.com/apache/incubator-echarts/issues/13375#issuecomment-704625783 Does this work with 4.9? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

2020-10-06 Thread GitBox
echarts-bot[bot] commented on issue #13393: URL: https://github.com/apache/incubator-echarts/issues/13393#issuecomment-704438986 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] Daemach opened a new issue #13393: Visual Map not rendering line color (but it IS rendering correct color in label)

2020-10-06 Thread GitBox
Daemach opened a new issue #13393: URL: https://github.com/apache/incubator-echarts/issues/13393 ### Version 4.9.0 ### Reproduction link [https://codepen.io/daemach/pen/MWegRvO](https://codepen.io/daemach/pen/MWegRvO) ### Steps to reproduce See code pen. ###

[GitHub] [incubator-echarts] 100pah edited a comment on pull request #13358: Custom morph2

2020-10-06 Thread GitBox
100pah edited a comment on pull request #13358: URL: https://github.com/apache/incubator-echarts/pull/13358#issuecomment-704408035 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-echarts] 100pah commented on pull request #13358: Custom morph2

2020-10-06 Thread GitBox
100pah commented on pull request #13358: URL: https://github.com/apache/incubator-echarts/pull/13358#issuecomment-704408035 # How a user expresses data mapping for transition? ## Issues First and foremost, we need to consider those issues below: ### ISSUE_I: If we

[GitHub] [incubator-echarts] plainheart commented on issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
plainheart commented on issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392#issuecomment-704349584 > Do you know when the v5 will be released? The 5.0.0 stable version should be released this month as planned. > Meanwhile, is there an option to

[GitHub] [incubator-echarts] plainheart edited a comment on issue #4537: echarts3.x 还能像echarts2.x那样,支持svg的地图扩展吗?

2020-10-06 Thread GitBox
plainheart edited a comment on issue #4537: URL: https://github.com/apache/incubator-echarts/issues/4537#issuecomment-70442 目前似乎可以通过 `echarts.registerMap` 注册所需的 svg 扩展地图,然后在 `series.map` 中使用即可。 ```js $.get('football.svg', function (svg) { echarts.registerMap('football',

[GitHub] [incubator-echarts] plainheart commented on issue #4537: echarts3.x 还能像echarts2.x那样,支持svg的地图扩展吗?

2020-10-06 Thread GitBox
plainheart commented on issue #4537: URL: https://github.com/apache/incubator-echarts/issues/4537#issuecomment-70442 目前似乎可以通过 `echarts.registerMap` 注册所需的 svg 扩展地图,然后在 `series.map` 中使用即可。 ```js $.get('football.svg', function (svg) { echarts.registerMap('football', {

[GitHub] [incubator-echarts] telco2011 commented on issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
telco2011 commented on issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392#issuecomment-704327167 Hi, @plainheart I'm seeing that the last echarts version is 4.9.0 and v5 still in alpha version. I'm using echarts in a production application and I'd prefer

[GitHub] [incubator-echarts] plainheart commented on issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
plainheart commented on issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392#issuecomment-704272501 Hi, the version 5.0 has fixed it, you could have a try.

[GitHub] [incubator-echarts] plainheart edited a comment on issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
plainheart edited a comment on issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392#issuecomment-704272501 Hi, the version 5.0 has fixed it, you could have a try. Screenshot

[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
echarts-bot[bot] commented on issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392#issuecomment-704154071 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] telco2011 opened a new issue #13392: Labels behind nodes for graph charts

2020-10-06 Thread GitBox
telco2011 opened a new issue #13392: URL: https://github.com/apache/incubator-echarts/issues/13392 ### Version 4.2.1 ### Steps to reproduce I attach a options.js file with the options to reproduce the issue inside a graph chart like