Highcharts.chart('containerLineas2', { chart: { zoomType: 'y', margin: [null, 40, null, null] , style: { fontFamily: 'Arial, Helvetica, sans-serif' } }, exporting: { filename: 'InformaciĆ³n de piezas de monitoreo por periodo (tiempo)', buttons: { contextButton: { symbolX: 14.5, symbolY: 14.5, y: 12, x: 7, symbol:'url(img/iconos-INE_img_20.png)' , symbolStrokeWidth: 1, menuItems: null, onclick: function () { this.exportChart(); } ,verticalAlign : 'bottom' } } }, credits: { enabled: false }, title: { style:{color:'#564AAC', fontSize:'16px', fontWeight:'bold'}, text:'InformaciĆ³n de piezas de monitoreo por periodo (tiempo)' }, xAxis: { categories:['01/03/24','10/03/24','17/03/24','24/03/24','31/03/24','07/04/24','14/04/24','21/04/24','28/04/24','05/05/24','12/05/24','19/05/24','26/05/24','29/05/24'], tickmarkPlacement: 'on', title: { enabled: false } }, yAxis: { type: 'datetime', labels: { formatter: function() { return vistaEjeY(this.value) } }, title: { enabled: false } }, legend: { alignColumns: false, layout: 'vertical', align: 'right', verticalAlign: 'middle' }, tooltip: { formatter: function() { return vista(this.x,this.y,this.series.name) } }, legend: { alignColumns: false, verticalAlign: 'bottom',itemStyle:{fontSize:'10px',fontWeight:'bold',textOverflow:'ellipsis'} }, series: [{lineWidth:3, showInLegend:true, name:'SE', color:'#9AFFDB', data:[0,124870,44481,83531,105462,63969,76556,49557,48426,64547,48504,145727,97207,51238]},{lineWidth:3, showInLegend:true, name:'CSP', color:'#862057', data:[0,541265,386838,311866,206694,317713,395637,217648,302022,360670,212482,237182,324346,201597]},{lineWidth:3, showInLegend:true, name:'BXGR', color:'#61abcd', data:[0,482687,315795,285641,202509,278664,427868,193302,221884,377217,236935,301488,347969,143491]},{lineWidth:3, showInLegend:true, name:'JAM', color:'#FF8200', data:[0,196675,137977,99850,62745,119194,190014,76861,99446,150468,89087,166697,206784,61159]}] });