[GitHub] zgr126 commented on issue #7989: 直角坐标系下Line/Bar的stack在某些情况下设置无效

2018-04-27 Thread GitBox
zgr126 commented on issue #7989:  直角坐标系下Line/Bar的stack在某些情况下设置无效
URL: 
https://github.com/apache/incubator-echarts/issues/7989#issuecomment-384922175
 
 
   我就感觉时间类型不能堆叠,郁闷一天了


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] orca-zhang opened a new issue #8237: [WIP] series无法设置name为set、get

2018-04-27 Thread GitBox
orca-zhang opened a new issue #8237: [WIP] series无法设置name为set、get
URL: https://github.com/apache/incubator-echarts/issues/8237
 
 
   
   
   
   ### One-line summary [问题简述]
   series设置name为set、get后,无法正常显示
   测试时使用折线图
   控制台抛错信息为set、get不为function,猜测属性覆盖了方法
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:2.0
   + Browser version [浏览器类型和版本]:Chrome 63.0
   + OS Version [操作系统类型和版本]:Windows 10 (1709)
   
   
   
   
   
   ### Expected behaviour [期望结果]
   能够正常显示
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title: {
   text: 'linked_hash_set'
   },
   tooltip: {
   trigger: 'axis'
   },
   legend: {
   data:['get','set']
   },
   grid: {
   left: '3%',
   right: '4%',
   bottom: '3%',
   containLabel: true
   },
   toolbox: {
   feature: {
   saveAsImage: {}
   }
   },
   xAxis: {
   type: 'category',
   data: ['insert','count','find','erase','pop_front','clear']
   },
   yAxis: {
   type: 'value'
   },
   series: [
   {
   name:'get',
   type:'line',
   data:[2.50, 1.61, 1.75, 0.05, 0.00, 0.00]
   },
   {
   name:'set',
   type:'line',
   data:[0.16, 0.29, 0.15, 0.11, 0.00, 0.00]
   }
   ]
   };
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] surjikal commented on issue #4082: Pie (and other) charts with label going outside of canvas

2018-04-27 Thread GitBox
surjikal commented on issue #4082: Pie (and other) charts with label going 
outside of canvas
URL: 
https://github.com/apache/incubator-echarts/issues/4082#issuecomment-384881219
 
 
   This is still a problem.


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] surjikal commented on issue #4082: Pie (and other) charts with label going outside of canvas

2018-04-27 Thread GitBox
surjikal commented on issue #4082: Pie (and other) charts with label going 
outside of canvas
URL: 
https://github.com/apache/incubator-echarts/issues/4082#issuecomment-384881219
 
 
   This is still an 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] mmmaomao21 commented on issue #3354: Echarts3雷达图tooltip只需显示当前点的value值

2018-04-27 Thread GitBox
mmmaomao21 commented on issue #3354: Echarts3雷达图tooltip只需显示当前点的value值
URL: 
https://github.com/apache/incubator-echarts/issues/3354#issuecomment-384898803
 
 
   @dantelife   用了你上面那个 发现雷达图周围一圈文字没有了
   就是设置indicator的那个


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] dantelife commented on issue #3354: Echarts3雷达图tooltip只需显示当前点的value值

2018-04-27 Thread GitBox
dantelife commented on issue #3354: Echarts3雷达图tooltip只需显示当前点的value值
URL: 
https://github.com/apache/incubator-echarts/issues/3354#issuecomment-384904147
 
 
   @mmmaomao21 不应该,好好看下你option。具体什么情况?贴图看看。


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] penxu opened a new issue #8236: SVG渲染文字大小无效

2018-04-27 Thread GitBox
penxu opened a new issue #8236: SVG渲染文字大小无效
URL: https://github.com/apache/incubator-echarts/issues/8236
 
 
   
   
   
   ### One-line summary [问题简述]
   设置横坐标字体为12px,实际渲染我14px,不管设置多大都没有效果
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   4.0.4
   windows
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   'tooltip': {
 'trigger': 'axis',
 'axisPointer': {
   'type': 'shadow'
 }
   },
   'legend': {
 'left': 'left'
   },
   'xAxis': [
 {
   'type': 'category',
   'data': ['列1', '列2', '列3', '列4', '列5', '列6'],
   'axisLabel': {
 'fontSize': 12
   }
 }
   ],
   'yAxis': {},
   'series': [
 {
   'data': [5, 20, 36, 10, 15, 20],
   'name': '数值',
   'type': 'bar',
   'label': {
 'show': true,
 'position': 'top'
   },
   'barMaxWidth': 50,
   'barMinHeight': 5
 }
   ]
   ![qq 
20180427151604](https://user-images.githubusercontent.com/23630201/39349578-fa2d1962-4a2d-11e8-8839-7580c34ef794.png)
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] Amine-H opened a new issue #8239: Webpack tree shaking not working too well on echarts

2018-04-27 Thread GitBox
Amine-H opened a new issue #8239: Webpack tree shaking not working too well on 
echarts
URL: https://github.com/apache/incubator-echarts/issues/8239
 
 
   
   
   
   ### One-line summary [问题简述]
   
   Webpack tree shaking not working too well on echarts
   
   
![dependencies](https://user-images.githubusercontent.com/6276978/39365808-1f7674b0-4a2a-11e8-90d3-5100c202484b.PNG)
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: Chrome 65.0.3325.181 (Official Build) (64 bits)
   + OS Version [操作系统类型和版本]: macOS 10.13.4
   
   
   
   
   
   ### Expected behaviour [期望结果]
   would be great if I could only bundle Piechart into my solution.
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] lijianhu1 opened a new issue #8238: echarts4.0折线图在小程序中好像不兼容安卓和IOS样式(拐点样式)

2018-04-27 Thread GitBox
lijianhu1 opened a new issue #8238: echarts4.0折线图在小程序中好像不兼容安卓和IOS样式(拐点样式)
URL: https://github.com/apache/incubator-echarts/issues/8238
 
 
   echarts4.0版本折线图在小程序中好像不兼容安卓和IOS样式(拐点样式)
   
   
   ### One-line summary [问题简述]
   
我司小程序项目中的拐点样式是白底红框的圆形,我再安卓上已经实现了该效果,但是在IOS上除了第一个拐点是正常,其他拐点都是黑色的,尝试过各种办法仍无法解决问题。且当我把xAxis.boundaryGap设为false时,最后一个拐点未渲染出来。
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: 小程序
   + OS Version [操作系统类型和版本]:  IOS
   
   
   ### Expected behaviour [期望结果]
   若在下操作问题还望指点,如是echart兼容性问题,也希望能早日解决。谢谢!
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   backgroundColor: "#f3f4f8",
   color: ["#fd5064"],
   tooltip: {
 trigger: 'none'
   },
   legend: {
 // data: ['A商品']
   },
   grid: {
 containLabel: true,
 left:10,
 right:20,
 bottom:20,
 top:20,
   },
   
   xAxis: {
 type: 'category',
 boundaryGap: true,
 data: _date,
 minInterval:1,
 splitLine:{
   show:true,
   lineStyle:{
 color:'#fff'
   }
 },
 axisTick:{
   show:false,
   
 },
 axisLine:{
   show:false
 },
 axisLabel:{
   show:true,
   interval:0,
 },
 interval:1,
   },
   yAxis: {
 x: 'center',
 type: 'value',
 min:0,
 minInterval:1,
 splitLine:{
   show:true,
   lineStyle:{
 color:'#fff'
   }
 },
 axisLine:{
   show:false
 },
 axisTick:{
   show:false
 },
 axisLabel : {
   formatter: function(){
 return "";
   }
 }
   },
   series: [{
 // name: '过去7日零钱收益',
 type: 'line',
 smooth: false,  //平滑度
 data: _value,
 symbolSize: 8,//拐点大小
 symbol:'circle',//拐点样式
 areaStyle: {
   color:'#f9eaed',
   shadowColor:'#f9eaed'
 },
 itemStyle : {
   normal: {
 label : {show: true,formatter:'+{c}',color:'#ff4f66'},
 color:'#fff',
 borderColor:'#ff4f66',
 borderWidth:2,
 shadowColor:'#fff',
 shadowBlur:0,
 lineStyle:{
   width:2,//折线宽度
   color:"#ff4f66"//折线颜色
 }
 },
   
 },
   
   }]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] angelsaga opened a new issue #8240: series.graph使用 coordinateSystem: 'cartesian2d'时, 无法显示data 和 edges

2018-04-27 Thread GitBox
angelsaga opened a new issue #8240: series.graph使用 coordinateSystem: 
'cartesian2d'时, 无法显示data 和 edges
URL: https://github.com/apache/incubator-echarts/issues/8240
 
 
   
   
   
   ### One-line summary [问题简述]
   
   当series中启用coordinateSystem: 'cartesian2d', data 和edges不显示, 
注释掉coordinateSystem: 'cartesian2d',后能显示
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:  4.0.4
   + Browser version [浏览器类型和版本]: Chrome Version 67.0.3396.10
   + OS Version [操作系统类型和版本]: win7 X64
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
 grid:{
   show : true
 },
 xAxis : [
 {
 show : true,
 min: 0,
 max: 900
 }
 ],
 yAxis : [
 {
 show : true,
 min: 0,
 max: 600
 }
 ],
 series: [
   {
 type: 'graph',
 layout: 'none',
 coordinateSystem: 'cartesian2d',
 data:  [
   {
 x: 100,
 y: 200,
 id: 'A'
   },
   {
 x: 400,
 y: 300,
 id: 'B'
   }
 ],
 edges: [{
   source: "A",
   target: "B",
   emphasis: {
 show: true,
 color: 'red'
   }
 }],
 markPoint : {
   data:[
 {
   coord: [100, 200],
   id: 'A'
 },
 {
   coord: [200, 200],
   id: 'B'
 }
   ]
 }
   ]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   //coordinateSystem: 'cartesian2d', 只有markPoint显示
   
![image](https://user-images.githubusercontent.com/278213/39366510-aed88f3a-4a66-11e8-9369-c2958a941549.png)
   //注释掉coordinateSystem: 'cartesian2d', data 和 edges可以显示 (但是坐标不对应)
   
   
![image](https://user-images.githubusercontent.com/278213/39366583-e8e4e5ac-4a66-11e8-9c30-7f309fb1a156.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] Diamant024 opened a new issue #8241: Question about multidimensionality

2018-04-27 Thread GitBox
Diamant024 opened a new issue #8241: Question about multidimensionality
URL: https://github.com/apache/incubator-echarts/issues/8241
 
 
   ### One-line summary [问题简述]
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.0.4
   + Browser version [浏览器类型和版本]: Any
   + OS Version [操作系统类型和版本]: Any
   
   I have data in next format:
   
   ```javascript
   [['Product', 'Year', 'Sales'],
   ['Matcha Latte', '2017', 24],
   ['Matcha Latte', '2018', 41],
   ['Milk Tea', '2016', 31],
   ['Milk Tea', '2017', 26],
   ['Milk Tea', '2018', 77]]
   
   ```
   
   As you see, there two dimensions and one measure. Can I visualizate it in 
Echarts using only one Series?


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] daniel-lij opened a new issue #8242: 我在使用ECharts 的gauge的时候设置detail下的fontSize属性发现没用

2018-04-27 Thread GitBox
daniel-lij opened a new issue #8242: 我在使用ECharts 
的gauge的时候设置detail下的fontSize属性发现没用
URL: https://github.com/apache/incubator-echarts/issues/8242
 
 
   
   
   
   ### One-line summary [问题简述]
   
   我在使用ECharts 的gauge的时候设置detail下的fontSize属性发现没用,另外我设置了title下的字体属性也没用
   这是我将图床
   
https://waifu2x.booru.pics/outfiles/c8c04188cd1246ea8b95df1852b514891b740b66_s2_n1.png
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 3.0
   + Browser version [浏览器类型和版本]: 版本 66.0.3359.117(正式版本) (64 位)
   + OS Version [操作系统类型和版本]: windows 10 家庭版
   
   
   ### Expected behaviour [期望结果]
   
   我期望能够解答我的问题,关键的事我在官网上测试是没问题的
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
tooltip : {
   formatter: "{a} {b} : {c}%"
   },
   series: [
   {
   name: '超期处置率',
   type: 'gauge',
   center: ["50%", "55%"],
   title : {
   fontWeight: 'bolder',
   fontSize: 30
   },
   pointer: {
   show: true,
   length: '65%',
   width: 4
   },
   detail: {
   formatter:'{value}%',
   fontSize:10
   },
   axisLine: {// 坐标轴线  
   lineStyle: {   // 属性lineStyle控制线条样式  
   color: [[0.2, '#91c7ae'], [0.8, '#63869e'], 
[1,'#c23531']],
   width: 10
   }  
   },
   splitLine:{
   length: 10
   },
   radius: '105%',
   data: data
   }
   ]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] zhuchen320 opened a new issue #8243: echarts 100%宽变为100px如何重新渲染

2018-04-27 Thread GitBox
zhuchen320 opened a new issue #8243: echarts 100%宽变为100px如何重新渲染
URL: https://github.com/apache/incubator-echarts/issues/8243
 
 
   
   
   
   ### One-line summary [问题简述]
   tab切换之后echarts的百分比宽高变为固定px值,显示不全无法获得正确宽高
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   tab切换echarts能够正确渲染
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   tooltip: {
   trigger: 'item',
   backgroundColor: 'rgba(88, 100, 117, .9)',
   // formatter: "{b}: {c} ({d}%)"
 },
 grid: {
   left: '3%',
   right: '4%',
   bottom: '3%',
   containLabel: true
 },
 legend: {
   itemGap: 70,
   data:[
 {
   name: '直接委托',
   icon: 'circle'
 },
 {
   name: '招投标项目',
   icon: 'circle'
 }
   ]
 },
 series: [
   {
 type:'pie',
 radius: ['35%', '60%'],
 avoidLabelOverlap: false,
 label: {
   normal: {
 position: 'inner',
 formatter: '{d}%',
 textStyle: {
   color: '#fff',
   fontWeight: 'bold',
   fontSize: 14
 }
   }
 },
 labelLine: {
   normal: {
 show: false
   }
 },
 data:[
   {
 value: 12000,
 name:'直接委托',
 itemStyle: {
   color: '#2F82BE'
 }
   },
   {
 value: 8000, 
 name:'招投标项目',
 itemStyle: {
   color: '#BDECF8'
 }
   }
 ]
   }
 ]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] lingwenzhi commented on issue #8243: echarts 100%宽变为100px如何重新渲染

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


This is an automated message from the Apache Git Service.
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] skyfeiz opened a new issue #8244: 2D世界地图无数据地区label无法改成中文

2018-04-27 Thread GitBox
skyfeiz opened a new issue #8244: 2D世界地图无数据地区label无法改成中文
URL: https://github.com/apache/incubator-echarts/issues/8244
 
 
   
   问题参考官网链接
   http://echarts.baidu.com/examples/editor.html?c=map-world
   日期2018/04/28
   ### One-line summary [问题简述]
   需求:世界地图地区改成中文名称;
   
方法:通过label中formatter函数修改返回值来实现,但通过实验,label不管放到哪里,formatter函数只会在series中设置了数据的地区调用,其他无数据的地区(没有在series中写入)不会调用formatter,地区名称显示没有修改的英文名称。
   测试版本 4.0.3  ,
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   期望echarts越来越好。
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] MerlChen opened a new issue #8235: 【折线图堆叠BUG】

2018-04-27 Thread GitBox
MerlChen opened a new issue #8235: 【折线图堆叠BUG】
URL: https://github.com/apache/incubator-echarts/issues/8235
 
 
   
   
   
   ### One-line summary [问题简述]
   ```
   1、某一折线图的某个点数值为0时,它的点不会掉到最下面,而是取下一条线的对应的点
   
   
   ```
   
![image](https://user-images.githubusercontent.com/23546308/39348235-d40f68f2-4a28-11e8-885b-1ffdd1cd2a8a.png)
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   正常显示,为0时,掉到最底部
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title: {
   text: '折线图堆叠'
   },
   tooltip: {
   trigger: 'axis'
   },
   legend: {
   data:['邮件营销','联盟广告','视频广告','直接访问','搜索引擎']
   },
   grid: {
   left: '3%',
   right: '4%',
   bottom: '3%',
   containLabel: true
   },
   toolbox: {
   feature: {
   saveAsImage: {}
   }
   },
   xAxis: {
   type: 'category',
   boundaryGap: false,
   data: ['周一','周二','周三','周四','周五','周六','周日']
   },
   yAxis: {
   type: 'value'
   },
   series: [
   {
   name:'邮件营销',
   type:'line',
   stack: '总量',
   data:[12, 132, 101, 134, 90, 230, 210]
   },
   {
   name:'联盟广告',
   type:'line',
   stack: '总量',
   data:[220, 182, 191, 234, 290, 330, 310]
   },
   {
   name:'视频广告',
   type:'line',
   stack: '总量',
   data:[1, 232, 201, 154, 190, 330, 410]
   },
   {
   name:'直接访问',
   type:'line',
   stack: '总量',
   data:[320, 332, 301, 334, 390, 330, 320]
   },
   {
   name:'搜索引擎',
   type:'line',
   stack: '总量',
   data:[0, 0, 0, 0, 1290, 1330, 1320]
   }
   ]
   };
   
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
![image](https://user-images.githubusercontent.com/23546308/39348235-d40f68f2-4a28-11e8-885b-1ffdd1cd2a8a.png)
   
   联系方式:QQ 379181273
   


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] zengleyi commented on issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。

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


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] zengleyi opened a new issue #8251: axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。

2018-04-28 Thread GitBox
zengleyi opened a new issue #8251: 
axisLable.formatter会将series.data最后一个元素重复记一次,长度多一位。
URL: https://github.com/apache/incubator-echarts/issues/8251
 
 
   
   
   
   ### One-line summary [问题简述]
   axisLable.formatter函数返回个数比series.data的数据个数多一位,经查看控制台,是最后一位重复。
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:4.0.4
   + Browser version [浏览器类型和版本]:chrome  66.0.3359.139, safari 11.1
   + OS Version [操作系统类型和版本]:mac os high sierra 10.13.4
   
   
   
   
   
   ### Expected behaviour [期望结果]
   变成逻辑正常
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title:{
   text:'用户数量',
   left:'center',
   top:'bottom',
 },
 tooltip:{
   show:true,
   trigger:'axis',
   axisPointer:{
 type:'cross'
   }
 },
 xAxis: {
 type: 'time',
 splitLine:{
   show:false
 },
 maxInterval: 3600 * 24 * 1000,
 axisLine:{
   lineStyle:{
 color:'#1abc9c',
 width:2,
   }
 },
 axisLabel:{
   formatter:function (value, index) {
   var date = new Date(value);
   var texts = [(date.getMonth() + 1), date.getDate()];
   if (index === 0) {
   texts.unshift(date.getFullYear());
   }
   console.log(`${index}:${texts.join('/')}`)
   return texts.join('/');
 },
 color:'green',
   },
 splitArea:{
   show:false,
   areaStyle:{
   color:['pink','yellow']
   }
   }
 },
 yAxis: {
 type:'value',
 splitLine:{
   show:false
 },
 axisLine:{
   lineStyle:{
 color:'#1abc9c',
 width:2,
   },
   symbol:['none','arrow'],
 },
 },
 series: [{
   name:'数量',
   data: (function(m){
 let d=[];
 let sum=100;
 for(let i=10 ;i>0; i--){
   d.push([m-i*1000*60*60*24,sum+=sum]);
 }
 return d;
   })(Date.now()),
   type: 'line',
   symbolSize:8,
   }]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   https://user-images.githubusercontent.com/25879258/39397431-8a52f332-4b31-11e8-89ff-e8d02f75244b.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] Pearnest commented on issue #5994: 如何通过action触发toolbox里datazoom的区域缩放功能,而不是用鼠标点击

2018-05-09 Thread GitBox
Pearnest commented on issue #5994: 如何通过action触发toolbox里datazoom的区域缩放功能,而不是用鼠标点击
URL: 
https://github.com/apache/incubator-echarts/issues/5994#issuecomment-387930637
 
 
   可以通过dispatchAction触发dataZoom,详见官方文档:
   http://echarts.baidu.com/api.html#echartsInstance.dispatchAction
   http://echarts.baidu.com/api.html#action.dataZoom.dataZoom


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] Adelaide1014 commented on issue #2993: echarts3中graph关系图series[i]-graph.data[i]中的x,y怎么定义,API中没有

2018-05-09 Thread GitBox
Adelaide1014 commented on issue #2993: 
echarts3中graph关系图series[i]-graph.data[i]中的x,y怎么定义,API中没有
URL: 
https://github.com/apache/incubator-echarts/issues/2993#issuecomment-387932248
 
 
   @lingfulu 声明x=0,y=0时是有作用的,但是需要设置
   "fixed":true,
   "draggable": false,
   否则定位的节点就会被拖拽走


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] YzPaul3 commented on issue #8317: 能否让力导图节点之间有多条连线

2018-05-10 Thread GitBox
YzPaul3 commented on issue #8317: 能否让力导图节点之间有多条连线
URL: 
https://github.com/apache/incubator-echarts/issues/8317#issuecomment-388041180
 
 
   同样建议,可以展示出两个节点之间的不同关系。目前只能转投向d3来实现


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] jeffmobiles commented on issue #8316: Uncaught Error: series.type should be specified.

2018-05-10 Thread GitBox
jeffmobiles commented on issue #8316: Uncaught Error: series.type should be 
specified.
URL: 
https://github.com/apache/incubator-echarts/issues/8316#issuecomment-388039024
 
 
   你这个问题完全是伸手党,不自己排查问题。 
   这个不是Issue啊, 
   你的series的type属性没有设置。 提示的问题也告诉了,series的type要指定。  
   var item = {
type: 'line' || 'bar' .
 ...
   }


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] YzPaul3 commented on issue #6811: 关系图graph支持两个data节点之间多条link,每个link代表一种关系,并可以筛选?

2018-05-10 Thread GitBox
YzPaul3 commented on issue #6811: 关系图graph支持两个data节点之间多条link,每个link代表一种关系,并可以筛选?
URL: 
https://github.com/apache/incubator-echarts/issues/6811#issuecomment-388041395
 
 
   是目前还不支持吧?


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] waitkafuka opened a new issue #8319: 3D绘制surface曲面中的问题

2018-05-10 Thread GitBox
waitkafuka opened a new issue #8319: 3D绘制surface曲面中的问题
URL: https://github.com/apache/incubator-echarts/issues/8319
 
 
   3D surface图表中的数据坐标,有什么要求吗?按理说不是应该空间中任意三个不重合的点都可以绘制出一个面吗?为什么在实际中绘制不了呢?
   代码:
   `var myChart = 
echarts.init(document.getElementsByClassName('chart-container')[0]);
   var data = [
   [-1, -1, 0],
   [0, -1, 0],
   [0.5, -1, 0],
   ];
   var option = {
   grid3D: {
   },
   xAxis3D: {
   },
   yAxis3D: {
   },
   zAxis3D: {
   },
   series: [{
   type: 'surface',
   data:data
   }]
   }
   myChart.setOption(option);`
   
   实际上是想做一个类似这样的图:
   
![image](https://user-images.githubusercontent.com/8555018/39874041-36f73f3c-549f-11e8-9d87-63d7a8946e40.png)
   但是用上面的代码,把数据放进去,渲染不出来,是一片空白:
   
![image](https://user-images.githubusercontent.com/8555018/39874078-54324df8-549f-11e8-9023-d57cd323ade1.png)
   求解!
   是对data有什么要求?


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] baoqger opened a new issue #8318: multiple tree共用一个root?

2018-05-10 Thread GitBox
baoqger opened a new issue #8318: multiple tree共用一个root?
URL: https://github.com/apache/incubator-echarts/issues/8318
 
 
   现在只支持left to right, 
或者right-to-left的tree形图,如果left和right都需要的话,如何处理呢?想用multiple 
tree来模拟,但是又不能共用一个root,无法实现。
   


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] Adelaide1014 commented on issue #2993: echarts3中graph关系图series[i]-graph.data[i]中的x,y怎么定义,API中没有

2018-05-09 Thread GitBox
Adelaide1014 commented on issue #2993: 
echarts3中graph关系图series[i]-graph.data[i]中的x,y怎么定义,API中没有
URL: 
https://github.com/apache/incubator-echarts/issues/2993#issuecomment-387932248
 
 
   @lingfulu 声明x=0,y=0时是有作用的,但是需要设置
   "fixed":true,
   "draggable": false,
   否则定位的节点就会被拖拽走,
   但是通过把整体图拖走,可以移动节点位置;
   单独拖动单个节点,是无法再拖拽了


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] Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化

2018-05-09 Thread GitBox
Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化
URL: 
https://github.com/apache/incubator-echarts/issues/8192#issuecomment-387952109
 
 
   去掉也是不行


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] Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化

2018-05-09 Thread GitBox
Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化
URL: 
https://github.com/apache/incubator-echarts/issues/8192#issuecomment-387953156
 
 
   @pissang 
   
![image](https://user-images.githubusercontent.com/25756963/39853131-f1a318d0-5452-11e8-9628-25e085bf52bd.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] ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-10 Thread GitBox
ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas
URL: 
https://github.com/apache/incubator-echarts/issues/8281#issuecomment-387966513
 
 
   引入了  import 'zrender/lib/svg/svg';


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] bettysu opened a new issue #8316: Uncaught Error: series.type should be specified.

2018-05-09 Thread GitBox
bettysu opened a new issue #8316: Uncaught Error: series.type should be 
specified.
URL: https://github.com/apache/incubator-echarts/issues/8316
 
 
   
   
   
   ### One-line summary [问题简述]
   动态设置setOption,其中series部分报错,Uncaught Error: series.type should be specified.
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:4版本,3版本
   + Browser version [浏览器类型和版本]:chrome
   + OS Version [操作系统类型和版本]:mac
   
   
   
   
   
   ### Expected behaviour [期望结果]
   在线等解决,目前通过循环后台的数据动态生成series,setOption时报错。
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   //blackMap是后台传回来的Map
   option = {
   color: ['#48cda6', '#11abff', '#968ade', '#33316b', '#AA2C98', '#d15b47', 
'#58829e'],
   legend: {
   data: blackSiteNames
   },
   xAxis: {
   data: blackTimes
   },
   series: function () {
   var series = [];
   for (var key in blackMap) {
   var item = {
   name: key,
   line: true,
   smooth: true,
   data: blackMap[key]
   }
   series.push(item);
   }
   return series;
   }()
   }
   }
   
   ```
   ### Other comments [其他信息]
   
   
   
   
![image](https://user-images.githubusercontent.com/6669034/39849258-fad5717e-543d-11e8-8155-bc5954611f1d.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] ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas

2018-05-10 Thread GitBox
ashen9 commented on issue #8281: 4.1.0 渲染方式改成svg,结果绘制的时候还是canvas
URL: 
https://github.com/apache/incubator-echarts/issues/8281#issuecomment-387966513
 
 
   引入了  import 'zrender/lib/svg/svg';
   发现问题了,使用 import 'zrender/src/svg/svg';可以,但是柱形图报错如下:
Cannot read property '0' of null
   at Object.rotate [as f] (matrix.js?8403:98)


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] Adelaide1014 commented on issue #8225: lines使用effect后 无法clear()

2018-05-09 Thread GitBox
Adelaide1014 commented on issue #8225: lines使用effect后 无法clear()
URL: 
https://github.com/apache/incubator-echarts/issues/8225#issuecomment-387937623
 
 
   需要注意加载顺序,若是图标没有加载完成就执行了chart.clear();就不会起作用;
   可以
   
   setTimeout(function() {
   chart.clear();
   //chart.dispose();
   }, 1);
   


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] Adelaide1014 commented on issue #8226: lines使用了effect后无法clear

2018-05-09 Thread GitBox
Adelaide1014 commented on issue #8226: lines使用了effect后无法clear
URL: 
https://github.com/apache/incubator-echarts/issues/8226#issuecomment-387937720
 
 
   https://github.com/apache/incubator-echarts/issues/8225


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] Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化

2018-05-09 Thread GitBox
Zeus-Iqd commented on issue #8192: subtextStyle使用rich后属性后,样式没有变化
URL: 
https://github.com/apache/incubator-echarts/issues/8192#issuecomment-387952569
 
 
   @zacard-orc  怎么解决的啊!我也遇到了这个问题
   


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] yanggaojun101 opened a new issue #8317: 能否让力导图节点之间有多条连线

2018-05-10 Thread GitBox
yanggaojun101 opened a new issue #8317: 能否让力导图节点之间有多条连线
URL: https://github.com/apache/incubator-echarts/issues/8317
 
 
   
   目前两个节点无法有两条同向的线条
   希望能像如图所示那样,两个节点之间可以有多条连线
   
   
   
   
   
   
![1](https://user-images.githubusercontent.com/3292215/39857234-2d2da6c4-5465-11e8-9f77-02e4bd841648.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] nickelmatt opened a new issue #8320: Tooltip isn't visible when canvas is passed instead of div during init

2018-05-10 Thread GitBox
nickelmatt opened a new issue #8320: Tooltip isn't visible when canvas is 
passed instead of div during init
URL: https://github.com/apache/incubator-echarts/issues/8320
 
 
   When "echarts.init" is called and given a canvas as the parameter instead of 
a div, the tooltip div is appended as a child of the canvas. This make it not 
work.
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 4.1.0.rc2 Full]:
   + Browser version [Google Chrome Version 66.0.3359.139 (Official Build) 
(64-bit)]:
   + OS Version [Ubuntu 16.04 LTS]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   When a canvas is passed, the parent element would most probably be a div. 
The tooltip should be appended to the parent element instead. I've included a 
patch that removes the tooltip from the canvas and append it to the parent 
element and it works.
   
   
   
   ### ECharts option [ECharts配置项]
   ```javascript
options = {
   tooltip: {
   trigger: 'axis',
   position: function(point, params, dom, rect, size) {
   dom.parentElement.removeChild(dom);
   document.getElementById("chart").appendChild(dom);
   }
   },
   }
   
   ```
   
   
   
   
   


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] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2
URL: 
https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365
 
 
   It's been about half a year. Is this still being considered to implement? I 
am trying to use echarts 2 for this chart type but it's quite hard to use, even 
just for changing the color of the ribbon and node.


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] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2
URL: 
https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365
 
 
   It's been about half a year. Is this planning to be implemented? I am trying 
to use echarts 2 for this chart type but it's quite hard to use, even for just 
changing the color of an item.


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] kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2

2018-05-10 Thread GitBox
kelvinau commented on issue #7029: Ribbon Chord Diagram like echarts2
URL: 
https://github.com/apache/incubator-echarts/issues/7029#issuecomment-388120365
 
 
   It's been about half a year. Is this still being considered to implement? I 
am trying to use echarts 2 for this chart type but it's quite hard to use, even 
for just changing the color of an item.


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] cn-xufei opened a new issue #8328: 雷达图axisLabel显示报错

2018-05-12 Thread GitBox
cn-xufei opened a new issue #8328: 雷达图axisLabel显示报错
URL: https://github.com/apache/incubator-echarts/issues/8328
 
 
   
   
   
   ### One-line summary [问题简述]
   radar中的axisLabel标签配置如果是show: true,会报错:e.getCategories is not a function
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.x
   + Browser version [浏览器类型和版本]:Chrome 66
   + OS Version [操作系统类型和版本]: win10
   
   
   
   
   
   ### Expected behaviour [期望结果]
   希望能正常显示
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title: {
   text: '自定义雷达图'
   },
   legend: {
   
   },
   radar: [
   {
   axisLabel: {
   show: true
   },
   indicator: [
   { text: '语文', max: 150 },
   { text: '数学', max: 150 },
   { text: '英语', max: 150 },
   { text: '物理', max: 120 },
   { text: '化学', max: 108 },
   { text: '生物', max: 72 }
   ],
   center: ['50%', '50%'],
   radius: 120
   }
   ],
   series: {
   type: 'radar',
   data: [
   {
   value: [120, 118, 130, 100, 99, 70],
   name: '张三',
   label: {
   normal: {
   show: true,
   formatter:function(params) {
   return params.value;
   }
   }
   }
   },
   {
   value: [90, 113, 140, 30, 70, 60],
   name: '李四',
   areaStyle: {
   normal: {
   opacity: 0.9,
   color: new echarts.graphic.RadialGradient(0.5, 
0.5, 1, [
   {
   color: '#B8D3E4',
   offset: 0
   },
   {
   color: '#72ACD1',
   offset: 1
   }
   ])
   }
   }
   }
   ]
   }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
![image](https://user-images.githubusercontent.com/14144811/39955651-208a6492-5605-11e8-9105-adb6d609fd04.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] cag2050 commented on issue #8266: echarts3.8.5 + vue 2.0 实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值

2018-05-12 Thread GitBox
cag2050 commented on issue #8266: echarts3.8.5 + vue 2.0 
实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值
URL: 
https://github.com/apache/incubator-echarts/issues/8266#issuecomment-388538091
 
 
   @IdenPin 可能原因:返回后,地图里没有填充数据的,点击时无法获得正确的 event.name 值。
   你看看是不是这个原因?
   demo 地址:https://github.com/cag2050/vue_echarts_v3_demo


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] cag2050 commented on issue #8266: echarts3.8.5 + vue 2.0 实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值

2018-05-12 Thread GitBox
cag2050 commented on issue #8266: echarts3.8.5 + vue 2.0 
实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值
URL: 
https://github.com/apache/incubator-echarts/issues/8266#issuecomment-388538091
 
 
   @IdenPin 可能原因:地图里没有填充数据的,点击时无法获得 event.name 值。
   你看看是不是这个原因?


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] cn-xufei opened a new issue #8329: 雷达图的指示器文本配置

2018-05-12 Thread GitBox
cn-xufei opened a new issue #8329: 雷达图的指示器文本配置
URL: https://github.com/apache/incubator-echarts/issues/8329
 
 
   
   
   
   ### One-line summary [问题简述]
   官网上的雷达图的文本配置是:radar.name.color
   然而实际生效的是radar.name.textStyle.color
   需要加一层textStyle
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0
   + Browser version [浏览器类型和版本]: Chrome 66
   + OS Version [操作系统类型和版本] :win 10
   
   
   
   
   
   ### Expected behaviour [期望结果]
   希望可以按官网配置项那样,直接在name对象中对文本的颜色字体大小等进行配置
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title: {
   text: '自定义雷达图'
   },
   legend: {
   data: ['图一','图二', '张三', '李四']
   },
   radar: [
   {
   indicator: [
   { text: '指标一' },
   { text: '指标二' },
   { text: '指标三' },
   { text: '指标四' },
   { text: '指标五' }
   ],
   center: ['25%', '50%'],
   radius: 120,
   startAngle: 90,
   splitNumber: 4,
   shape: 'circle',
   name: {
   color: 'red',
   formatter:'【{value}】',
   textStyle: {
   color:'#72ACD1'
   }
   },
   splitArea: {
   areaStyle: {
   color: ['rgba(114, 172, 209, 0.2)',
   'rgba(114, 172, 209, 0.4)', 'rgba(114, 172, 209, 0.6)',
   'rgba(114, 172, 209, 0.8)', 'rgba(114, 172, 209, 1)'],
   shadowColor: 'rgba(0, 0, 0, 0.3)',
   shadowBlur: 10
   }
   },
   axisLine: {
   lineStyle: {
   color: 'rgba(255, 255, 255, 0.5)'
   }
   },
   splitLine: {
   lineStyle: {
   color: 'rgba(255, 255, 255, 0.5)'
   }
   }
   },
   {
   indicator: [
   { text: '语文', max: 150 },
   { text: '数学', max: 150 },
   { text: '英语', max: 150 },
   { text: '物理', max: 120 },
   { text: '化学', max: 108 },
   { text: '生物', max: 72 }
   ],
   center: ['75%', '50%'],
   radius: 120
   }
   ],
   series: [
   {
   name: '雷达图',
   type: 'radar',
   itemStyle: {
   emphasis: {
   // color: 各异,
   lineStyle: {
   width: 4
   }
   }
   },
   data: [
   {
   value: [100, 8, 0.40, -80, 2000],
   name: '图一',
   symbol: 'rect',
   symbolSize: 5,
   lineStyle: {
   normal: {
   type: 'dashed'
   }
   }
   },
   {
   value: [60, 5, 0.30, -100, 1500],
   name: '图二',
   areaStyle: {
   normal: {
   color: 'rgba(255, 255, 255, 0.5)'
   }
   }
   }
   ]
   },
   {
   name: '成绩单',
   type: 'radar',
   radarIndex: 1,
   data: [
   {
   value: [120, 118, 130, 100, 99, 70],
   name: '张三',
   label: {
   normal: {
   show: true,
   formatter:function(params) {
   return params.value;
   }
   }
   }
   },
   {
   value: [90, 113, 140, 30, 70, 60],
   name: '李四',
   areaStyle: {
   normal: {
   opacity: 0.9,
   color: new echarts.graphic.RadialGradient(0.5, 
0.5, 1, [
   {
   color: '#B8D3E4',
   offset: 0
   },
   {
   color: '#72ACD1',
   offset: 1
   }
   ])
   }
   }
   }
   ]
   }
   ]
   }
   
 

[GitHub] pchaganti opened a new issue #8331: Suggestions for clearing and redrawing a chart?

2018-05-12 Thread GitBox
pchaganti opened a new issue #8331: Suggestions for clearing and redrawing a 
chart?
URL: https://github.com/apache/incubator-echarts/issues/8331
 
 
   
   
   
   ### One-line summary [问题简述]
   Unable to reset a chart with newly retrieved dynamic data. Tried 
setOption(true). Still leaves the old data in there. Anyone have any 
suggestions or pointers to how to accomplish this?
   
   thanks
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] pchaganti commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

2018-05-12 Thread GitBox
pchaganti commented on issue #6202: Problems when updating chart through 
echartsInstance.setOption()
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-388564724
 
 
   setOption() is still leaving the old data on the chart BTW.


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] pchaganti commented on issue #8157: how do I clear a chart? Basically I need to re-initialize it.

2018-05-12 Thread GitBox
pchaganti commented on issue #8157: how do I clear a chart? Basically I need to 
re-initialize it.
URL: 
https://github.com/apache/incubator-echarts/issues/8157#issuecomment-388565090
 
 
   setOption(newOption, true) is still leaving old data on the chart.


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] miniboxhaha opened a new issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
miniboxhaha opened a new issue #8330: tooltip中关于formatter生成链接的问题
URL: https://github.com/apache/incubator-echarts/issues/8330
 
 
   
   
   
   tooltip中关于formatter生成链接的问题。请问如何在formatter中返回一个js方法的链接?
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:3.x
   + Browser version [浏览器类型和版本]:chrome
   + OS Version [操作系统类型和版本]:windows 7
   
   
   
   
   
   ### Expected behaviour [期望结果]
   请问formatter返回结果中,是否可以响应鼠标事件并执行一个js方法。
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
  tooltip:{
 formatter:funciton(params){
return "goto_Target"   //有效,但会进行整个窗口的跳转
return "goto_Target"   
//提示没有target()方法
return "goto_Target"   
//会在显示formatter的同时执行target方法
 }
  }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] pchaganti commented on issue #6202: Problems when updating chart through echartsInstance.setOption()

2018-05-12 Thread GitBox
pchaganti commented on issue #6202: Problems when updating chart through 
echartsInstance.setOption()
URL: 
https://github.com/apache/incubator-echarts/issues/6202#issuecomment-388564522
 
 
    


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 commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 itemStyle > color

2018-05-12 Thread GitBox
100pah commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 
itemStyle > color
URL: 
https://github.com/apache/incubator-echarts/issues/8264#issuecomment-388577976
 
 
   (1)visualMap 中可设置 seriesIndex 限定影响范围
   (2)可设置 series data 上设置 visualMap: false,在此数据项上禁用 visualMap
   ```js
   series: {
   data: [
[12, 33], [1,23], [22, 55],
{
value: [23,51],
visualMap: false
   },
   [23, 53], [11,44], ...
   }
   ```
   


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 commented on issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
100pah commented on issue #8330: tooltip中关于formatter生成链接的问题
URL: 
https://github.com/apache/incubator-echarts/issues/8330#issuecomment-388576038
 
 
   改成这个试试
   ```js
   window.haha = function (){
   console.log('haha')
   }
   ```


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] pchaganti commented on issue #8331: Suggestions for clearing and redrawing a chart?

2018-05-12 Thread GitBox
pchaganti commented on issue #8331: Suggestions for clearing and redrawing a 
chart?
URL: 
https://github.com/apache/incubator-echarts/issues/8331#issuecomment-388579207
 
 
   While making that fiddle, found the issue. It was a typo.
   
   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



[GitHub] 100pah commented on issue #8331: Suggestions for clearing and redrawing a chart?

2018-05-12 Thread GitBox
100pah commented on issue #8331: Suggestions for clearing and redrawing a chart?
URL: 
https://github.com/apache/incubator-echarts/issues/8331#issuecomment-388575773
 
 
   Could I have your `option` to reproduce the 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] 100pah commented on issue #8328: 雷达图axisLabel显示报错

2018-05-12 Thread GitBox
100pah commented on issue #8328: 雷达图axisLabel显示报错
URL: 
https://github.com/apache/incubator-echarts/issues/8328#issuecomment-388576361
 
 
   谢谢。并没有支持 radar.axisLabel.show: true。
   我将修改下文档。
   有需要支持这件事么?


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 commented on issue #8288: Google charts: timelines [question]

2018-05-12 Thread GitBox
100pah commented on issue #8288: Google charts: timelines [question]
URL: 
https://github.com/apache/incubator-echarts/issues/8288#issuecomment-388576765
 
 
   @giorgiopagnoni ye, I will fix the example.


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 commented on issue #8329: 雷达图的指示器文本配置

2018-05-12 Thread GitBox
100pah commented on issue #8329: 雷达图的指示器文本配置
URL: 
https://github.com/apache/incubator-echarts/issues/8329#issuecomment-388576256
 
 
   我用 4.1.0 尝试,直接 `radar.name.color` 是可以生效的。


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] tiasen opened a new issue #8332: 内存泄露,移动端使用后卡顿

2018-05-13 Thread GitBox
tiasen opened a new issue #8332: 内存泄露,移动端使用后卡顿
URL: https://github.com/apache/incubator-echarts/issues/8332
 
 
   
   
   
   ### One-line summary [问题简述]
   
ionic使用echarts后(测试非ionic使用也会出现相同问题),内存泄露(如图),单个页面图表多的话,导致移动端页面非常卡顿
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:3.8.3
   + Browser version [浏览器类型和版本]:webview
   + OS Version [操作系统类型和版本]:Android/IOS
   
   
   
   
   
   ### Expected behaviour [期望结果] 
页面绘制结束后,内存不再增长,保证性能
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option ={
   "grid": {
   "top": 50,
   "bottom": 50
   },
   "radar": {
   "name": {
   "textStyle": {
   "color": "#fff"
   },
   "fontSize": 10
   },
   "indicator": [
   {
   "name": "总收入",
   "min": 0,
   "max": 1.0402
   }, {
   "name": "邮政申诉率",
   "min": 0,
   "max": 0.5556
   }, {
   "name": "万票有责服务投诉",
   "min": 0,
   "max": 0.5556
   }, {
   "name": "异常网点",
   "min": 0,
   "max": 0.6667
   }, {
   "name": "百万件遗失",
   "min": 0,
   "max": 0.6667
   }, {
   "name": "超3天积压件",
   "min": 0,
   "max": 0.625
   }
   ],
   "splitNumber": 1,
   "splitLine": {
   "show": false
   },
   "splitArea": {
   "areaStyle": {
   "color": "#fff",
   "opacity": 0.2
   }
   },
   "axisLine": {
   "lineStyle": {
   "color": "rgba(255,255,255,0.1)"
   }
   }
   },
   "series": [
   {
   "type": "radar",
   "symbolSize": 0,
   "clockwise": true,
   "lineStyle": {
   "normal": {
   "width": 1,
   "type": "dotted"
   }
   },
   "data": [
   {
   "value": [
   0.8016,
   0.5556,
   0.5519,
   0.2927,
   0.3489,
   0.3915
   ],
   "lineStyle": {
   "normal": {
   "type": "solid",
   "width": 1
   }
   },
   "areaStyle": {
   "normal": {
   "opacity": 0.4
   }
   },
   "silent": true
   },
   [
   0.9589,
   0.4545,
   0.453,
   0.,
   0.4,
   0.4167
   ],
   [
   1,
   0.5,
   0.5,
   0.5,
   0.5,
   0.5
   ],
   [
   1.0402,
   0.5556,
   0.5556,
   0.6667,
   0.6667,
   0.625
   ]
   ]
   }
   ],
   "color": ["#BA55D3", "#ff", "rgb(255,216,57) ", "#32db64"]
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   ![menu saveimg 
savepath20180513180749](https://user-images.githubusercontent.com/20390265/39966099-c4322dc2-56d8-11e8-9779-bd75047476dc.jpg)
   


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] pchaganti commented on issue #7995: echarts legend Is the toggle function when clicked?

2018-05-13 Thread GitBox
pchaganti commented on issue #7995: echarts legend Is the toggle function when 
clicked?
URL: 
https://github.com/apache/incubator-echarts/issues/7995#issuecomment-388622067
 
 
    


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] miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题
URL: 
https://github.com/apache/incubator-echarts/issues/8330#issuecomment-388599075
 
 
   确实可以了,但是haha(args)不能接收参数。
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```
   
   又试了下改成这样可以了
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"
   
//*问题描述**
   }
   ```
   非常感谢。是否可以简单的理解为formatter返回的DOM和当前页面中的DOM不属于同一个document对象?


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] miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题
URL: 
https://github.com/apache/incubator-echarts/issues/8330#issuecomment-388599075
 
 
   确实可以了,但是haha(args)不能接收参数。
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```
   
   又试了下改成这样可以了
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```
   


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] miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题
URL: 
https://github.com/apache/incubator-echarts/issues/8330#issuecomment-388599075
 
 
   确实可以了,但是haha(args)不能接收参数。
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```
   
   又试了下改成这样可以了
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```
   


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] miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题

2018-05-12 Thread GitBox
miniboxhaha commented on issue #8330: tooltip中关于formatter生成链接的问题
URL: 
https://github.com/apache/incubator-echarts/issues/8330#issuecomment-388599075
 
 
   确实可以了,但是haha(args)不能接收参数。
   ```javascript
   formatter: function(prams) {
   
//*问题描述**
   let arg = 10
   return "haha"//提示arg没有定义
   return "haha"//可以接收到
   
//*问题描述**
   }
   ```


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] IdenPin closed issue #8266: echarts3.8.5 + vue 2.0 实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值

2018-05-12 Thread GitBox
IdenPin closed issue #8266: echarts3.8.5 + vue 2.0 
实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值
URL: https://github.com/apache/incubator-echarts/issues/8266
 
 
   


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] IdenPin commented on issue #8266: echarts3.8.5 + vue 2.0 实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值

2018-05-12 Thread GitBox
IdenPin commented on issue #8266: echarts3.8.5 + vue 2.0 
实现Map地图下钻,市级click事件偶尔无法获取点击json里面的name属性值
URL: 
https://github.com/apache/incubator-echarts/issues/8266#issuecomment-388591624
 
 
   @cag2050   感谢 


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] oYo-Byte commented on issue #7859: 如何在关系图(graph,斥力图)的某一类节点上增加涟漪的效果?

2018-05-13 Thread GitBox
oYo-Byte commented on issue #7859: 如何在关系图(graph,斥力图)的某一类节点上增加涟漪的效果?
URL: 
https://github.com/apache/incubator-echarts/issues/7859#issuecomment-388640416
 
 
   可以是用gif图片作为节点,但是要使用svg渲染模式。


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] yeyicheng commented on issue #5009: canvas经过css3旋转90deg之后,响应触摸点有问题

2018-05-13 Thread GitBox
yeyicheng commented on issue #5009: canvas经过css3旋转90deg之后,响应触摸点有问题
URL: 
https://github.com/apache/incubator-echarts/issues/5009#issuecomment-388643849
 
 
   我把坐标系旋转后解决了。


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] pchaganti commented on issue #8288: Google charts: timelines [question]

2018-05-11 Thread GitBox
pchaganti commented on issue #8288: Google charts: timelines [question]
URL: 
https://github.com/apache/incubator-echarts/issues/8288#issuecomment-388512886
 
 
    


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] since91 opened a new issue #8333: API 文档是不是描述错了

2018-05-13 Thread GitBox
since91 opened a new issue #8333: API 文档是不是描述错了
URL: https://github.com/apache/incubator-echarts/issues/8333
 
 
   http://echarts.baidu.com/option.html#series-lines 中写的是
   在 ECharts 3 里建议使用单独的 lines 类型图表。
   而当前版本是echarts4 是不是写错了?
   挺多地方都写了Echarts 3
   
   http://echarts.baidu.com/option.html#series-map
   
   
   


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] komagic commented on issue #8157: how do I clear a chart? Basically I need to re-initialize it.

2018-05-13 Thread GitBox
komagic commented on issue #8157: how do I clear a chart? Basically I need to 
re-initialize it.
URL: 
https://github.com/apache/incubator-echarts/issues/8157#issuecomment-388686974
 
 
   mychart.clear()


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] hsay commented on issue #5921: 旋转90度,toolbox和tooltip滑动块交互操作失效

2018-05-11 Thread GitBox
hsay commented on issue #5921: 旋转90度,toolbox和tooltip滑动块交互操作失效
URL: 
https://github.com/apache/incubator-echarts/issues/5921#issuecomment-388301425
 
 
   ++1


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] cqiuping opened a new issue #8322: title怎么添加下划线

2018-05-11 Thread GitBox
cqiuping opened a new issue #8322: title怎么添加下划线
URL: https://github.com/apache/incubator-echarts/issues/8322
 
 
   
   
   
   ### One-line summary [问题简述]
   
   我在title添加了一个link,但是title没有下划线,无法明显告知是一个链接,要怎么给title文本添加下划线
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   title: {
   link: '../../',
   text: '链接怎么添加下划线'
   },
   xAxis: {
   data: ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']
   },
   yAxis: {},
   series: [{
   type: 'line',
   data: [220, 182, 191, 234, 290, 330, 310]
   }]
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388279565
 
 
   I had the same problem. @TonyChanNJU 
   Version 4.0.3 图表类型为bar
   增加series[*].label.show: true 就会报错,去掉后没有问题~~~


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] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388283318
 
 
   @amily4555 
   可以增加rotate属性来临时解决这个问题,O(∩_∩)O哈哈~
   `
   label: {
   show: true,
   position: 'right',
   rotate: 0,
   formatter: '{c}'
   }
   `


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] maicss closed issue #8300: [功能][折线]能不能在一条折线的指定范围内显示成虚线?

2018-05-10 Thread GitBox
maicss closed issue #8300: [功能][折线]能不能在一条折线的指定范围内显示成虚线?
URL: https://github.com/apache/incubator-echarts/issues/8300
 
 
   


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] surmerming opened a new issue #8323: 力导向图,setOption修改后,连线错乱

2018-05-11 Thread GitBox
surmerming opened a new issue #8323: 力导向图,setOption修改后,连线错乱
URL: https://github.com/apache/incubator-echarts/issues/8323
 
 
   
   
   
   ### One-line summary [问题简述]
   
在力导向图中,如果想局部修改某个属性,通过setOption进行修改后,连线会进行错乱,目前采用的方法是在setOption中先clear掉,再setOption,
 不过这样会使这个布局重新刷新一遍,效果很差
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   不错乱
   
![image](https://user-images.githubusercontent.com/4033937/39913784-af79af30-5535-11e8-9189-a7fc2bc39f22.png)
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] 381510688 commented on issue #8282: When rendering as SVG, throw Error: attribute transform: Expected number, "rotate(NaN,111.68400 000…".

2018-05-11 Thread GitBox
381510688 commented on issue #8282: When rendering as SVG, throw Error:  
attribute transform: Expected number, "rotate(NaN,111.68400 000…".
URL: 
https://github.com/apache/incubator-echarts/issues/8282#issuecomment-388279565
 
 
   I had the same problem. @TonyChanNJU 
   Version 4.0.3
   增加series[*].label.show: true 就会报错,去掉后没有问题~~~


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] DragonFly666 commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 itemStyle > color

2018-05-11 Thread GitBox
DragonFly666 commented on issue #8264: echarts 视觉映射后,导致散点图(effectScatter) 无法设置 
itemStyle > color
URL: 
https://github.com/apache/incubator-echarts/issues/8264#issuecomment-388281640
 
 
   我也有这个问题,求官方大神解决啊


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] RicoLiu closed issue #7761: Uncaught SyntaxError: Failed to execute 'addColorStop' on 'CanvasGradient'

2018-05-11 Thread GitBox
RicoLiu closed issue #7761: Uncaught SyntaxError: Failed to execute 
'addColorStop' on 'CanvasGradient'
URL: https://github.com/apache/incubator-echarts/issues/7761
 
 
   


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] impodracer opened a new issue #8321: Is there any plan to fix bar-type-chart's render problem when dataZoom.filterMode is set to 'none'?

2018-05-11 Thread GitBox
impodracer opened a new issue #8321: Is there any plan to fix bar-type-chart's 
render problem when dataZoom.filterMode is set to 'none'?
URL: https://github.com/apache/incubator-echarts/issues/8321
 
 
   
   
   
   ### One-line summary [问题简述]
   
   When datazoom.filterMode is set to 'none' and range set in the middle of 
data, Bar rectangles reach to bounds of charts(not grid) according to their 
values. Is there any specific plan to create some constraints?
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1.0
   + Browser version [浏览器类型和版本]: Chrome 66.0.3359.139 (x64)
   + OS Version [操作系统类型和版本]: Windows 10 1709 (x64)
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
dataZoom: [
   {
  type: 'slider',
  yAxisIndex: 0,
  filterMode: 'none'
   }
]
   }
   
   ```
   
   
   ### Other comments [其他信息]
   
   
   
![image](https://user-images.githubusercontent.com/35140103/39909208-c237507c-552c-11e8-9ec9-41e1173911a7.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] bulabula001 commented on issue #8317: 能否让力导图节点之间有多条连线

2018-05-11 Thread GitBox
bulabula001 commented on issue #8317: 能否让力导图节点之间有多条连线
URL: 
https://github.com/apache/incubator-echarts/issues/8317#issuecomment-388310398
 
 
   D3 可以支持这样吗,  目前也有这个需求


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] wangxuedongOvO opened a new issue #8325: graph如何设置圆点和坐标系

2018-05-11 Thread GitBox
wangxuedongOvO opened a new issue #8325: graph如何设置圆点和坐标系
URL: https://github.com/apache/incubator-echarts/issues/8325
 
 
   
   
   
   ### graph类型的图表如何设置圆点和坐标系
   
需要在绘制graph图表的时候,显示一个网状的直角坐标系,坐标系的原点在画板的左下角位置,坐标系的最大值和最小值是根据后台返回的点的坐标的最大值和最小值来确定。
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: echart3
   + Browser version [浏览器类型和版本]: chrome
   + OS Version [操作系统类型和版本]: mac
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
需要在绘制graph图表的时候,显示一个网状的直角坐标系,坐标系的原点在画板的左下角位置,坐标系的最大值和最小值是根据后台返回的点的坐标的最大值和最小值来确定。
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   data = [
   {
 name: 'a',
 x: 0,
 y: 0
   },
   {
 name: 'b',
 x: 800,
 y: 300
   },
   {
 name: 'c',
 x: 550,
 y: 100
   },
   {
 name: 'd',
 x: 550,
 y: 500
   }
 ];
   
   
 links = [
   {
 source: 'b',
 target: 'a'
   },
   {
 source: 'a',
 target: 'b'
   },
   {
 source: 'a',
 target: 'c'
   },
   {
 source: 'b',
 target: 'c'
   },
   {
 source: 'b',
 target: 'd'
   },
   {
 source: 'a',
 target: 'd'
   }
 ];
   
   option = {
title: {
 text: '绘制结果展示'
   },
   tooltip: {
 show: true,
 formatter: function(params) {
   var data = params.data;
   if (data.name) {
 return `${data.name}(${data.x},${data.y})`;
   } else {
 return `线段${data.source}到${data.target}`;
   }
   
 }
   },
   toolbox: {
 show: true,
 right: 20,
 feature: {
   saveAsImage: {
 show: true
   }
 }
   },
   animationDurationUpdate: 1500,
   animationEasingUpdate: 'quinticInOut',
   series: [{
 type: 'graph',
 layout: 'none',
 symbolSize: 50,
 // focusNodeAdjacency: true,
 roam: false,
 label: {
   normal: {
 show: true
   }
 },
 data: data,
 // links: [],
 links: links,
 lineStyle: {
   normal: {
 opacity: 0.9,
 width: 2,
 curveness: 0
   }
 }
   }]
 };
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] hsay opened a new issue #8326: 父元素旋转90度,移动端显示不正常

2018-05-11 Thread GitBox
hsay opened a new issue #8326: 父元素旋转90度,移动端显示不正常
URL: https://github.com/apache/incubator-echarts/issues/8326
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   .rotate{
transform: rotate(90deg)
   }
   
   即将echarts组件的父元素旋转90度,此时tooltip不能正常显示,并且legends不能点击(移动端有该问题)
   pc端变现正常。
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:echarts@4.0.4
   + Browser version [浏览器类型和版本]:chrome浏览器 移动端模式
   + OS Version [操作系统类型和版本]: win8
   
   
   
   
   
   ### Expected behaviour [期望结果]
   能像不旋转时一样正常显示tooltip以及正常操作len=gends
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option ={
   baseOption: {
 title: {
   text: ''
 },
 color: colors,
 tooltip: {
   show:true,
   trigger: 'axis',
   confine: false, 
   //若要使tooltip显示完全,外层不要设置overflow:hidden
   position:['0', '0']
 },
 legend: {
   // bottom:20,
   //width:400,
   left:0,
   bottom:0,
   itemWidth: 5,
   itemHeight:5,
   //data:['邮件营销','联盟广告','视频广告','直接访问','搜索引擎']
   data:['']
 },
 grid:{
   // show:true,
   left: 40,
   
   // right:0,  
   top: '10%',
   bottom: '15%',
   // right: 40,
   // width:'100%', 
   // borderColor: 'rgba(255, 0, 0, 1)',
   containLabel: true
 },
 toolbox: {
   feature: {
 saveAsImage: {}
   }
 },
 xAxis: {
   type: 'category',
   boundaryGap: true,
   interval: 0,
   data: [],
   axisLabel: {
 color:'#333',
   },
   axisLine: {
 show: false,
 lineStyle: {
   color: 'rgba(204,204,204,0.2)'
 }
   },
   axisTick: {
 show: false
   }
 },
 yAxis: {
   type: 'value',
   splitLine:false,
   axisLabel: {
 color:'#333',
   },
   axisLine: {
 show: false,
 lineStyle: {
   color: 'rgba(204,204,204,0.2)'
 }
   },  
   axisTick:{
 show: false
   },
   splitLine: {
 lineStyle: {
   color: 'rgba(204,204,204,0.2)'
 }
   },
 },  
 series: [{
   name:'',
   type:'line',
   stack: '总量',
   data:[]
 },
 {
   name:'',
   type:'line',
   stack: '',
   data:[]
 }
 ]
   },// baseOption
   media: [{
 query: {
   
 },
 option: {
   
 }
   }]
 }
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   
   
   


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] bulabula001 commented on issue #8162: graph 可以是多种关系吗?(2种以上)

2018-05-11 Thread GitBox
bulabula001 commented on issue #8162: graph 可以是多种关系吗?(2种以上)
URL: 
https://github.com/apache/incubator-echarts/issues/8162#issuecomment-388310877
 
 
   同求, 目前也有此需求


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] bulabula001 commented on issue #8002: 【求教】有没有办法让graph用roam缩放的时候,label的字体大小也能一起缩放

2018-05-11 Thread GitBox
bulabula001 commented on issue #8002: 【求教】有没有办法让graph用roam缩放的时候,label的字体大小也能一起缩放
URL: 
https://github.com/apache/incubator-echarts/issues/8002#issuecomment-388311195
 
 
   同问,  就是文字会和背景冲突,造成显示异常


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] RicoLiu commented on issue #7761: Uncaught SyntaxError: Failed to execute 'addColorStop' on 'CanvasGradient'

2018-05-11 Thread GitBox
RicoLiu commented on issue #7761: Uncaught SyntaxError: Failed to execute 
'addColorStop' on 'CanvasGradient'
URL: 
https://github.com/apache/incubator-echarts/issues/7761#issuecomment-388327007
 
 
   '#' ---> 'rgba(255, 255, 255, 1)'
   '#FF00' ---> 'rgba(255, 255, 255, 0)'
   
   fix it 


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] pchaganti opened a new issue #8327: Is it possible to change the toolbox icons?

2018-05-11 Thread GitBox
pchaganti opened a new issue #8327: Is it possible to change the toolbox icons?
URL: https://github.com/apache/incubator-echarts/issues/8327
 
 
   
   
   
   ### One-line summary [问题简述]
   Is it possible to change the toolbox icons? Would be nice to do so it can 
fit in better with an icon set already in use within the app.
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]: 4.1
   + Browser version [浏览器类型和版本]: Chrome Dev
   + OS Version [操作系统类型和版本]: OSX
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   toolbox: {
   show: true,
   right: 120,
   orient: 'horizontal',
   itemSize: '13',
   itemGrap: '10',
   feature: {
   restore: {
   show: true,
   iconStyle: {
   borderColor: '#4b0082'
   },
   emphasis: {
   iconStyle: {
   borderColor: '#4b0082'
   },
   }
   },
   saveAsImage: {
   show: true,
   iconStyle: {
   borderColor: '#d2691e'
   },
   emphasis: {
   iconStyle: {
   borderColor: '#d2691e'
   },
   }
   }
   }
   }
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387362948
 
 
   You can set `markArea.silent` true to enable mouse interaction


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] eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood commented on issue #8307: How to react on clicks inside of marked 
Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387364246
 
 
   But how to catch them


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] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea') {
   .
   }
   });
   ```


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] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea) {
   ...
   }
   });
   ```


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] pissang commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
pissang commented on issue #8307: How to react on clicks inside of marked Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387368695
 
 
   ```js
   chart.on('click', e => {
   if (e.componentType === 'markArea) {
   .
   }
   });
   ```


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] eskimoblood commented on issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood commented on issue #8307: How to react on clicks inside of marked 
Areas
URL: 
https://github.com/apache/incubator-echarts/issues/8307#issuecomment-387369808
 
 
   got it, 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



[GitHub] eskimoblood closed issue #8307: How to react on clicks inside of marked Areas

2018-05-08 Thread GitBox
eskimoblood closed issue #8307: How to react on clicks inside of marked Areas
URL: https://github.com/apache/incubator-echarts/issues/8307
 
 
   


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] zhg-645479206 opened a new issue #8309: 柱状图加折线图双y轴情况下(y轴起点都不是从0开始)时 点击 lengend 点击会出现bug

2018-05-08 Thread GitBox
zhg-645479206 opened a new issue #8309: 柱状图加折线图双y轴情况下(y轴起点都不是从0开始)时 点击 lengend 
点击会出现bug
URL: https://github.com/apache/incubator-echarts/issues/8309
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] komagic commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替

2018-05-08 Thread GitBox
komagic commented on issue #8279: graph symbol 图片取不到的时候 怎么使用默认图片代替
URL: 
https://github.com/apache/incubator-echarts/issues/8279#issuecomment-387432543
 
 
   解耦吧,  所有数据应该在 外面设置好了再传进option吧.let image=无图片.png || 无图片2.png || 默认图片.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] komagic commented on issue #8285: requestAnimationFrame()方法永无休止的执行

2018-05-08 Thread GitBox
komagic commented on issue #8285: requestAnimationFrame()方法永无休止的执行
URL: 
https://github.com/apache/incubator-echarts/issues/8285#issuecomment-387438318
 
 
   百度现在主要是没人, 团队给我感觉非常机械(至少我见到的),  echarts问个问题基本没人回答(vscode我上午问,下午就有人回答), 
就像他们的面试一样,面了大半天从来没问过面试人口干不干,需不需要喝水. 
   远离了人性化,就是远离了市场, 态度跟杭州阿里差距很大, 股市真的能说明一些问题.


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] komagic commented on issue #8197: 有人碰到过我这种问题吗 echarts切换tab时,第一个图表显示,第二个图表不显示的解决办法

2018-05-08 Thread GitBox
komagic commented on issue #8197: 有人碰到过我这种问题吗 
echarts切换tab时,第一个图表显示,第二个图表不显示的解决办法
URL: 
https://github.com/apache/incubator-echarts/issues/8197#issuecomment-387430062
 
 
   你是不是没有clean啊


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] Lestry commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常

2018-05-08 Thread GitBox
Lestry commented on issue #8303: 饼图标签在SVG渲染模式下使用富文本显示异常
URL: 
https://github.com/apache/incubator-echarts/issues/8303#issuecomment-387473354
 
 
   @pissang SVG渲染目前不支持的功能具体有哪些?能在哪里可以查到呢?


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] hele10086 commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的

2018-05-04 Thread GitBox
hele10086 commented on issue #8270: 需要最新地图数据:地图下钻--全国/省/市-地图下钻--市县地图是旧的
URL: 
https://github.com/apache/incubator-echarts/issues/8270#issuecomment-386549949
 
 
   没有的话可以自己自定义,地址:http://geojson.io/
   先导入旧的再修改会快一点。


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] amittonge opened a new issue #8346: Graph chart links.lineStyle.symbol and links.lineStyle.symbolSize is not working

2018-05-15 Thread GitBox
amittonge opened a new issue #8346: Graph chart links.lineStyle.symbol and 
links.lineStyle.symbolSize is not working
URL: https://github.com/apache/incubator-echarts/issues/8346
 
 
   
   
   
   ### One-line summary [问题简述]
   
   
   
   
   
   ### Version & Environment [版本及环境]
   + ECharts version [ECharts 版本]:
   + Browser version [浏览器类型和版本]:
   + OS Version [操作系统类型和版本]:
   
   
   
   
   
   ### Expected behaviour [期望结果]
   
   
   
   
   
   ### ECharts option [ECharts配置项]
   
   
   ```javascript
   option = {
   
   }
   
   ```
   
   
   
   
   ### Other comments [其他信息]
   
   
   
   


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] luoshushu commented on issue #2010: Echarts 图表放到bootstrap的tab-panel除过第一个其他的不加载

2018-05-15 Thread GitBox
luoshushu commented on issue #2010: Echarts 图表放到bootstrap的tab-panel除过第一个其他的不加载
URL: 
https://github.com/apache/incubator-echarts/issues/2010#issuecomment-389095178
 
 
   在myChart设置固定宽高可以解决。
   


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



<    1   2   3   4   5   6   7   8   9   10   >