Highcharts.chart('acumulado_piezas', { chart: { zoomType: 'y', margin: [null, 40, null, null] , style: { fontFamily: 'Arial, Helvetica, sans-serif' } }, exporting: { filename: 'Acumulados (piezas)', 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:'Acumulados (piezas)' }, 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: { title: { enabled: false } }, legend: { alignColumns: false, layout: 'vertical', align: 'right', verticalAlign: 'middle' }, tooltip: { /* split: true, */ valueSuffix: '', pointFormat: '{series.name}
Piezas: {point.y:f}' }, legend: { alignColumns: false, verticalAlign: 'bottom',itemStyle:{fontSize:'10px',fontWeight:'bold',textOverflow:'ellipsis'} }, series: [{lineWidth:3, showInLegend:true, name:'SE', color:'#9AFFDB', data:[0,1041,1538,2281,3466,4526,6217,7705,8804,10777,12150,16614,19771,21432]},{lineWidth:3, showInLegend:true, name:'CSP', color:'#862057', data:[0,6135,10444,14280,17510,23568,34838,40668,47953,58841,64532,71471,82263,88685]},{lineWidth:3, showInLegend:true, name:'BXGR', color:'#61abcd', data:[0,5536,9381,12874,15846,21515,33456,39198,45229,57101,63369,72588,83987,89019]},{lineWidth:3, showInLegend:true, name:'JAM', color:'#FF8200', data:[0,2730,4715,6270,7608,10508,16889,19681,23014,28748,31684,37490,45248,47557]}] });