[incubator-echarts] branch fix/merge-release-to-master deleted (was 5db581d)

2019-09-17 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/merge-release-to-master in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. was 5db581d Merge branch 'release' into fix/merge-release-to-master The revisions

[GitHub] [incubator-echarts] LesterWeng opened a new issue #11258: 'textAlign' doesn't work while using 'svg' renderer

2019-09-17 Thread GitBox
LesterWeng opened a new issue #11258: 'textAlign' doesn't work while using 'svg' renderer URL: https://github.com/apache/incubator-echarts/issues/11258 Version 4.2.1 Steps to reproduce set render: this.waterfall = echarts.init(

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11258: 'textAlign' doesn't work while using 'svg' renderer

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11258: 'textAlign' doesn't work while using 'svg' renderer URL: https://github.com/apache/incubator-echarts/issues/11258#issuecomment-532100994 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm

[GitHub] [incubator-echarts] JedidiahY commented on issue #9457: 暂时解决由于数据量大导致页面卡顿问题,希望官方可以优化一下

2019-09-17 Thread GitBox
JedidiahY commented on issue #9457: 暂时解决由于数据量大导致页面卡顿问题,希望官方可以优化一下 URL: https://github.com/apache/incubator-echarts/issues/9457#issuecomment-532132960 https://www.echartsjs.com/zh/api.html#echartsInstance.appendData正在研究这个,只是这个增量渲染技术,应该也是有限制的

[GitHub] [incubator-echarts] pissang commented on issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-17 Thread GitBox
pissang commented on issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart URL: https://github.com/apache/incubator-echarts/issues/11240#issuecomment-532109928 @100pah @Ovilia I found this issue

[GitHub] [incubator-echarts] JedidiahY commented on issue #7625: appendData()调用方式有限制么

2019-09-17 Thread GitBox
JedidiahY commented on issue #7625: appendData()调用方式有限制么 URL: https://github.com/apache/incubator-echarts/issues/7625#issuecomment-532111881 目前想画一幅20条折线,每条折线2万个点,使用appendData,我目前调用appendData总是报undefined,无语,还有类似例子吗? This is

[GitHub] [incubator-echarts] EmilyGirl opened a new issue #11261: vue项目中引入echarts 绘制line时会报 zrUtil is not undefined 但是页面中通过require引入echarts

2019-09-17 Thread GitBox
EmilyGirl opened a new issue #11261: vue项目中引入echarts 绘制line时会报 zrUtil is not undefined 但是页面中通过require引入echarts URL: https://github.com/apache/incubator-echarts/issues/11261 This issue is not created by [echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will

[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11261: vue项目中引入echarts 绘制line时会报 zrUtil is not undefined 但是页面中通过require引入echarts

2019-09-17 Thread GitBox
echarts-robot[bot] closed issue #11261: vue项目中引入echarts 绘制line时会报 zrUtil is not undefined 但是页面中通过require引入echarts URL: https://github.com/apache/incubator-echarts/issues/11261 This is an automated message from the Apache

[GitHub] [incubator-echarts] pissang commented on issue #10748: bug: clipping of lines series with dataZoom

2019-09-17 Thread GitBox
pissang commented on issue #10748: bug: clipping of lines series with dataZoom URL: https://github.com/apache/incubator-echarts/issues/10748#issuecomment-532117250 Added `clip` option for lines series in the commit

[GitHub] [incubator-echarts] pissang closed issue #10748: bug: clipping of lines series with dataZoom

2019-09-17 Thread GitBox
pissang closed issue #10748: bug: clipping of lines series with dataZoom URL: https://github.com/apache/incubator-echarts/issues/10748 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] pissang commented on issue #9200: Incorrectly render lines overflow the chart.

2019-09-17 Thread GitBox
pissang commented on issue #9200: Incorrectly render lines overflow the chart. URL: https://github.com/apache/incubator-echarts/issues/9200#issuecomment-532117433 Added `clip` option for lines series in the commit

[GitHub] [incubator-echarts] JedidiahY opened a new issue #11262: appendData报undefined??

2019-09-17 Thread GitBox
JedidiahY opened a new issue #11262: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11262 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-robot[bot] commented on issue #11262: appendData报undefined??

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11262: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11262#issuecomment-532128807 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry

[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11262: appendData报undefined??

2019-09-17 Thread GitBox
echarts-robot[bot] closed issue #11262: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11262 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-echarts] ankushjamdagani edited a comment on issue #9402: Cannot read property 'getRawIndex' of undefined

2019-09-17 Thread GitBox
ankushjamdagani edited a comment on issue #9402: Cannot read property 'getRawIndex' of undefined URL: https://github.com/apache/incubator-echarts/issues/9402#issuecomment-532095669 Same thing happening for me too. I have debugged it to this function. Task appears to be null here. And

[GitHub] [incubator-echarts] LesterWeng opened a new issue #11257: 'textAlign' doesn't work while using 'svg' renderer

2019-09-17 Thread GitBox
LesterWeng opened a new issue #11257: 'textAlign' doesn't work while using 'svg' renderer URL: https://github.com/apache/incubator-echarts/issues/11257 Version 4.2.1 Steps to reproduce 1. set render: this.waterfall = echarts.init(

[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11257: 'textAlign' doesn't work while using 'svg' renderer

2019-09-17 Thread GitBox
echarts-robot[bot] closed issue #11257: 'textAlign' doesn't work while using 'svg' renderer URL: https://github.com/apache/incubator-echarts/issues/11257 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11257: 'textAlign' doesn't work while using 'svg' renderer

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11257: 'textAlign' doesn't work while using 'svg' renderer URL: https://github.com/apache/incubator-echarts/issues/11257#issuecomment-532100067 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm

[GitHub] [incubator-echarts] JedidiahY opened a new issue #11259: Echarts4.0 增量渲染技术appendData方法,总是报undefined,折线图海量数据渲染的实现?

2019-09-17 Thread GitBox
JedidiahY opened a new issue #11259: Echarts4.0 增量渲染技术appendData方法,总是报undefined,折线图海量数据渲染的实现? URL: https://github.com/apache/incubator-echarts/issues/11259 ### Version 4.1.0-rc.0 ### Steps to reproduce 如何使用appendData方法,或者使用增量渲染技术,对折线图实现海量数据的渲染,保守估计是60w 的数据点 ### What is

[GitHub] [incubator-echarts] dangoldstein opened a new issue #11260: Overlapping Links in Graph

2019-09-17 Thread GitBox
dangoldstein opened a new issue #11260: Overlapping Links in Graph URL: https://github.com/apache/incubator-echarts/issues/11260 ### Version 4.2.0-rc.2 ### Steps to reproduce 1. Open the following example: https://www.echartsjs.com/examples/en/editor.html?c=graph-simple

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11260: Overlapping Links in Graph

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11260: Overlapping Links in Graph URL: https://github.com/apache/incubator-echarts/issues/11260#issuecomment-532108986 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one

[incubator-echarts] 01/02: WIP(clip): Rename clipOverflow to clip in line series

2019-09-17 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch feature/clip in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit dc7aadef65cbcca1cae66745029260ed4d006003 Author: pissang AuthorDate: Tue Sep 17 15:09:41 2019 +0800

[incubator-echarts] 02/02: WIP(clip): support clip in lines series

2019-09-17 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch feature/clip in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git commit 94dfc9284f12cba56b7524dcf60776d0c39dbe79 Author: pissang AuthorDate: Tue Sep 17 16:22:33 2019 +0800

[incubator-echarts] branch feature/clip updated (70e8e6c -> 94dfc92)

2019-09-17 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a change to branch feature/clip in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 70e8e6c Merge branch 'master' into feature/clip new dc7aade WIP(clip): Rename clipOverflow

[GitHub] [incubator-echarts] eniaclyl commented on issue #10748: bug: clipping of lines series with dataZoom

2019-09-17 Thread GitBox
eniaclyl commented on issue #10748: bug: clipping of lines series with dataZoom URL: https://github.com/apache/incubator-echarts/issues/10748#issuecomment-532120096 @pissang 多谢 This is an automated message from the Apache

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11263: appendData报undefined??

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11263: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11263#issuecomment-532129790 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day

[GitHub] [incubator-echarts] JedidiahY opened a new issue #11263: appendData报undefined??

2019-09-17 Thread GitBox
JedidiahY opened a new issue #11263: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11263 ### Version 4.1.0-rc.0 ### Reproduction link

[GitHub] [incubator-echarts] pissang commented on issue #11256: echart可以用在winform程序上吗?

2019-09-17 Thread GitBox
pissang commented on issue #11256: echart可以用在winform程序上吗? URL: https://github.com/apache/incubator-echarts/issues/11256#issuecomment-532107932 ECharts can only run on the browser like platforms, which contain JavaScript Engine and Canvas API. Like browser and node.js

[GitHub] [incubator-echarts] pissang edited a comment on issue #11256: echart可以用在winform程序上吗?

2019-09-17 Thread GitBox
pissang edited a comment on issue #11256: echart可以用在winform程序上吗? URL: https://github.com/apache/incubator-echarts/issues/11256#issuecomment-532107932 ECharts can only run on the browser like platforms, which must contain JavaScript Engine and Canvas API. Like browser and node.js

[GitHub] [incubator-echarts] JedidiahY commented on issue #10850: Cannot read property 'appendData' of undefined

2019-09-17 Thread GitBox
JedidiahY commented on issue #10850: Cannot read property 'appendData' of undefined URL: https://github.com/apache/incubator-echarts/issues/10850#issuecomment-532113497 同问??? This is an automated message from the Apache Git

[GitHub] [incubator-echarts] pissang commented on issue #11186: FIX #11176 #bug

2019-09-17 Thread GitBox
pissang commented on issue #11186: FIX #11176 #bug URL: https://github.com/apache/incubator-echarts/pull/11186#issuecomment-532104517 Scheduled in the version 4.5.0 This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] JedidiahY commented on issue #11262: appendData报undefined??

2019-09-17 Thread GitBox
JedidiahY commented on issue #11262: appendData报undefined?? URL: https://github.com/apache/incubator-echarts/issues/11262#issuecomment-532128945 版本为"echarts": "^4.1.0", This is an automated message from the Apache Git

[GitHub] [incubator-echarts] pissang commented on issue #10224: Toolbox zoom returns chart in odd state

2019-09-17 Thread GitBox
pissang commented on issue #10224: Toolbox zoom returns chart in odd state URL: https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532194314 It's because of the `dataZoom` component filter out all the data and there are only one point exits. Just pushed a commit

[GitHub] [incubator-echarts] pissang commented on issue #10224: Toolbox zoom returns chart in odd state

2019-09-17 Thread GitBox
pissang commented on issue #10224: Toolbox zoom returns chart in odd state URL: https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532210545 I found in this case. Set `filterMode: 'none' ` in the exists dataZoom also works.

[incubator-echarts] branch feature/clip updated: feat(dataZoom): Add filterMode in the toolbox dataZoom feature.

2019-09-17 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch feature/clip in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/feature/clip by this push: new d80db8e feat(dataZoom):

[GitHub] [incubator-echarts] pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state

2019-09-17 Thread GitBox
pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state URL: https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532194314 It's because there is no point left after the `dataZoom` component filtered the data. Just pushed a commit

[incubator-echarts] branch feature/clip updated: fix(dataZoom): set filterMode from toolbox dataZoom in preprocessor

2019-09-17 Thread shenyi
This is an automated email from the ASF dual-hosted git repository. shenyi pushed a commit to branch feature/clip in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git The following commit(s) were added to refs/heads/feature/clip by this push: new 47116e7 fix(dataZoom):

[GitHub] [incubator-echarts] pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state

2019-09-17 Thread GitBox
pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state URL: https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532194314 It's because of the `dataZoom` component filter out all the data and there are only one point exits. Just pushed a

[GitHub] [incubator-echarts] pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state

2019-09-17 Thread GitBox
pissang edited a comment on issue #10224: Toolbox zoom returns chart in odd state URL: https://github.com/apache/incubator-echarts/issues/10224#issuecomment-532194314 It's because there is only one point left after the `dataZoom` component filtered the data. Just pushed a commit

[GitHub] [incubator-echarts] 100pah opened a new pull request #11264: feat(test): support `npm run mktest some-test-file`.

2019-09-17 Thread GitBox
100pah opened a new pull request #11264: feat(test): support `npm run mktest some-test-file`. URL: https://github.com/apache/incubator-echarts/pull/11264 This is an automated message from the Apache Git Service. To respond

[incubator-echarts] branch fix/mktest updated (8674d14 -> 0e89d28)

2019-09-17 Thread sushuang
This is an automated email from the ASF dual-hosted git repository. sushuang pushed a change to branch fix/mktest in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git. from 8674d14 feat(test): support `npm run mktest some-test-file`. add 0e89d28 feat(test): Add

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容 URL: https://github.com/apache/incubator-echarts/issues/11266#issuecomment-532490365 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close

[GitHub] [incubator-echarts] Guoxia-Tang opened a new issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容

2019-09-17 Thread GitBox
Guoxia-Tang opened a new issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容 URL: https://github.com/apache/incubator-echarts/issues/11266 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-robot[bot] closed issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容

2019-09-17 Thread GitBox
echarts-robot[bot] closed issue #11266: 小白请教一下,eachart有没有接口赋值地图对象,要在一张地图上切换内容 URL: https://github.com/apache/incubator-echarts/issues/11266 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] CeleKing opened a new issue #11267: 折线图固定Y轴最大值max,最小值min,在图表容器宽高设置为一定值得情况下,图表被严重压缩,无法正确显示

2019-09-17 Thread GitBox
CeleKing opened a new issue #11267: 折线图固定Y轴最大值max,最小值min,在图表容器宽高设置为一定值得情况下,图表被严重压缩,无法正确显示 URL: https://github.com/apache/incubator-echarts/issues/11267 ### Version 4.3.0 ### Reproduction link [https://jsfiddle.net/ne62xqrc/1/](https://jsfiddle.net/ne62xqrc/1/) ### Steps

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11267: 折线图固定Y轴最大值max,最小值min,在图表容器宽高设置为一定值得情况下,图表被严重压缩,无法正确显示

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11267: 折线图固定Y轴最大值max,最小值min,在图表容器宽高设置为一定值得情况下,图表被严重压缩,无法正确显示 URL: https://github.com/apache/incubator-echarts/issues/11267#issuecomment-532496619 Hi! We've received your issue and please be patient to get responded.  The average response time is

[GitHub] [incubator-echarts] Ovilia commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-17 Thread GitBox
Ovilia commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-532486379 So what effect do you want? Do you want to get tooltip on scatters or not?

[GitHub] [incubator-echarts] Ovilia commented on issue #11260: Overlapping Links in Graph

2019-09-17 Thread GitBox
Ovilia commented on issue #11260: Overlapping Links in Graph URL: https://github.com/apache/incubator-echarts/issues/11260#issuecomment-532491093 Duplicate of #11260 This is an automated message from the Apache Git Service.

[GitHub] [incubator-echarts] Ovilia closed issue #11260: Overlapping Links in Graph

2019-09-17 Thread GitBox
Ovilia closed issue #11260: Overlapping Links in Graph URL: https://github.com/apache/incubator-echarts/issues/11260 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-echarts] echarts-robot[bot] closed issue #11268: echarts地图的json文件怎么获取呀

2019-09-17 Thread GitBox
echarts-robot[bot] closed issue #11268: echarts地图的json文件怎么获取呀 URL: https://github.com/apache/incubator-echarts/issues/11268 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11268: echarts地图的json文件怎么获取呀

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11268: echarts地图的json文件怎么获取呀 URL: https://github.com/apache/incubator-echarts/issues/11268#issuecomment-532504835 This issue is not created using [issue template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close it.  Sorry

[GitHub] [incubator-echarts] sunshineTY opened a new issue #11268: echarts地图的json文件怎么获取呀

2019-09-17 Thread GitBox
sunshineTY opened a new issue #11268: echarts地图的json文件怎么获取呀 URL: https://github.com/apache/incubator-echarts/issues/11268 我看官网中他们都是 https://gallery.echartsjs.com/asset/get/s/.json 获取的json文件,但是我不知道s文件下有哪些json,有谁有s文件夹下json文件的目录没有。。。

[GitHub] [incubator-echarts] GEMINI-SYSU commented on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
GEMINI-SYSU commented on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532503437 > @GEMINI-SYSU Thanks for reporting! Do you mind making a pull request to fix it? I recommend using Math.log10(val) instead.

[GitHub] [incubator-echarts] GEMINI-SYSU removed a comment on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
GEMINI-SYSU removed a comment on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532503437 > @GEMINI-SYSU Thanks for reporting! Do you mind making a pull request to fix it? I recommend using Math.log10(val) instead.

[GitHub] [incubator-echarts] GEMINI-SYSU commented on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
GEMINI-SYSU commented on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532503706 > @GEMINI-SYSU Thanks for reporting! Do you mind making a pull request to fix it? I recommend using Math.log10(val) instead.

[GitHub] [incubator-echarts] echarts-robot[bot] commented on issue #11265: 官方实例打开后, 提示编辑器错误 右侧无法展示实例

2019-09-17 Thread GitBox
echarts-robot[bot] commented on issue #11265: 官方实例打开后, 提示编辑器错误 右侧无法展示实例 URL: https://github.com/apache/incubator-echarts/issues/11265#issuecomment-532481482 Hi! We've received your issue and please be patient to get responded.  The average response time is expected to be within one day

[GitHub] [incubator-echarts] usernamema opened a new issue #11265: 官方实例打开后, 提示编辑器错误 右侧无法展示实例

2019-09-17 Thread GitBox
usernamema opened a new issue #11265: 官方实例打开后, 提示编辑器错误 右侧无法展示实例 URL: https://github.com/apache/incubator-echarts/issues/11265 ### Version 4.3.0-rc.1 ### Reproduction link

[GitHub] [incubator-echarts] Ovilia commented on issue #11253: echarts柱状图x轴显示问题

2019-09-17 Thread GitBox
Ovilia commented on issue #11253: echarts柱状图x轴显示问题 URL: https://github.com/apache/incubator-echarts/issues/11253#issuecomment-532487451 https://echarts.apache.org/zh/option.html#xAxis.axisLabel.showMaxLabel This is an

[GitHub] [incubator-echarts] Ovilia commented on issue #11247: 饼图数据显示问题

2019-09-17 Thread GitBox
Ovilia commented on issue #11247: 饼图数据显示问题 URL: https://github.com/apache/incubator-echarts/issues/11247#issuecomment-532489742 I think we should add a new feature to provide the sum value in label/tooltip formatter because I've seen several requirements like this. @Duzx5517 Thanks for

[GitHub] [incubator-echarts] pissang closed issue #11101: bug(candlestick): data not render after NaN

2019-09-17 Thread GitBox
pissang closed issue #11101: bug(candlestick): data not render after NaN URL: https://github.com/apache/incubator-echarts/issues/11101 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-echarts] Ovilia commented on issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart

2019-09-17 Thread GitBox
Ovilia commented on issue #11240: [feature] Add clip option for scatter, line, bar, lines, custom chart URL: https://github.com/apache/incubator-echarts/issues/11240#issuecomment-532486118 I think it should absolutely be clipped without explicit configuration. Why asking?

[GitHub] [incubator-echarts] Ovilia commented on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
Ovilia commented on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532489301 @GEMINI-SYSU Thanks for reporting! Do you mind making a pull request to fix it?

[GitHub] [incubator-echarts] microchang edited a comment on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-17 Thread GitBox
microchang edited a comment on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-532493861 a mount of scatters(more than 10,000), tooltip on scatters, and can be dragged.

[GitHub] [incubator-echarts] microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失

2019-09-17 Thread GitBox
microchang commented on issue #11241: 用graphic实现拖拽的散点图,当series开启large:true,且点的数量超过largeThreshold 的设置时候,tooltip消失 URL: https://github.com/apache/incubator-echarts/issues/11241#issuecomment-532493861 a mount of pointer, tooltip on scatters, and can be dragged.

[GitHub] [incubator-echarts] pissang commented on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
pissang commented on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532512625 @GEMINI5516 Math.log10 may have compatibility issue in some browsers, like IE

[GitHub] [incubator-echarts] Ovilia commented on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
Ovilia commented on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532521952 @GEMINI5516 Here's some instructions about how to make pull requests. Looking forward to your first pull requests.

[GitHub] [incubator-echarts] Ovilia edited a comment on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
Ovilia edited a comment on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532521952 @GEMINI5516 Here's some [instructions](https://github.com/apache/incubator-echarts/blob/master/CONTRIBUTING.md#pull-requests) about how

[GitHub] [incubator-echarts] pissang edited a comment on issue #11249: quantityExponent方法存在精度问题

2019-09-17 Thread GitBox
pissang edited a comment on issue #11249: quantityExponent方法存在精度问题 URL: https://github.com/apache/incubator-echarts/issues/11249#issuecomment-532512625 @GEMINI5516 Math.log10 may have compatibility issue in some browsers, like IE. I think the calculated result needs to be rounded