[GitHub] Ovilia commented on issue #10003: 折线图拐点hover API配置

2019-02-27 Thread GitBox
Ovilia commented on issue #10003: 折线图拐点hover API配置
URL: 
https://github.com/apache/incubator-echarts/issues/10003#issuecomment-468174801
 
 
   Sounds reasonable. Maybe we should provide something like 
`emphasis.symbolSize` and other attributes for symbols.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #10000: 开发者文档配置项页面bug

2019-02-27 Thread GitBox
Ovilia commented on issue #1: 开发者文档配置项页面bug
URL: 
https://github.com/apache/incubator-echarts/issues/1#issuecomment-468173964
 
 
   Reproduced. Page is not responding. @100pah Please help to check.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10010: 散点图的渲染,设置yAxis的min和max

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10010:  散点图的渲染,设置yAxis的min和max
URL: 
https://github.com/apache/incubator-echarts/issues/10010#issuecomment-468172715
 
 
   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.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] NingMengMeng opened a new issue #10010: 散点图的渲染,设置yAxis的min和max

2019-02-27 Thread GitBox
NingMengMeng opened a new issue #10010:  散点图的渲染,设置yAxis的min和max
URL: https://github.com/apache/incubator-echarts/issues/10010
 
 
   ### Version
   4.2.1-rc1
   
   ### Steps to reproduce
   一旦在yAxis设置了min和max,点小于min和大于max的都会出现只是不在空间内
   如下设置,低于min的也渲染出来了
   option = {
   xAxis: {},
   yAxis: {
   min: 5,
   max: 10
   },
   series: [{
   symbolSize: 20,
   data: [
   [10.0, 8.04],
   [8.0, 6.95],
   [13.0, 7.58],
   [9.0, 8.81],
   [11.0, 8.33],
   [14.0, 9.96],
   [6.0, 7.24],
   [4.0, 4.26],
   [12.0, 10.84],
   [7.0, 4.82],
   [5.0, 5.68]
   ],
   type: 'scatter'
   }]
   };
   
   ### What is expected?
   希望低于min和高于max的不要渲染出来
   
   ### What is actually happening?
   实际上,低于min和高于max的渲染出来
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] 100pah merged pull request #10008: Release 4.2.1-rc.3

2019-02-27 Thread GitBox
100pah merged pull request #10008: Release 4.2.1-rc.3
URL: https://github.com/apache/incubator-echarts/pull/10008
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia edited a comment on issue #9993: fix bug #9563

2019-02-27 Thread GitBox
Ovilia edited a comment on issue #9993: fix bug #9563
URL: 
https://github.com/apache/incubator-echarts/pull/9993#issuecomment-468150991
 
 
   Congratulations! @yufeng04 Your PR has been merged. Thanks for your 
contribution! 
   
   Now you are one of the ECharts contributors. Since we joined the Apache 
group, you need to assign [ICLA](https://www.apache.org/licenses/icla.pdf) file 
if this is your first PR.
   Please fill in the PDF and print it, then sign on it and send the scanned 
file to secret...@apache.org and oviliazhang at gmail.com with the title `ICLA 
for incubator-echarts project`.
   This may be a little tricky, and sorry for the trouble. This is required for 
the first time your commit is merged in. If you refused, your commit will be 
backed off.
   
   You may send an email to dev-subscr...@echarts.apache.org to subscribe our 
developing discussion on mail list.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia commented on issue #9993: fix bug #9563

2019-02-27 Thread GitBox
Ovilia commented on issue #9993: fix bug #9563
URL: 
https://github.com/apache/incubator-echarts/pull/9993#issuecomment-468150991
 
 
   Congratulations! @yufeng04 Your PR has been merged. Thanks for your 
contribution! 
   
   Now you are one of the ECharts contributors. Since we joined the Apache 
group, you need to assign [ICLA](https://www.apache.org/licenses/icla.pdf) file 
if this is your first PR.
   Please fill in the PDF and print it, then sign on it and send the scanned 
file to secret...@apache.org and oviliazhang at gmail.com with the title \`ICLA 
for incubator-echarts project\`.
   This may be a little tricky, and sorry for the trouble. This is required for 
the first time your commit is merged in. If you refused, your commit will be 
backed off.
   
   You may send an email to dev-subscr...@echarts.apache.org to subscribe our 
developing discussion on mail list.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Ovilia merged pull request #9993: fix bug #9563

2019-02-27 Thread GitBox
Ovilia merged pull request #9993: fix bug #9563
URL: https://github.com/apache/incubator-echarts/pull/9993
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] stephenliu1944 commented on issue #7221: 移动端仪盘表拖动实现设置时间

2019-02-27 Thread GitBox
stephenliu1944 commented on issue #7221: 移动端仪盘表拖动实现设置时间
URL: 
https://github.com/apache/incubator-echarts/issues/7221#issuecomment-468137227
 
 
   可以使用echart底层渲染引擎 zrender 间接实现.
   一个操作指针的例子:
   ```js
   // 拿到画布元素
   var gauge = document.getElementById('gauge');
   var myChart = echarts.init(gauge);
   var { width, height } = getComputedStyle(gauge);
   // 计算出中心点位置
   var x = parseInt(width.slice(0, -2), 0) / 2;
   var y = parseInt(height.slice(0, -2), 0) / 2;
   var maxAngle = 180;
   var minAngle = 0;
   var maxValue = 100;
   var dataRatio = maxValue / maxAngle;
   var option = {
   animation: false,
   series: [{
   name: '业务指标',
   type: 'gauge',
   startAngle: maxAngle, 
   endAngle: minAngle, 
   detail: {formatter:'{value}%'},
   data: [{value: 50, name: '完成率'}]
   }]
   };
   myChart.setOption(option);
   
   function changeValue(event) {
   var x2 = event.offsetX;
   var y2 = event.offsetY;
   // 当前点击位置的角度.
   var currentAngle = Math.atan2(y - y2, x - x2) * 180 / Math.PI;
   // 边界处理
   if (currentAngle < minAngle || currentAngle > maxAngle) {
   let _angle = Math.abs(currentAngle);
   if (_angle > 90) {
   currentAngle = maxAngle;
   } else {
   currentAngle = minAngle;
   }
   }
   // 转换回数据值, 这里就是实际的值, 默认保留2位小数, 需要传给后台.
   let value = (currentAngle * dataRatio).toFixed(2);
   option.series[0].data[0].value = value;
   myChart.setOption(option);
   }
   
   myChart._zr.on('mousedown', function(event) {
   changeValue(event);
   myChart._zr.on('mousemove', changeValue);
   });
   myChart._zr.on('mouseup', function(event) {
   myChart._zr.off('mousemove', changeValue);
   });


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] stephenliu1944 commented on issue #4952: 仪表盘点击事件detail无效[click event]

2019-02-27 Thread GitBox
stephenliu1944 commented on issue #4952: 仪表盘点击事件detail无效[click event]
URL: 
https://github.com/apache/incubator-echarts/issues/4952#issuecomment-468136806
 
 
   可以使用echart底层渲染引擎 zrender 间接实现.
   一个操作指针的例子:
   ```js
   var gauge = document.getElementById('gauge');
   var myChart = echarts.init(gauge);
   // 拿到画布元素
   var { width, height } = getComputedStyle(gauge);
   // 计算出中心点位置
   var x = parseInt(width.slice(0, -2), 0) / 2;
   var y = parseInt(height.slice(0, -2), 0) / 2;
   var maxAngle = 180;
   var minAngle = 0;
   var maxValue = 100;
   var dataRatio = maxValue / maxAngle;
   var option = {
   animation: false,
   series: [{
   name: '业务指标',
   type: 'gauge',
   startAngle: maxAngle, 
   endAngle: minAngle, 
   detail: {formatter:'{value}%'},
   data: [{value: 50, name: '完成率'}]
   }]
   };
   myChart.setOption(option);
   
   function changeValue(event) {
   var x2 = event.offsetX;
   var y2 = event.offsetY;
   // 当前点击位置的角度.
   var currentAngle = Math.atan2(y - y2, x - x2) * 180 / Math.PI;
   // 边界处理
   if (currentAngle < minAngle || currentAngle > maxAngle) {
   let _angle = Math.abs(currentAngle);
   if (_angle > 90) {
   currentAngle = maxAngle;
   } else {
   currentAngle = minAngle;
   }
   }
   // 转换回数据值, 这里就是实际的值, 默认保留2位小数, 需要传给后台.
   let value = (currentAngle * dataRatio).toFixed(2);
   option.series[0].data[0].value = value;
   myChart.setOption(option);
   }
   
   myChart._zr.on('mousedown', function(event) {
   changeValue(event);
   myChart._zr.on('mousemove', changeValue);
   });
   myChart._zr.on('mouseup', function(event) {
   myChart._zr.off('mousemove', changeValue);
   });


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank edited a comment on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank edited a comment on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: 
https://github.com/apache/incubator-echarts/issues/10006#issuecomment-468106696
 
 
   包含en标签重新开启issue


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: 
https://github.com/apache/incubator-echarts/issues/10006#issuecomment-468106696
 
 
   包含en标签重新开启


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10009: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10009: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: 
https://github.com/apache/incubator-echarts/issues/10009#issuecomment-468106505
 
 
   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.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank closed issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank closed issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: https://github.com/apache/incubator-echarts/issues/10006
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank opened a new issue #10009: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank opened a new issue #10009: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: https://github.com/apache/incubator-echarts/issues/10009
 
 
   ### Version
   4.0.4
   
   ### Steps to reproduce
   
配置layout:“none”时,我想按需展示几个点;但是当点数累加后,采用相同的x、y坐标位置每次都会不同。如果数据不变位置定位是生效正确的。请问定位的坐标起点是如何定义的?
   ```
   option = {
 title: {
   show: false
 },
 tooltip: {
   show: false
 },
 legend: [
   {
 show: false
   }
 ],
 animation: false,
 draggable: false,
 series: [
   {
 type: "graph",
 focusNodeAdjacency: false,
 layout: "none",
 data: data.nodes.map(n => {
   n.draggable = false;
   n.symbol = "image://" + location.origin + n.symbol;
   return n;
 }),
 symbolSize: 100,
 label: {
   normal: {
 // formatter: "{b} : {c}",
 formatter: ["{a|{b}}", "{b|{c}}"].join("\n"),
   
 rich: {
   a: {
 fontFamily: "RTWSYueGoTrial-Regular",
 fontSize: 20,
 color: "#b2efff",
 align: "center"
   },
   b: {
 fontSize: 30,
 color: "#ffcea6",
 align: "center"
   }
 },
 position: "insideTop",
 show: true,
 textStyle: {
   fontSize: 20,
   fontWeight: "bold"
 }
   }
 },
 force: {
   repulsion: 3000,
   layoutAnimation: false
 },
 links: data.links,
 categories: [0,1],
 draggable: false,
 roam: false,
 lineStyle: {
   normal: {
 width: 4,
 type: "dotted",
 color: "#32c8ff"
   }
 }
   }
 ]
   }
   ```
   
   ### What is expected?
   每次相同坐标定位相同
   
   ### What is actually happening?
   每次相同坐标定位不同
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] fanslin commented on issue #9976: 用三维地图(map3D)展现福建泉州市下属区县后,鼠标无法点选高亮任何地市

2019-02-27 Thread GitBox
fanslin commented on issue #9976: 用三维地图(map3D)展现福建泉州市下属区县后,鼠标无法点选高亮任何地市
URL: 
https://github.com/apache/incubator-echarts/issues/9976#issuecomment-468101461
 
 
   抱歉,泉州个别地市名称写错导致无法正常工作,现已解决。


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: 
https://github.com/apache/incubator-echarts/issues/10006#issuecomment-468100241
 
 
   @Ovilia


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] bluejiaxie commented on issue #9962: series custom change the string value to NaN via api.value when the first string value is numeric string like '0'.

2019-02-27 Thread GitBox
bluejiaxie commented on issue #9962: series custom change the string value to 
NaN via api.value when the first string value is numeric string like '0'.
URL: 
https://github.com/apache/incubator-echarts/issues/9962#issuecomment-468096169
 
 
   @100pah any update? Thanks.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



Re: Subscribe to the mailing list

2019-02-27 Thread Dave Fisher
To subscribe, e-mail: dev-subscr...@echarts.apache.org 
 and reply to the confirmation email 
as instructed.

Regards,
Dave

> On Feb 27, 2019, at 11:25 AM, José Iván Vargas López  
> wrote:
> 
> Hi!
> 
> I'd like to subscribe to the dev echarts mailing list
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@echarts.apache.org
> For additional commands, e-mail: dev-h...@echarts.apache.org



Subscribe to the mailing list

2019-02-27 Thread José Iván Vargas López
Hi!

I'd like to subscribe to the dev echarts mailing list



[GitHub] w0lv3r1nix removed a comment on issue #8815: Add dispatchAction of type: 'treemapZoomToNode' to treemap

2019-02-27 Thread GitBox
w0lv3r1nix removed a comment on issue #8815: Add dispatchAction of type: 
'treemapZoomToNode' to treemap
URL: 
https://github.com/apache/incubator-echarts/issues/8815#issuecomment-467982858
 
 
   > I'm not sure this is the intended use by I added the following function in 
echarts.js in the treemap section, under the render function :
   > 
   > ```
   > /**
   > * @override
   > */
   > highlight: function (seriesModel, ecModel, api, payload) {
   > var targetInfo;var targetInfo;
   > var viewRoot = seriesModel.getViewRoot();
   > 
   > viewRoot.eachNode({attr: 'viewChildren', order: 'preorder'}, 
function (node) {
   > var bgEl = this._storage.background[node.getRawIndex()];
   > if (bgEl) 
   > {
   > if(payload.name === node.name)  
   > targetInfo = {node: node};
   > 
   > }
   > }, this);
   > 
   > if(payload.name !== "")  
   > this._zoomToNode(targetInfo);
   > }
   > ```
   > I then called a dispatchAction of type 'highlight' like the following :
   > `myChart.dispatchAction({type: 'highlight', name: sName});`
   > 
   > It does the job but I'm sure you could implement something cleaner :)
   
   I'm sorry, where did you add the highlight code? Couldn't find highlight 
option in treemap.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] 100pah opened a new pull request #10008: Release 4.2.1-rc.3

2019-02-27 Thread GitBox
100pah opened a new pull request #10008: Release 4.2.1-rc.3
URL: https://github.com/apache/incubator-echarts/pull/10008
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] 100pah closed pull request #10007: Release 4.2.1-rc.3

2019-02-27 Thread GitBox
100pah closed pull request #10007: Release 4.2.1-rc.3
URL: https://github.com/apache/incubator-echarts/pull/10007
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] w0lv3r1nix commented on issue #8815: Add dispatchAction of type: 'treemapZoomToNode' to treemap

2019-02-27 Thread GitBox
w0lv3r1nix commented on issue #8815: Add dispatchAction of type: 
'treemapZoomToNode' to treemap
URL: 
https://github.com/apache/incubator-echarts/issues/8815#issuecomment-467982858
 
 
   > I'm not sure this is the intended use by I added the following function in 
echarts.js in the treemap section, under the render function :
   > 
   > ```
   > /**
   > * @override
   > */
   > highlight: function (seriesModel, ecModel, api, payload) {
   > var targetInfo;var targetInfo;
   > var viewRoot = seriesModel.getViewRoot();
   > 
   > viewRoot.eachNode({attr: 'viewChildren', order: 'preorder'}, 
function (node) {
   > var bgEl = this._storage.background[node.getRawIndex()];
   > if (bgEl) 
   > {
   > if(payload.name === node.name)  
   > targetInfo = {node: node};
   > 
   > }
   > }, this);
   > 
   > if(payload.name !== "")  
   > this._zoomToNode(targetInfo);
   > }
   > ```
   > I then called a dispatchAction of type 'highlight' like the following :
   > `myChart.dispatchAction({type: 'highlight', name: sName});`
   > 
   > It does the job but I'm sure you could implement something cleaner :)
   
   I'm sorry, where did you add the highlight code? Couldn't find highlight 
option in treemap.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] 100pah opened a new pull request #10007: Release 4.2.1-rc.3

2019-02-27 Thread GitBox
100pah opened a new pull request #10007: Release 4.2.1-rc.3
URL: https://github.com/apache/incubator-echarts/pull/10007
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] 100pah merged pull request #9996: Fix: calculate label bounding rect error when rich used

2019-02-27 Thread GitBox
100pah merged pull request #9996: Fix: calculate label bounding rect error when 
rich used
URL: https://github.com/apache/incubator-echarts/pull/9996
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] kevinw0123 closed issue #9898: The series.label.formatter function passes in data from the wrong series.

2019-02-27 Thread GitBox
kevinw0123 closed issue #9898: The series.label.formatter function passes in 
data from the wrong series. 
URL: https://github.com/apache/incubator-echarts/issues/9898
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] iamnotblank opened a new issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
iamnotblank opened a new issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: https://github.com/apache/incubator-echarts/issues/10006
 
 
   ### Version
   4.0.4
   
   ### Steps to reproduce
   配置layout:“none”时,我想按需展示几个点;但是当点数累加后,采用相同的x、y坐标位置每次都会不同。如果数据不变位置定位是生效正确的。
   
   ### What is expected?
   每次相同坐标定位相同
   
   ### What is actually happening?
   每次相同坐标定位不同
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10006: 状态图,xy定位累加显示数据,相同坐标不同时机展示位置都不同。
URL: 
https://github.com/apache/incubator-echarts/issues/10006#issuecomment-467930848
 
 
   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.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] deqingli merged pull request #10002: Devide the computeNodeBreadths function in sankeyLayout into several small functions

2019-02-27 Thread GitBox
deqingli merged pull request #10002: Devide the computeNodeBreadths function in 
sankeyLayout into several small functions
URL: https://github.com/apache/incubator-echarts/pull/10002
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10005: Tree chart type: 'broken' modified in latest version

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10005: Tree chart type: 'broken' 
modified in latest version
URL: 
https://github.com/apache/incubator-echarts/issues/10005#issuecomment-467864950
 
 
   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.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] BrianWahinya opened a new issue #10005: Tree chart type: 'broken' modified in latest version

2019-02-27 Thread GitBox
BrianWahinya opened a new issue #10005: Tree chart type: 'broken' modified in 
latest version
URL: https://github.com/apache/incubator-echarts/issues/10005
 
 
   ### Version
   4.2.1-rc1
   
   ### Steps to reproduce
   Creating a tree diagram (using echarts version 3 or 4) with straight lines 
and square corners like in echarts version 2 using type:'broken'
   
   ### What is expected?
   Tree chart with straight lines and square corners 
   
   ### What is actually happening?
   On the new version of echarts tree chart, type:’broken’ modifies the texture 
of the line, not the shape of the line as in older version.
   
   ---
   The link below shows the type of  broken tree chart in echarts version 2.
   
   https://echarts.baidu.com/echarts2/doc/example/tree1.html#-en
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] closed issue #10004: Echarts Broken Tree Chart

2019-02-27 Thread GitBox
echarts-robot[bot] closed issue #10004: Echarts Broken Tree Chart
URL: https://github.com/apache/incubator-echarts/issues/10004
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10004: Echarts Broken Tree Chart

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10004: Echarts Broken Tree Chart
URL: 
https://github.com/apache/incubator-echarts/issues/10004#issuecomment-467850322
 
 
   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.
   
   这个 issue 未使用 [issue 
模板](https://ecomfe.github.io/echarts-issue-helper/?lang=zh-cn) 创建,所以我将关闭此 issue。
   为此带来的麻烦我深表歉意,但是请理解这是为了节约社区维护者的时间,以更高效地服务社区的开发者群体。
   如果您愿意,可以请使用 issue 模板重新创建 issue。


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] louieaa commented on issue #10003: 折线图拐点hover API配置

2019-02-27 Thread GitBox
louieaa commented on issue #10003: 折线图拐点hover API配置
URL: 
https://github.com/apache/incubator-echarts/issues/10003#issuecomment-467809704
 
 
   
![image](https://user-images.githubusercontent.com/42113246/53483951-9f753780-3abd-11e9-936e-307504e8b282.png)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] louieaa commented on issue #10003: 折线图拐点hover API配置

2019-02-27 Thread GitBox
louieaa commented on issue #10003: 折线图拐点hover API配置
URL: 
https://github.com/apache/incubator-echarts/issues/10003#issuecomment-467809202
 
 
   
![echart](https://user-images.githubusercontent.com/42113246/53483847-689f2180-3abd-11e9-98dd-b80982aeedb9.gif)
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] echarts-robot[bot] commented on issue #10003: 折线图拐点hover API配置

2019-02-27 Thread GitBox
echarts-robot[bot] commented on issue #10003: 折线图拐点hover API配置
URL: 
https://github.com/apache/incubator-echarts/issues/10003#issuecomment-467807016
 
 
   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.
   
   Have a nice day! 


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] louieaa opened a new issue #10003: 折线图拐点hover API配置

2019-02-27 Thread GitBox
louieaa opened a new issue #10003: 折线图拐点hover API配置
URL: https://github.com/apache/incubator-echarts/issues/10003
 
 
   ### What problem does this feature solve?
   多条折线时,鼠标hover在某个拐点时,拐点样式变化,与另外一条的折线拐点不一致。
   提高用户体验。
   
   ### What does the proposed API look like?
   可配置鼠标悬浮拐点样式
   symbolHoverStyle:{
   size: 10,
   background: '#f60',
   border:'1px solid #fff'
   }
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] Xalio08 commented on issue #7336: yAxis splitLine interval: function(index, val) {} doesn't work

2019-02-27 Thread GitBox
Xalio08 commented on issue #7336: yAxis splitLine interval: function(index, 
val) {} doesn't work
URL: 
https://github.com/apache/incubator-echarts/issues/7336#issuecomment-467786738
 
 
   Why ? It would be really useful for time intervals, which are not the same 
depending on the month.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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



[GitHub] deqingli opened a new pull request #10002: Devide the computeNodeBreadths function in sankeyLayout into several small functions

2019-02-27 Thread GitBox
deqingli opened a new pull request #10002: Devide the computeNodeBreadths 
function in sankeyLayout into several small functions
URL: https://github.com/apache/incubator-echarts/pull/10002
 
 
   Divide the `computeNodeBreadths()` function in `sankeyLayout.js` into 
several small functions.


This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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