[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-06-30 Thread GitBox


maicWorkGithub commented on issue #12205:
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-651611134


   那文档上设置X Y轴的地方放上这些说明或者这个issue的链接好了



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

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



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



[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-06-29 Thread GitBox


maicWorkGithub commented on issue #12205:
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-651461152


   这个的确解决了这个问题,但是这个规则太隐晦了吧,我觉得应该设计一个更好一点的API?



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

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



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



[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-03-02 Thread GitBox
maicWorkGithub commented on issue #12205: yAxis 宽度无效
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-593744260
 
 
   echart gl的问题,能现在这里咨询一下吗?
   https://github.com/ecomfe/echarts-gl/issues/58#issuecomment-590181530
   有必要新开一个issue吗,或者只要再等等就好了?


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-02-27 Thread GitBox
maicWorkGithub commented on issue #12205: yAxis 宽度无效
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-592335190
 
 
   emmm……那这也算bug吧


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-02-27 Thread GitBox
maicWorkGithub commented on issue #12205: yAxis 宽度无效
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-592324086
 
 
   还是不对,看这个示例,这俩宽度明显不一样
   ```
   option = {
 tooltip: {
   trigger: 'axis',
   axisPointer: {
 type: 'shadow'
   },
   formatter: '{b}: {c}人'
 },
 grid: {
   left: 0,
   right: 0,
   top: '9%',
   bottom: 0,
   containLabel: true
 },
 yAxis: {
   type: 'value',
   show: true,
   axisLine: { show: true, lineStyle: { color: '#36445f', width: 8 
} },
   splitLine: { show: false },
   axisTick: { show: false },
   axisLabel: { show: false }
 },
 xAxis: {
   type: 'category',
   data: ['a', 'b', 'c'],
   splitLine: {
 show: false
   },
   axisTick: {
 show: false,
   },
   axisLine: { show: true, lineStyle: { color: '#36445f', width: 8 
} }
 },
 series: [
   {
 name: '',
 type: 'bar',
 barWidth: 30,
 itemStyle: {
   color: new echarts.graphic.LinearGradient(
 0, 0, 0, 1,
 [
   { offset: 0, color: '#51baf5' },
   { offset: 1, color: '#5173f5' },
 ]
   ),
 },
 label: {
   normal: {
 show: true,
 position: 'top',
 color: '#eaa24e'
   }
 },
 data: [1, 2, 3]
   },
 ]
   };
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[GitHub] [incubator-echarts] maicWorkGithub commented on issue #12205: yAxis 宽度无效

2020-02-27 Thread GitBox
maicWorkGithub commented on issue #12205: yAxis 宽度无效
URL: 
https://github.com/apache/incubator-echarts/issues/12205#issuecomment-592323097
 
 
   我复制错地方了,的确可以,但是为啥我项目里不行,我再看看,打扰了……
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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