You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/03/12 04:07:10 UTC

[GitHub] [incubator-echarts] VS1r opened a new issue #12274: echarts4.5 dataZoom在谷歌浏览器中无法显示

VS1r opened a new issue #12274: echarts4.5 dataZoom在谷歌浏览器中无法显示
URL: https://github.com/apache/incubator-echarts/issues/12274
 
 
   **echarts4.5 dataZoom在谷歌浏览器中无法显示,我排查了各种可能的问题,dataZoom一直不显示。最后换了个浏览器发现显示成功了。。。**
   附上代码:
       var myChart = echarts.init(document.getElementById("average"));
       var option = {
           title: {
               text: '各省平均寿命 (2010)'
           },
           tooltip: {
               trigger: 'axis',
               axisPointer: {
                   type: 'shadow'
               }
           },
           dataZoom: {
               type: 'slider',
               show: true,
               start: 1,
               end: 25,
               fillerColor:"rgba(167,183,204,0.4)",
               filterMode: 'empty'
           },
           xAxis: {
               type: 'category',
               data: ['北京市','天津市', '河北省', '山西省', '内蒙古自治区', '辽宁省', '吉林省', '黑龙江省', '上海市', '江苏省',
                   '浙江省', '安徽省', '福建省', '江西省', '山东省', '河南省', '湖北省','湖南省','广东省', '广西壮族自治区',
                   '海南省', '重庆市', '四川省','贵州省', '云南省', '西藏自治区', '陕西省', '甘肃省', '青海省','宁夏回族自治区',
                   '新疆维吾尔自治区'],
               axisLabel:{
                   interval: 0
               }
           },
           yAxis: {
               type: 'value',
               min:60,
               max:85
           },
           series: [{
               type: 'bar',
               data: [80.18,78.89,74.97,74.92,74.44,76.38,76.18,75.98,80.26,76.63,77.73,75.08,75.76,74.33,76.46,74.57,
                   74.87,74.7,76.49,75.11,76.3,75.7,74.75,71.1,69.54,68.17,74.68,72.23,69.96,73.38,72.35]
           }]
       };
   
       myChart.setOption(option);
   
   ************************************************************************************
   这是谷歌浏览器中运行截图:
   ![YW 49`M@94I7R6XEJ5~6R}5](https://user-images.githubusercontent.com/47619441/76486277-dcf2fb80-6459-11ea-868f-b5e4ab7da5d3.png)
   这是其他浏览器的运行截图:
   ![U}RQ4~U$4(Q`TFYKS465QIX](https://user-images.githubusercontent.com/47619441/76486298-eaa88100-6459-11ea-9a99-9a4deb704083.png)
   欢迎给我留言交流!

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


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] pissang commented on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示
URL: https://github.com/apache/incubator-echarts/issues/12274#issuecomment-599304888
 
 
   无法复现你的问题,请先排除下自己代码中的逻辑问题

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] VS1r closed issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示

Posted by GitBox <gi...@apache.org>.
VS1r closed issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示
URL: https://github.com/apache/incubator-echarts/issues/12274
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] pissang edited a comment on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示

Posted by GitBox <gi...@apache.org>.
pissang edited a comment on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示
URL: https://github.com/apache/incubator-echarts/issues/12274#issuecomment-599304888
 
 
   无法复现你的问题,请先排除下代码中的逻辑问题,并在 https://jsfiddle.net/ 建一个可以最小复现的  case 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [incubator-echarts] VS1r commented on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示

Posted by GitBox <gi...@apache.org>.
VS1r commented on issue #12274: echarts4.6 dataZoom在谷歌浏览器中无法显示
URL: https://github.com/apache/incubator-echarts/issues/12274#issuecomment-599307232
 
 
   问题解决,谷歌浏览器升级到最新稳定版😂

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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