xiaobai1035 opened a new issue #12087: Android手机上不显示markline,其余图形都能够正常显示,请问怎么回事? URL: https://github.com/apache/incubator-echarts/issues/12087 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? Android基于webview的app,能够正常显示markline What is actually happening? Android基于webview的app,不显示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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
