echarts去掉makeline线的箭头

            markLine : {
				symbol:'none',//去掉箭头
                itemStyle: {
                    normal: {
						lineStyle: {
							color: '#008ACD',
							type: 'dotted'
						},
						
						label:{
							formatter:''
						}
					}
                },
                data : [<?php echo $shuxianStr;?>]
            },

The End