[GitHub] [incubator-echarts] Ovilia commented on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
Ovilia commented on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544840810 @foolzhang Sure! You're more than welcomed to make a pull request about this. The bar series in the polar system was

[GitHub] [incubator-echarts] Ovilia commented on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
Ovilia commented on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544850485 @foolzhang You can set the `fill` and `stroke` to be `'none'` when the `startAngle` and `endAngle` are the same, and set the

[GitHub] [incubator-echarts] yangguansen commented on issue #11383: echarts 移动端 toolTip被echarts容器遮盖(iphone11手机)

2019-10-22 Thread GitBox
yangguansen commented on issue #11383: echarts 移动端 toolTip被echarts容器遮盖(iphone11手机) URL: https://github.com/apache/incubator-echarts/issues/11383#issuecomment-544880128 @Ovilia tooltip的dom是和canvas父级平层,所以我觉得不应该是canvas z-index的问题。

[incubator-echarts] branch fix-10951 updated (cb4c8aa -> 2cc224a)

2019-10-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-10951 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from cb4c8aa fix(toolbox): avoid text overflow when mouseon #10951 add 2cc224a test(toolbox): add

[GitHub] [incubator-echarts] zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544878353 我用的是4.2.1... -- 发件人:dong

[GitHub] [incubator-echarts] deqingli merged pull request #11457: Fix #10412

2019-10-22 Thread GitBox
deqingli merged pull request #11457: Fix #10412 URL: https://github.com/apache/incubator-echarts/pull/11457 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-echarts] Ovilia commented on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
Ovilia commented on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544844873 `'-'` means no data, but when there is data as `0`, and the user wants to hide the circle (maybe he doesn't care about whether

[GitHub] [incubator-echarts] elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544877381 谢谢回复~ 我用的4.3.0-rc.2版本,dataType为node时,value是undefined,没有总量数据,你用的哪个版本呢?

[GitHub] [incubator-echarts] zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544912113 我是这么用的,可以获取到value值的...你可以再确认一下版本...或者把你使用的方式发我看一下把 --

[GitHub] [incubator-echarts] deqingli commented on issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work

2019-10-22 Thread GitBox
deqingli commented on issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work URL: https://github.com/apache/incubator-echarts/issues/8048#issuecomment-544828125 @rogerlh This is not a bug, the color of the node is used to represent the expansion and collapse of the current

[GitHub] [incubator-echarts] deqingli closed issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work

2019-10-22 Thread GitBox
deqingli closed issue #8048: Echarts 4.0 Tree: Color of leaf nodes in tree not work URL: https://github.com/apache/incubator-echarts/issues/8048 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-echarts] pissang commented on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
pissang commented on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544843250 The main concern from me is that there will be no differences between '-' and 0 data if this option is enabled.

[GitHub] [incubator-echarts] YH-Chen commented on issue #5591: tooltip的trigger为item时,是否能够支持“数据吸附”功能?

2019-10-22 Thread GitBox
YH-Chen commented on issue #5591: tooltip的trigger为item时,是否能够支持“数据吸附”功能? URL: https://github.com/apache/incubator-echarts/issues/5591#issuecomment-544863292 同问 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] IkerZamora commented on issue #9588: Axis-triggered tooltip failed to display some series if x axis values are not 100% equal!

2019-10-22 Thread GitBox
IkerZamora commented on issue #9588: Axis-triggered tooltip failed to display some series if x axis values are not 100% equal! URL: https://github.com/apache/incubator-echarts/issues/9588#issuecomment-544893718 Any update on this?

[GitHub] [incubator-echarts] Ovilia edited a comment on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
Ovilia edited a comment on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544840810 @foolzhang Sure! You're more than welcomed to make a pull request about this. The bar series in the polar system

[GitHub] [incubator-echarts] elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544910484 我用4.2.1版本,发现value依然是undefined呀 This is an automated message from

[GitHub] [incubator-echarts] Ovilia opened a new pull request #11456: fix(toolbox): avoid text overflow when mouseon #10951

2019-10-22 Thread GitBox
Ovilia opened a new pull request #11456: fix(toolbox): avoid text overflow when mouseon #10951 URL: https://github.com/apache/incubator-echarts/pull/11456 fix(toolbox): avoid text overflow when mouseon #10951 After fix:

[GitHub] [incubator-echarts] huashanqitu commented on issue #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度

2019-10-22 Thread GitBox
huashanqitu commented on issue #11392: 我的版本是4.3,堆叠柱状图有datazoom时,图的高度超过了最大刻度 URL: https://github.com/apache/incubator-echarts/issues/11392#issuecomment-544830928 thanks. you are handsome. This is an automated message from

[incubator-echarts] branch fix-10951 created (now cb4c8aa)

2019-10-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a change to branch fix-10951 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. at cb4c8aa fix(toolbox): avoid text overflow when mouseon #10951 This branch includes the following new

[incubator-echarts] 01/01: fix(toolbox): avoid text overflow when mouseon #10951

2019-10-22 Thread ovilia
This is an automated email from the ASF dual-hosted git repository. ovilia pushed a commit to branch fix-10951 in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit cb4c8aa6eae1d650254b9d6f350458eadc47ad96 Author: Ovilia AuthorDate: Tue Oct 22 14:59:25 2019 +0800

[GitHub] [incubator-echarts] foolzhang commented on issue #11452: feat(polar): hide series bar when no data

2019-10-22 Thread GitBox
foolzhang commented on issue #11452: feat(polar): hide series bar when no data URL: https://github.com/apache/incubator-echarts/issues/11452#issuecomment-544837171 can we hava a try ?  This is an automated message from the

[GitHub] [incubator-echarts] zachsa opened a new issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
zachsa opened a new issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458 ### Version 4.3.0 ### Steps to reproduce Log the data passed to pieselectchange event

[GitHub] [incubator-echarts] zachsa commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
zachsa commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458#issuecomment-544898832 ![echarts

[GitHub] [incubator-echarts] deqingli closed issue #10412: Label rotation of radial tree not work

2019-10-22 Thread GitBox
deqingli closed issue #10412: Label rotation of radial tree not work URL: https://github.com/apache/incubator-echarts/issues/10412 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-echarts] branch master updated (c34274a -> e1a3c4b)

2019-10-22 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 c34274a chore: tweak test case and tweak the patch of #11186 new 5def92d fix #10412 new

[GitHub] [incubator-echarts] elephantme opened a new issue #11459: 桑基图自定义tooltip时,node节点数据没有总数

2019-10-22 Thread GitBox
elephantme opened a new issue #11459: 桑基图自定义tooltip时,node节点数据没有总数 URL: https://github.com/apache/incubator-echarts/issues/11459 ### Version 4.4.0 ### Steps to reproduce 官方示例上只使用了自定义formatter myChart.showLoading(); $.get(ROOT_PATH 'data/asset/data/energy.json',

[GitHub] [incubator-echarts] elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544918439 官方示例用的4.4.0也拿不到总数,4.4.0-rc.1版本修复了这个问题 This is an automated message

[GitHub] [incubator-echarts] Ovilia commented on issue #9588: Axis-triggered tooltip failed to display some series if x axis values are not 100% equal!

2019-10-22 Thread GitBox
Ovilia commented on issue #9588: Axis-triggered tooltip failed to display some series if x axis values are not 100% equal! URL: https://github.com/apache/incubator-echarts/issues/9588#issuecomment-544924435 I think it's reasonable to display the two series if x axis has `snap` setting to

[GitHub] [incubator-echarts] elephantme removed a comment on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
elephantme removed a comment on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544918439 官方示例用的4.4.0也拿不到总数,4.4.0-rc.1版本修复了这个问题 This is an

[GitHub] [incubator-echarts] deqingli commented on issue #10354: [Tree chart] Can I add a text such a "+" into collapsing symbol(marker)

2019-10-22 Thread GitBox
deqingli commented on issue #10354: [Tree chart] Can I add a text such a "+" into collapsing symbol(marker) URL: https://github.com/apache/incubator-echarts/issues/10354#issuecomment-544821570 #8048 This is an automated

[GitHub] [incubator-echarts] elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
elephantme commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544846800 这个问题你解决了么?自定义tooltip的时候,矩形节点返回的params中没有总量的数据。 This is an

[GitHub] [incubator-echarts] zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去

2019-10-22 Thread GitBox
zhangtaoBqteam commented on issue #9667: 桑基图的矩形节点的tooltip如何将该节点对应的value之和显示上去 URL: https://github.com/apache/incubator-echarts/issues/9667#issuecomment-544856527 我是判断param的dataType类型,有node和edge两种,其中node类型的会有这个节点的总量数据(value),edge类型的value是流向的数量

[GitHub] [incubator-echarts] deqingli opened a new pull request #11457: Fix #10412

2019-10-22 Thread GitBox
deqingli opened a new pull request #11457: Fix #10412 URL: https://github.com/apache/incubator-echarts/pull/11457 Fix tree diagram label rotate doesn't work. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-echarts] Alextrasza67 opened a new issue #11461: graph关系图是否支持链路高亮

2019-10-22 Thread GitBox
Alextrasza67 opened a new issue #11461: graph关系图是否支持链路高亮 URL: https://github.com/apache/incubator-echarts/issues/11461 ### What problem does this feature solve? 目前想通过echarts绘制应用系统架构图,发现使用graph关系图,可以很好体现应用之间关系,但是后续有些请求在应用之间的链路关系目前没有看到有哪些api可以绘制。 focusNodeAdjacency: true

[GitHub] [incubator-echarts] 100pah commented on a change in pull request #10766: pie/funnel legend can use visualMap color.

2019-10-22 Thread GitBox
100pah commented on a change in pull request #10766: pie/funnel legend can use visualMap color. URL: https://github.com/apache/incubator-echarts/pull/10766#discussion_r337561333 ## File path: src/component/legend/LegendView.js ## @@ -191,10 +191,15 @@ export default

[GitHub] [incubator-echarts] 100pah commented on a change in pull request #10766: pie/funnel legend can use visualMap color.

2019-10-22 Thread GitBox
100pah commented on a change in pull request #10766: pie/funnel legend can use visualMap color. URL: https://github.com/apache/incubator-echarts/pull/10766#discussion_r337561333 ## File path: src/component/legend/LegendView.js ## @@ -191,10 +191,15 @@ export default

[GitHub] [incubator-echarts] Monali-ITT edited a comment on issue #10732: Treemap- SVG -Labels not fit in treemap blocks

2019-10-22 Thread GitBox
Monali-ITT edited a comment on issue #10732: Treemap- SVG -Labels not fit in treemap blocks URL: https://github.com/apache/incubator-echarts/issues/10732#issuecomment-545046748 @Ovilia , yes it shows labels on click of blocks. I want to download entire image(i.e initial state) as SVG or

[GitHub] [incubator-echarts] pissang edited a comment on issue #11460: Saving image does not respect tooltips alwaysShowContent

2019-10-22 Thread GitBox
pissang edited a comment on issue #11460: Saving image does not respect tooltips alwaysShowContent URL: https://github.com/apache/incubator-echarts/issues/11460#issuecomment-545235257 Actually the text on toolbox is not part of tooltip. But I think it's a necessary feature to keep this

[GitHub] [incubator-echarts] pissang merged pull request #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算

2019-10-22 Thread GitBox
pissang merged pull request #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算 URL: https://github.com/apache/incubator-echarts/pull/11445 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] pissang edited a comment on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算

2019-10-22 Thread GitBox
pissang edited a comment on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算 URL: https://github.com/apache/incubator-echarts/pull/11445#issuecomment-545233932 @TYzzt Yes, it will be included in 4.5.0. Which will be released at the beginning of next month

[GitHub] [incubator-echarts] pissang commented on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算

2019-10-22 Thread GitBox
pissang commented on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算 URL: https://github.com/apache/incubator-echarts/pull/11445#issuecomment-545233932 @TYzzt Yes, it will be included in 4.5.0. Which will be released in the beginning of next month

[incubator-echarts] branch master updated (e1a3c4b -> 1bdb91a)

2019-10-22 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from e1a3c4b Merge pull request #11457 from deqingli/master add 1bdb91a feat(foce): add

[GitHub] [incubator-echarts] TYzzt commented on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算

2019-10-22 Thread GitBox
TYzzt commented on issue #11445: fix-11422 关系图边增加forceIgnore属性,不参加节点位置计算 URL: https://github.com/apache/incubator-echarts/pull/11445#issuecomment-545227417 @pissang Will this feature be available in the next release? This is

[GitHub] [incubator-echarts] pissang commented on issue #11460: Saving image does not respect tooltips alwaysShowContent

2019-10-22 Thread GitBox
pissang commented on issue #11460: Saving image does not respect tooltips alwaysShowContent URL: https://github.com/apache/incubator-echarts/issues/11460#issuecomment-545235257 Actually the text on toolbox is not part of tooltip. But I think it's necessary to keep this text display

[GitHub] [incubator-echarts] TYzzt closed issue #11422: 关系图,能否给连线添加一种类型,使之不受力引导的影响

2019-10-22 Thread GitBox
TYzzt closed issue #11422: 关系图,能否给连线添加一种类型,使之不受力引导的影响 URL: https://github.com/apache/incubator-echarts/issues/11422 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-echarts] deqingli opened a new issue #11463: ThemeRiver should add setting for each river

2019-10-22 Thread GitBox
deqingli opened a new issue #11463: ThemeRiver should add setting for each river URL: https://github.com/apache/incubator-echarts/issues/11463 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.

[GitHub] [incubator-echarts] pissang commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
pissang commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458#issuecomment-545271042 It's a special character `\0` to avoid generated id conflicts with user-given

[GitHub] [incubator-echarts] pissang edited a comment on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
pissang edited a comment on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458#issuecomment-545271042 Hi @zachsa It's a special character `\0` to avoid generated id

[GitHub] [incubator-echarts] rkvignesh opened a new issue #11465: When I am trying to give a category data with a big string in x-axis other category data gets hidden.

2019-10-22 Thread GitBox
rkvignesh opened a new issue #11465: When I am trying to give a category data with a big string in x-axis other category data gets hidden. URL: https://github.com/apache/incubator-echarts/issues/11465 This issue is not created by

[GitHub] [incubator-echarts] Jiujiale opened a new issue #11466: 部分经纬度无法被正确解析

2019-10-22 Thread GitBox
Jiujiale opened a new issue #11466: 部分经纬度无法被正确解析 URL: https://github.com/apache/incubator-echarts/issues/11466 ### Version 4.4.0 ### Reproduction link [https://codepen.io/jiujiale/pen/RwwpGvE](https://codepen.io/jiujiale/pen/RwwpGvE) ### Steps to reproduce 直接打开链接就会出现

[GitHub] [incubator-echarts] pissang edited a comment on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
pissang edited a comment on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458#issuecomment-545271042 Hi @zachsa It's a special character `\0` to avoid generated id

[GitHub] [incubator-echarts] 100pah commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character

2019-10-22 Thread GitBox
100pah commented on issue #11458: pieselectchange event handler default data.seriesId value has extra whitespace character URL: https://github.com/apache/incubator-echarts/issues/11458#issuecomment-545277154 The original intention of using special characters in auto-generated id is

[GitHub] [incubator-echarts] bulengjianghu commented on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages

2019-10-22 Thread GitBox
bulengjianghu commented on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages URL: https://github.com/apache/incubator-echarts/issues/11444#issuecomment-545277177 In the above example code, 20 legends are displayed by

[GitHub] [incubator-echarts] pissang commented on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages

2019-10-22 Thread GitBox
pissang commented on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages URL: https://github.com/apache/incubator-echarts/issues/11444#issuecomment-545271683 Hi, can you describe the detail of what is expected and what

[GitHub] [incubator-echarts] hiyangguo commented on issue #9052: Echarts 的 PPT 插件什么时候可以用?

2019-10-22 Thread GitBox
hiyangguo commented on issue #9052: Echarts 的 PPT 插件什么时候可以用? URL: https://github.com/apache/incubator-echarts/issues/9052#issuecomment-545238032 https://vis.baidu.com/ ![image](https://user-images.githubusercontent.com/15609339/67351889-21502e80-f581-11e9-9ff2-49b1a7c6e3a4.png)

[GitHub] [incubator-echarts] xiaosongdhls opened a new issue #11462: 地图 visualmap设置 split number设置为5 但是只显示4段 这是为啥

2019-10-22 Thread GitBox
xiaosongdhls opened a new issue #11462: 地图 visualmap设置 split number设置为5 但是只显示4段 这是为啥 URL: https://github.com/apache/incubator-echarts/issues/11462 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will be soon closed.

[GitHub] [incubator-echarts] deqingli opened a new issue #11464: ThemeRiver should add setting for each river

2019-10-22 Thread GitBox
deqingli opened a new issue #11464: ThemeRiver should add setting for each river URL: https://github.com/apache/incubator-echarts/issues/11464 ### What problem does this feature solve? Users can customize the setting of each river ### What does the proposed API look like?

[GitHub] [incubator-echarts] pissang commented on issue #11451: ie10,11中echart地图图表显示为空白

2019-10-22 Thread GitBox
pissang commented on issue #11451: ie10,11中echart地图图表显示为空白 URL: https://github.com/apache/incubator-echarts/issues/11451#issuecomment-545272048 Hi, can you send a reproduce demo to us? This is an automated message from the

[GitHub] [incubator-echarts] bulengjianghu edited a comment on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages

2019-10-22 Thread GitBox
bulengjianghu edited a comment on issue #11444: There is a strange phenomenon when the number of legends in funnel chart is reduced to no need to turn pages URL: https://github.com/apache/incubator-echarts/issues/11444#issuecomment-545277177 In the above example code, 20 legends are