[Discussion] Support image and SVG as the background of GEO coordinate system in echarts.

2018-04-28 Thread SHUANG SU
Pissang and All, Currently, geo coordinate system only supports GeoJson, which is not convenient in some scenario that the base map might be the shopping mall map, airport map, airplane seat map, topographic map, etc., where using image or SVG is an easy and conventional way. So, should we

[GitHub] lingwenzhi commented on issue #8243: echarts 100%宽变为100px如何重新渲染

2018-04-28 Thread GitBox
lingwenzhi commented on issue #8243: echarts 100%宽变为100px如何重新渲染 URL: https://github.com/apache/incubator-echarts/issues/8243#issuecomment-385147279 需要dispose,然后重新init This is an automated message from the Apache Git Service.

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread SHUANG SU
> Our definition of import is > that you have copied the source code from the project (zrender) into > echarts. Oh, I get it~ echarts does not copy zrender code to its source code file (that is, all of the file under the directory "echarts/src/"). But the zrender code is actually included in the

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread SHUANG SU
Thanks John, (1) > - LICENSE file correctly lists out 3rd party license, however we require > the actual license text to be placed in the file, or a pointer to a file > relative to the LICENSE file be used. We do not accept links, since those > links could change. The actual 3rd party license

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread SHUANG SU
> Here's the question. Is zrender embedded in this source release? If so, > we need to spell out the files and the license. Yes, zrender is embedded in this source release. But zrender is used as the underlying render engine, the zrender code is almost imported by every echarts source file (via

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread John D. Ament
On Sat, Apr 28, 2018 at 9:45 AM SHUANG SU wrote: > > Here's the question. Is zrender embedded in this source release? If so, > > we need to spell out the files and the license. > > Yes, zrender is embedded in this source release. But zrender is used > as the underlying

[GitHub] zengleyi commented on issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。

2018-04-28 Thread GitBox
zengleyi commented on issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。 URL: https://github.com/apache/incubator-echarts/issues/8251#issuecomment-385179294 https://user-images.githubusercontent.com/25879258/39397443-c15fe54c-4b31-11e8-8017-c306ddf85e4b.png;>

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread John D. Ament
On Sat, Apr 28, 2018 at 8:47 AM SHUANG SU wrote: > Thanks John, > > > (1) > > - LICENSE file correctly lists out 3rd party license, however we require > > the actual license text to be placed in the file, or a pointer to a file > > relative to the LICENSE file be used.

[GitHub] zengleyi opened a new issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。

2018-04-28 Thread GitBox
zengleyi opened a new issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。 URL: https://github.com/apache/incubator-echarts/issues/8251 ### One-line summary [问题简述] axisLable.formatter函数返回个数比series.data的数据个数多一位,经查看控制台,是最后一位重复。 ### Version &

Re: [VOTE] Release Apache ECharts 4.1.0.rc1

2018-04-28 Thread John D. Ament
On Sat, Apr 28, 2018 at 10:31 AM SHUANG SU wrote: > > Our definition of import is > > that you have copied the source code from the project (zrender) into > > echarts. > > Oh, I get it~ > echarts does not copy zrender code to its source code file (that is, all of > the

[GitHub] 100pah commented on issue #8245: feature magicType 设置 line和stack,切换时,图形只能展示stack

2018-04-28 Thread GitBox
100pah commented on issue #8245: feature magicType 设置 line和stack,切换时,图形只能展示stack URL: https://github.com/apache/incubator-echarts/issues/8245#issuecomment-385200427 目前最新版本中这个问题已经正常了。 This is an automated message from the

[GitHub] 100pah commented on issue #8248: echarts series中有类似 highchart 中的 flags 的type吗?

2018-04-28 Thread GitBox
100pah commented on issue #8248: echarts series中有类似 highchart 中的 flags 的type吗? URL: https://github.com/apache/incubator-echarts/issues/8248#issuecomment-385199169 可以使用 series.type: 'scatter' 来画 flag 的。 This is an automated

[GitHub] 100pah commented on issue #8235: 【折线图堆叠BUG】

2018-04-28 Thread GitBox
100pah commented on issue #8235: 【折线图堆叠BUG】 URL: https://github.com/apache/incubator-echarts/issues/8235#issuecomment-385201206 因为被堆叠了,所以取下一条线的对应的点 This is an automated message from the Apache Git Service. To respond to the

[GitHub] Paul-Kijtapart commented on issue #8103: [Pie] How to Get percent values from echart instance

2018-04-28 Thread GitBox
Paul-Kijtapart commented on issue #8103: [Pie] How to Get percent values from echart instance URL: https://github.com/apache/incubator-echarts/issues/8103#issuecomment-385226102 **Solution** Solved by calculating percent from data's value and store percent field in it to make sure it

[GitHub] Paul-Kijtapart commented on issue #7946: [SVG renderer] Wrong Axis Popover display when cursor over a chart

2018-04-28 Thread GitBox
Paul-Kijtapart commented on issue #7946: [SVG renderer] Wrong Axis Popover display when cursor over a chart URL: https://github.com/apache/incubator-echarts/issues/7946#issuecomment-385226139 Solved in #7947 This is an

[GitHub] Paul-Kijtapart closed issue #7946: [SVG renderer] Wrong Axis Popover display when cursor over a chart

2018-04-28 Thread GitBox
Paul-Kijtapart closed issue #7946: [SVG renderer] Wrong Axis Popover display when cursor over a chart URL: https://github.com/apache/incubator-echarts/issues/7946 This is an automated message from the Apache Git Service. To