xiaobai1035 opened a new issue #12085: 折线图中的markline在安卓手机中不显示
URL: https://github.com/apache/incubator-echarts/issues/12085
 
 
   在苹果手机中显示正常,安卓手机中不显示
   配置如下
              series : [
                                {
                                        type:'line',
                                        smooth: true,
                                        symbol: 'circle',
                                        symbolSize: 6,
                                        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'
                                                        }])
                                                }
                                        },
                                        data: data,
                                        markLine: {
                                                silent: true,
                                                symbol: 'none',
                                                lineStyle: {
                                                        color: 'green'
                                                },
                                                label: {
                                                        show: false
                                                },
                                                data: [
                                                        {
                                                                yAxis: 35
                                                        }, {
                                                                yAxis: 37
                                                        }
                                                ]
                                        }
                                }
                        ]
   请问这种情况怎么处理

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

Reply via email to