[GitHub] [incubator-echarts] susiwen8 closed issue #13159: 饼图标签的上下间距现在有没有办法调整?

2020-08-19 Thread GitBox


susiwen8 closed issue #13159:
URL: https://github.com/apache/incubator-echarts/issues/13159


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Lerchar opened a new issue #13160: The animation of the straight line is wrong when using the slider

2020-08-19 Thread GitBox


Lerchar opened a new issue #13160:
URL: https://github.com/apache/incubator-echarts/issues/13160


   ### Version
   4.8.0
   
   ### Steps to reproduce
   let num = 0.0001;
   let stdXValue = 4568427.032681329;
   let monitorDatetimeList = [20200723, 20200724, 20200725, 20200726, 20200727, 
20200728, 20200729, 20200730, 20200731, 20200801, 20200802, 20200803, 20200804, 
20200809, 20200812, 20200813, 20200814, 20200815, 20200816, 20200817, 20200818];
   let xDataList = [4568427.031744561, 4568427.031728287, 4568427.031607979, 
4568427.031843972, 4568427.03195076, 4568427.0318019325, 4568427.03171973, 
4568427.032136781, 4568427.032400689, 4568427.032083415, 4568427.031947588, 
4568427.03199373, 4568427.031979471, 4568427.032845392, 4568427.032563539, 
4568427.032754779, 4568427.03292488, 4568427.032971334, 4568427.032924642, 
4568427.03295147, 4568427.032766026];
   let stdXValueDataList = [];
   
   for(var i = 0, len = monitorDatetimeList.length; i < len; i   ) {
   num  = 0.0001;
   // stdXValueDataList.push(stdXValue   num);
   stdXValueDataList.push(stdXValue);
   }
   
   option = {
   titletooltip: {
   trigger: 'axis',
   axisPointer: {
   type: 'cross',
   label: {
   backgroundColor: '#283b56',
   formatter: (dataItem, index) => {
   if (dataItem.axisDimension === "x") {
   return 
numberFormatToDateForPeriodicity(dataItem.value, optionsSelected)
   } else {
   return dataItem.value.toFixed(4);
   }
   }
   },
   },
   
   },
   legend: {
   data:['南北向测量值', '南北向基准值'],
   },
   toolbox: {
   show: false,
   feature: {
   dataView: {readOnly: false},
   restore: {},
   saveAsImage: {}
   }
   },
   dataZoom: {
   type: "slider",
   show: true,
   start: 0,
   end: 10,
   realtime: true,
   xAxisIndex: [0]
   },
   xAxis: [
   {
   type: 'category',
   name: '测量时间',
   data: monitorDatetimeList
   }
   ],
   yAxis: [
   {
   type: 'value',
   scale: true,
   name: '单位(米)',
   axisLabel: {
   formatter: (value, index) => {
   return value.toFixed(4);
   }
   },
   }
   ],
   series: [
   {
   name: '南北向测量值',
   type: 'line',
   smooth: true,
   animation: true,
   color: 'rgb(24, 144, 255)',
   data: xDataList
   },
   {
   name: '南北向基准值',
   type: 'line',
   smooth: true,
   animation: true,
   color: 'rgb(37, 218, 68)',
   data: stdXValueDataList
   },
   ]
   };
   
   ### What is expected?
   The animation of green line is working by used the slider when slide a 
little;
   
   ### What is actually happening?
   I have two lines in one chart. If the 'stdXValueDataList' data is not 
changed, the animation is wrong when I used the slider, but if the data 
changed, the animation  work.
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13160: The animation of the straight line is wrong when using the slider

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13160:
URL: 
https://github.com/apache/incubator-echarts/issues/13160#issuecomment-676997514


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



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

2020-08-19 Thread GitBox


maxyuan8 commented on issue #11317:
URL: 
https://github.com/apache/incubator-echarts/issues/11317#issuecomment-676873837


   @Ovilia v4.8.0 怎么设置,目前支持过边了吗?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13159: 饼图标签的上下间距现在有没有办法调整?

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13159:
URL: 
https://github.com/apache/incubator-echarts/issues/13159#issuecomment-676865917


   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] victorting opened a new issue #13159: 饼图标签的上下间距现在有没有办法调整?

2020-08-19 Thread GitBox


victorting opened a new issue #13159:
URL: https://github.com/apache/incubator-echarts/issues/13159


   
   
   This issue is not created by 
[echarts-issue-helper](https://ecomfe.github.io/echarts-issue-helper) and will 
be soon closed.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart edited a comment on issue #13140: 请问如何手动设置3d地球停止重新旋转, 再点击又开启旋转

2020-08-19 Thread GitBox


plainheart edited a comment on issue #13140:
URL: 
https://github.com/apache/incubator-echarts/issues/13140#issuecomment-676843007







This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart commented on issue #13140: 请问如何手动设置3d地球停止重新旋转, 再点击又开启旋转

2020-08-19 Thread GitBox


plainheart commented on issue #13140:
URL: 
https://github.com/apache/incubator-echarts/issues/13140#issuecomment-676843007


   使用如下方式可以停止,不过会地球会重置到原来的状态,暂时没想到其他更好的方式。
   
   ```js
   myChart.setOption({
 globe: {
viewControl: {
  autoRotate: false
}
 }
   })
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart commented on issue #13155: bar3d的柱子是否支持圆柱?

2020-08-19 Thread GitBox


plainheart commented on issue #13155:
URL: 
https://github.com/apache/incubator-echarts/issues/13155#issuecomment-676842233


   bar3D 不支持配置 `barBorderRadius`.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart closed issue #13158: 社区之前很多别人写的例子,现在更新了

2020-08-19 Thread GitBox


plainheart closed issue #13158:
URL: https://github.com/apache/incubator-echarts/issues/13158


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart commented on issue #13156: Show title only on print

2020-08-19 Thread GitBox


plainheart commented on issue #13156:
URL: 
https://github.com/apache/incubator-echarts/issues/13156#issuecomment-676840011


   Maybe you can do it like this
   
   ```js
   function print() {
   // show the title temporarily
   myChart.setOption({
   title: {
   show: true
   }
   });
   // export to data URL
   var exportImage = myChart.getDataURL();
   // hide the title
   myChart.setOption({
   title: {
   show: false
   }
   });
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13158: 社区之前很多别人写的例子,现在更新了

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13158:
URL: 
https://github.com/apache/incubator-echarts/issues/13158#issuecomment-676837763


   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] ZhongHongLi opened a new issue #13158: 社区之前很多别人写的例子,现在更新了

2020-08-19 Thread GitBox


ZhongHongLi opened a new issue #13158:
URL: https://github.com/apache/incubator-echarts/issues/13158


   社区之前有很多写的很多特效的案例,现在怎么找不到了



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart edited a comment on issue #13157: How to get children nodes data on click of bottom lables

2020-08-19 Thread GitBox


plainheart edited a comment on issue #13157:
URL: 
https://github.com/apache/incubator-echarts/issues/13157#issuecomment-676836144


   It seems that there is no direct and simple way to get the children nodes of 
clicked level node in the breadcrumb.
   There is a workaround for your reference.
   
   ```js
   myChart.on('click', function(e) {
   if (e.selfType !== 'breadcrumb') {
   return;
   }
   var series = myChart.getModel().getSeriesByName('Disk Usage')[0]; // or 
use getSeriesByIndex(index)
   var allNodes = [];
   flattenNodes(series.getViewRoot(), allNodes);
   var clickedNode = allNodes.find(function(t) {
   return t.dataIndex === e.nodeData.dataIndex;
   });
   var children = clickedNode.children;
   console.log('clicked', e.nodeData.dataIndex, e.nodeData.name, 'children 
nodes', children);
   })
   
   function flattenNodes(root, nodes) {
   nodes.push(root);
   if (root.children) {
   root.children.forEach(function(c) {
   flattenNodes(c, nodes);
   });
   }
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] plainheart commented on issue #13157: How to get children nodes data on click of bottom lables

2020-08-19 Thread GitBox


plainheart commented on issue #13157:
URL: 
https://github.com/apache/incubator-echarts/issues/13157#issuecomment-676836144


   It seems that there is no direct and simple way to get the children nodes of 
clicked level node in the breadcrumb.
   There is a workaround for your reference.
   
   ```js
   myChart.on('click', function(e) {
   var series = myChart.getModel().getSeriesByName('Disk Usage')[0]; // or 
use getSeriesByIndex(index)
   var allNodes = [];
   flattenNodes(series.getViewRoot(), allNodes);
   var clickedNode = allNodes.find(function(t) {
   return t.dataIndex === e.nodeData.dataIndex;
   });
   var children = clickedNode.children;
   console.log('clicked', e.nodeData.dataIndex, e.nodeData.name, 'children 
nodes', children);
   })
   
   function flattenNodes(root, nodes) {
   nodes.push(root);
   if (root.children) {
   root.children.forEach(function(c) {
   flattenNodes(c, nodes);
   });
   }
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13157: How to get children nodes data on click of bottom lables

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13157:
URL: 
https://github.com/apache/incubator-echarts/issues/13157#issuecomment-676610578


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] aadgithub opened a new issue #13157: How to get children nodes data on click of bottom lables

2020-08-19 Thread GitBox


aadgithub opened a new issue #13157:
URL: https://github.com/apache/incubator-echarts/issues/13157


   ### Version
   4.4.2
   
   ### Reproduction link
   [https://jsfiddle.net/yxtn0gwd/1/](https://jsfiddle.net/yxtn0gwd/1/)
   
   ### Steps to reproduce
   On tree map at bottom it shows hierarchy of levels.
   on click of parent level want all children level nodes data. 
   in attached demo 
  click onDisk Usage => Gold
   
   ### What is expected?
   in demo  on click of 'Gold' from top left corner in map it gives all 
children data in click event.
   
on click  Disk Usage =>Gold from bottom hierarchy it should give all 
children data of Gold.
   
   ### What is actually happening?
   It is not returning children data of Gold in click event.
   ![Screenshot from 2020-08-20 
00-43-41](https://user-images.githubusercontent.com/24888088/90679796-53541f00-e27e-11ea-928d-dc51b3e4d61a.png)
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] sgurin opened a new issue #13156: Show title only on print

2020-08-19 Thread GitBox


sgurin opened a new issue #13156:
URL: https://github.com/apache/incubator-echarts/issues/13156


   ### Version
   4.8.0
   
   ### Steps to reproduce
   How to show title https://echarts.apache.org/en/option.html#title only on 
print view throw https://echarts.apache.org/en/api.html#echarts
   
   ### What is expected?
   Ok
   
   ### What is actually happening?
   Title is hidden on print version
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13156: Show title only on print

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13156:
URL: 
https://github.com/apache/incubator-echarts/issues/13156#issuecomment-676553928


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] xiaodi0003 opened a new issue #13155: bar3d的柱子是否支持圆柱?

2020-08-19 Thread GitBox


xiaodi0003 opened a new issue #13155:
URL: https://github.com/apache/incubator-echarts/issues/13155


   使用bar3d时发现柱子总是方的,不能定义形状,而antv的柱子可以定义方柱或者圆柱
   有支持圆柱的方式或者升级方案吗?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13155: bar3d的柱子是否支持圆柱?

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13155:
URL: 
https://github.com/apache/incubator-echarts/issues/13155#issuecomment-676502424


   This issue is not created using [issue 
template](https://ecomfe.github.io/echarts-issue-helper/) so I'm going to close 
it. 
   Sorry for this, but it helps save our maintainers' time so that more 
developers get helped.
   Feel free to create another issue using the issue template.
   
   If you think you have already made your point clear without the template, or 
your problem cannot be covered by it, you may re-open this issue again.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。
   
   如果你认为虽然没有使用模板,但你已经提供了复现问题的充分描述,或者你的问题无法使用模板表达,也可以重新 open 这个 issue。



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] namannehra opened a new issue #13154: Scatter chart not rendering with log axis

2020-08-19 Thread GitBox


namannehra opened a new issue #13154:
URL: https://github.com/apache/incubator-echarts/issues/13154


   ### Version
   5.0.0-alpha.2
   
   ### Reproduction link
   [https://jsfiddle.net/uj860yxm/2/](https://jsfiddle.net/uj860yxm/2/)
   
   ### Steps to reproduce
   Open the link. Look at chart.
   
   ### What is expected?
   Chart is rendered properly
   
   ### What is actually happening?
   Chart is not rendered properly
   
   ---
   Removing `type: 'log'` fixes the issue
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13154: Scatter chart not rendering with log axis

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13154:
URL: 
https://github.com/apache/incubator-echarts/issues/13154#issuecomment-676476910


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] namannehra commented on issue #13146: Item missing in scatter chart

2020-08-19 Thread GitBox


namannehra commented on issue #13146:
URL: 
https://github.com/apache/incubator-echarts/issues/13146#issuecomment-676474220


   Ok. I'll open another issue the other example



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] smithadifd opened a new issue #13153: markLine label missing rotate option

2020-08-19 Thread GitBox


smithadifd opened a new issue #13153:
URL: https://github.com/apache/incubator-echarts/issues/13153


   ### What problem does this feature solve?
   Much like markArea and markPoint labels, markLine should likely allow for 
the ability to rotate labels. Label rotation and manipulation is important in 
the event several markAreas and markLines are used together with labels as 
labels can often overlap when drawn dynamically.
   
   An example of this would be graphically displaying inventory level data 
along with key metrics where key metrics are represented via markLines and 
markAreas. These markLines and markAreas have the tendency to overlap as 
inventory exhaustion and replenishment  can occur near similar date ranges 
throughout a given sales year. Being able to rotate and reposition markLine 
labels would help circumvent the frequency of label overlap.
   
   ### What does the proposed API look like?
   Extend the current markLine label options to also include the ability for 
label rotation. According to current documentation, it is worth noting that 
many of the options available to markPoint and markArea are not currently 
implemented for markLine labels. Presumably, label functionality for markLine, 
markArea, and markPoint should be similar or mostly identical (which appears to 
be the case with markPoint and markArea label options).
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13153: markLine label missing rotate option

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13153:
URL: 
https://github.com/apache/incubator-echarts/issues/13153#issuecomment-676461565


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] peder1001 edited a comment on issue #6202: Problems when updating chart through echartsInstance.setOption()

2020-08-19 Thread GitBox


peder1001 edited a comment on issue #6202:
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-676418616


   In Angular using ngx-echarts. I solved it temporarily as follows.
   
   First get a hold of your echarts instance. You can do this in your markup. 
   Add "chartInit" and reference your desired function
   
   `
   `
   
   In your ts:
   
   ```
   onChartInit(ec) {
   this.echartsInstance = ec;
   // do whatever you want here
   }
   ```
   
   So now this.echartsInstance can be used.
   
   
   Then when updating your chart (in my case in the updateOptions function), I 
just added:
   
   ```
   if (this.echartsInstance) {
 // Temp fix for bug, see: 
https://github.com/apache/incubator-echarts/issues/6202
 this.echartsInstance.clear();
 this.echartsInstance.setOption(this.options);
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] peder1001 edited a comment on issue #6202: Problems when updating chart through echartsInstance.setOption()

2020-08-19 Thread GitBox


peder1001 edited a comment on issue #6202:
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-676418616


   In Angular using ngx-echarts. I solved it temporarily as follows.
   
   First get a hold of your echarts instance:
   
   In your markup, add "chartInit" and reference your desired function
   
   `
   `
   
   In your ts:
   
   ```
   onChartInit(ec) {
   this.echartsInstance = ec;
   // do whatever you want here
   }
   ```
   
   
   Then when updating your chart (in my case in the updateOptions function), I 
just added:
   
   ```
   if (this.echartsInstance) {
 // Temp fix for bug, see: 
https://github.com/apache/incubator-echarts/issues/6202
 this.echartsInstance.clear();
 this.echartsInstance.setOption(this.options);
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] peder1001 edited a comment on issue #6202: Problems when updating chart through echartsInstance.setOption()

2020-08-19 Thread GitBox


peder1001 edited a comment on issue #6202:
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-676418616


   In Angular using ngx-echarts. I solved it temporarily as follows.
   
   First get a hold of your echarts instance:
   
   In your markup, add "chartInit" and reference your desired function
   
   `
   `
   In your ts:
   
   ```
   onChartInit(ec) {
   this.echartsInstance = ec;
   // do whatever you want here
   }
   ```
   
   
   Then when updating your chart (in my case in the updateOptions function), I 
just added:
   
   ```
   if (this.echartsInstance) {
 // Temp fix for bug, see: 
https://github.com/apache/incubator-echarts/issues/6202
 this.echartsInstance.clear();
 this.echartsInstance.setOption(this.options);
   }
   ```



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] peder1001 commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

2020-08-19 Thread GitBox


peder1001 commented on issue #6202:
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-676418616


   In Angular using ngx-echarts. I solved it temporarily as follows.
   
   First get a hold of your echarts instance:
   
   In your markup, add "chartInit" and reference your desired function
   
   
   
   In your ts:
   
   onChartInit(ec) {
   this.echartsInstance = ec;
   // do whatever you want here
   }
   
   
   Then when updating your chart (in my case in the updateOptions function), I 
just added:
   
   if (this.echartsInstance) {
 // Temp fix for bug, see: 
https://github.com/apache/incubator-echarts/issues/6202
 this.echartsInstance.clear();
 this.echartsInstance.setOption(this.options);
   }



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 commented on issue #13146: Item missing in scatter chart

2020-08-19 Thread GitBox


susiwen8 commented on issue #13146:
URL: 
https://github.com/apache/incubator-echarts/issues/13146#issuecomment-676417400


   ```js
   
   
// 基于准备好的dom,初始化echarts实例
   
   
// 基于准备好的dom,初始化echarts实例
var myChart = echarts.init(document.getElementById('main'));
   
var option = {
xAxis: {
type: 'time',
min: 158827000,
max: 15883,
},
yAxis: {
type: 'log',
logBase: 2,
min: 'dataMin',
max: 'dataMax',
},
series: [
{
type: 'scatter',
name: 'Error',
itemStyle: {
color: 'red',
},
data: [
[1588286609000, 55.939322435],
],
},
{
type: 'scatter',
name: 'Throughput',
itemStyle: {
color: 'blue',
},
data: [
[1588286609000, 54],
],
},
],
};

myChart.setOption(option);

// 使用刚指定的配置项和数据显示图表。
  //  myChart.setOption(option);
   ```
   
   I was using this option



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] namannehra commented on issue #13146: Item missing in scatter chart

2020-08-19 Thread GitBox


namannehra commented on issue #13146:
URL: 
https://github.com/apache/incubator-echarts/issues/13146#issuecomment-676402935


   Not working with 5.0.0-alpha.2
   
   https://jsfiddle.net/tno245vd/7/
   https://jsfiddle.net/cLvx6p19/3/



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 closed issue #13146: Item missing in scatter chart

2020-08-19 Thread GitBox


susiwen8 closed issue #13146:
URL: https://github.com/apache/incubator-echarts/issues/13146


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 closed issue #13148: Stack in bar chart, some serie's label will be hidden when each label set into top positon

2020-08-19 Thread GitBox


susiwen8 closed issue #13148:
URL: https://github.com/apache/incubator-echarts/issues/13148


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 commented on issue #13148: Stack in bar chart, some serie's label will be hidden when each label set into top positon

2020-08-19 Thread GitBox


susiwen8 commented on issue #13148:
URL: 
https://github.com/apache/incubator-echarts/issues/13148#issuecomment-676388928


   Fix in 5.0, right now 5.0 is in alpha, you can try it.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] ahmadordi commented on issue #10079: scroll event may prevent after use inside dataZoom

2020-08-19 Thread GitBox


ahmadordi commented on issue #10079:
URL: 
https://github.com/apache/incubator-echarts/issues/10079#issuecomment-676343434


   Any update ?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Talonshaw commented on issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


Talonshaw commented on issue #13152:
URL: 
https://github.com/apache/incubator-echarts/issues/13152#issuecomment-676005624


   > That's not a bug. Please understand the meaning of `stack chart`.
   
   OK, I understand now. Thanks.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 commented on issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


susiwen8 commented on issue #13152:
URL: 
https://github.com/apache/incubator-echarts/issues/13152#issuecomment-675995491


   That's not a bug. Please understand the meaning of `stack chart`.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Talonshaw commented on issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


Talonshaw commented on issue #13152:
URL: 
https://github.com/apache/incubator-echarts/issues/13152#issuecomment-675991699


   As shown in the figure, the search engine value is 932, but the Y-axis 
coordinate corresponding to the figure is greater than 1500.
   
   [cid:e556c55e-2f49-4cc3-bce3-9d76535f505d]
   
   发件人: susiwen8 
   发送时间: 2020年8月19日 1:53
   收件人: apache/incubator-echarts 
   抄送: Talon Shaw ; Mention 
   主题: Re: [apache/incubator-echarts] 关于折现堆叠图Stacked Line Chart显示问题 (#13152)
   
   
   @Talonshaw Did you mean stacked value is not 
correct
   
   ―
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on 
GitHub,
 or 
unsubscribe.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] susiwen8 commented on issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


susiwen8 commented on issue #13152:
URL: 
https://github.com/apache/incubator-echarts/issues/13152#issuecomment-675973883


   @Talonshaw  Did you mean stacked value is not correct



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13152:
URL: 
https://github.com/apache/incubator-echarts/issues/13152#issuecomment-675960192


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] Talonshaw opened a new issue #13152: 关于折现堆叠图Stacked Line Chart显示问题

2020-08-19 Thread GitBox


Talonshaw opened a new issue #13152:
URL: https://github.com/apache/incubator-echarts/issues/13152


   ### Version
   4.8.0
   
   ### Reproduction link
   
[https://echarts.apache.org/examples/zh/editor.html?c=line-stack](https://echarts.apache.org/examples/zh/editor.html?c=line-stack)
   
   ### Steps to reproduce
   请观察“搜索引擎”、“直接访问”的数值,数值与Y轴是不对应的。据我观察,只有数值最小的折线是对应的,其他均不对应。
   
   ### What is expected?
   Y轴坐标应对应
   
   ### What is actually happening?
   Y轴坐标显示有较大偏差
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13151: barBorderRadius support custom function

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13151:
URL: 
https://github.com/apache/incubator-echarts/issues/13151#issuecomment-675918389


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] kairyou opened a new issue #13151: barBorderRadius support custom function

2020-08-19 Thread GitBox


kairyou opened a new issue #13151:
URL: https://github.com/apache/incubator-echarts/issues/13151


   ### What problem does this feature solve?
   `itemStyle.barBorderRadius` support custom function like `itemStyle.color`.
   
   ### What does the proposed API look like?
   ```js
   series: [
   {
 type: 'bar',
 ...,
 itemStyle: {
   // barBorderRadius: [4, 4, 0, 0],
   barBorderRadius (data) { // current not work
 return data.value >= 0 ? [4, 4, 0, 0] : [0, 0, 4, 4]
   },
   color (data) {
 return data.value >= 0 ? '#E82724' : '#00A212'
   }
 },
   },
   ]
   ```
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] echarts-bot[bot] commented on issue #13150: custom-profile cannot show data correctly after zooming in many times when number of data is large

2020-08-19 Thread GitBox


echarts-bot[bot] commented on issue #13150:
URL: 
https://github.com/apache/incubator-echarts/issues/13150#issuecomment-675907295


   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 meanwhile, please make sure that **you have posted enough image to 
demo your request**. You may also check out the 
[API](http://echarts.apache.org/api.html) and [chart 
option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent 
question to ask, you may also send an email to d...@echarts.apache.org. Please 
attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail 
list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] xiaotan3664 opened a new issue #13150: custom-profile cannot show data correctly after zooming in many times when number of data is large

2020-08-19 Thread GitBox


xiaotan3664 opened a new issue #13150:
URL: https://github.com/apache/incubator-echarts/issues/13150


   ### Version
   4.8.0
   
   ### Steps to reproduce
   1. open "https://echarts.apache.org/examples/zh/editor.html?c=custom-profile;
   2. change the line #3, "var dataCount = 10" to "var dataCount = 1"
   3. zoom in the chart enough, and drag the chart
   4. now you can see many useless color blocks left on the Canvas, and cannot 
remove
   
   ### What is expected?
   fix the bug
   
   ### What is actually happening?
   custom-profile cannot show data correctly after zooming in many times when 
number of data is large
   
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] stale[bot] commented on issue #6926: 怎样为关系图中的节点添加动态涟漪效果

2020-08-19 Thread GitBox


stale[bot] commented on issue #6926:
URL: 
https://github.com/apache/incubator-echarts/issues/6926#issuecomment-675904999


   This issue has been automatically marked as stale because it has not had 
recent activity. It will be closed if no further activity occurs. Thank you for 
your contributions.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] stale[bot] commented on issue #8895: How display tooltip for each point of a line chart using Echarts (JS)

2020-08-19 Thread GitBox


stale[bot] commented on issue #8895:
URL: 
https://github.com/apache/incubator-echarts/issues/8895#issuecomment-675904990


   This issue has been automatically marked as stale because it has not had 
recent activity. It will be closed if no further activity occurs. Thank you for 
your contributions.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] stale[bot] commented on issue #8896: 使用echarts如何自定义时间范围按钮

2020-08-19 Thread GitBox


stale[bot] commented on issue #8896:
URL: 
https://github.com/apache/incubator-echarts/issues/8896#issuecomment-675904984


   This issue has been automatically marked as stale because it has not had 
recent activity. It will be closed if no further activity occurs. Thank you for 
your contributions.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[GitHub] [incubator-echarts] FuryDragon closed issue #13138: how to add a text like title to every chart bottom in a multiple funnel chart?怎麼樣在多漏斗圖表的每個圖下方加一段文字?

2020-08-19 Thread GitBox


FuryDragon closed issue #13138:
URL: https://github.com/apache/incubator-echarts/issues/13138


   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org