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/01/19 13:14:08 UTC

[GitHub] [incubator-echarts] xiaobai1035 opened a new issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

xiaobai1035 opened a new issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091
 
 
   ### Version
   4.6.0
   
   ### Steps to reproduce
   series : [
   {
       type:'line',
       smooth: true,
       sampling: 'average',
       itemStyle: {
           normal: {
           color: '#388DED'
       }
     },
     areaStyle: {
         normal: {
             color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
                 offset: 0,
                 color: '#388DED'
             }, {
                 offset: 1,
                 color: '#FFFFFF'
           }])
       }
   },
   markLine: {
            silent: true,
            lineStyle: {
                color: 'green'
            },
            symbol: 'none',
            label: {
                  show: false
             },
           data: [
              {
                   yAxis: BODY_RANGE.NORMAL[0]
              }, {
                   yAxis: BODY_RANGE.NORMAL[1]
             }
          ]
       }
   }]
   
   ### What is expected?
   基于webview的安卓手机app能够正常显示markline
   
   ### What is actually happening?
   基于webview的安卓手机app中不显示markline,其余图形都正常显示
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   

----------------------------------------------------------------
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] xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576152457
 
 
   @echarts-bot About my demo,please check this link https://gallery.echartsjs.com/editor.html?c=xeEGnimQk&v=1 .Thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
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] echarts-bot[bot] commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576003414
 
 
   Hi! We've received your issue and please be patient to get responded. 🎉
   The average response time is expected to be within one day for weekdays.
   
   In the meanwhile, please make sure that **you have posted enough image to demo your request**. You may also check out the [API](http://echarts.apache.org/api.html) and [chart option](http://echarts.apache.org/option.html) to get the answer.
   
   If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
   
   If you are interested in the project, you may also subscribe our [mail list](https://echarts.apache.org/en/maillist.html).
   
   Have a nice day! 🍵

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
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] xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576970475
 
 
   > 你好,我这边测试小米8是可以显示的
   
   好的,谢谢,安卓找到问题了,但同样的配置在ios上开发版显示markline,压缩版不显示,不知道是怎么回事

----------------------------------------------------------------
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] echarts-bot[bot] commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576127742
 
 
   @xiaobai1035 Please provide a demo for the issue either with https://jsfiddle.net/ovilia/n6xc4df3/ or https://gallery.echartsjs.com/editor.html.

----------------------------------------------------------------
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] xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
xiaobai1035 commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576991430
 
 
   知道是怎么回事了,原来是app本地有静态资源加载,默认加载的本地的echarts,而不是服务器上的,所以才会显示不出来

----------------------------------------------------------------
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] xiaobai1035 closed issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
xiaobai1035 closed issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091
 
 
   

----------------------------------------------------------------
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] deqingli commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?

Posted by GitBox <gi...@apache.org>.
deqingli commented on issue #12091: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事?
URL: https://github.com/apache/incubator-echarts/issues/12091#issuecomment-576526120
 
 
   你好,我这边测试小米8是可以显示的
   

----------------------------------------------------------------
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