setTimeout(function(){ var a =FR.Chart.WebUtils.getChart("G3").getChartWithIndex(0); //获取图表对象 var mun =a.components.legend.items.length; var ser=a.components.legend.items[mun-1]; ser.graphic.path.style({ 'stroke':'#f1b3ae','stroke-width':'1'}); },1000) |