Someone doyouknowhowIputthislegendoutofmychart?
//Createthechart
Highcharts.stockChart('grafico_relatorio',{legend:{enabled:true},scrollbar:false,exporting:{filename:nome_da_exportacao,chartOptions:{legend:{enabled:true},//inputEnabled:falserangeSelector:false,scrollbar:false,navigator:false}},rangeSelector:{selected:5,buttons:[{type:'all',text:'Tudo'},{type:'hour',count:1,text:'1h'},{type:'hour',count:12,text:'12h'},{type:'day',count:1,text:'1d'},{type:'day',count:7,text:'7d'},{type:'month',count:1,text:'1m'}]},credits:{text:'InMetrics',position:{align:'right',x:0,y:5},style:{fontSize:'1em',}},chart:{type:'line',zoomType:'x'},tooltip:{shared:true},series:seriesOptions,yAxis:{//---PrimaryyAxistitle:{text:metrica},labels:{align:'right'},gridLineColor:'#b1b7b0',gridLineWidth:2}});