var FR0011981968_resus_an = { "type": "bar", "plot":{ "tooltip" : { "short": true, "decimals": 1, }, }, "title":{ "text": "Compte de résultats", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Chiffre d'affaires", "values": [[2010,null],[2011,1015700000],[2012,1107200000],[2013,1135100000],[2014,1149300000],[2015,1227000000],[2016,1309200000],[2017,3390000],[2018,1720200000],[2019,2381600000],[2020,2747800000],[2021,3689000000],[2022,4364100000],[2023,4610400000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,156400000],[2012,149700000],[2013,169900000],[2014,150600000],[2015,148100000],[2016,210000000],[2017,253000000],[2018,205900000],[2019,294300000],[2020,244900000],[2021,304200000],[2022,335000000],[2023,-870000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,93500000],[2012,93900000],[2013,118500000],[2014,100400000],[2015,103400000],[2016,144200000],[2017,105500000],[2018,100500000],[2019,311200000],[2020,163700000],[2021,-751400000],[2022,299200000],[2023,-817300000]], "background-color": "rgb(27, 139, 61)", }, ], "plotarea" : { "margin-right":"20", "margin-left":"50", "margin-bottom":"50", "margin-top":"70", "background-color-1": "white", "background-color-2": "rgb(210,210,210)", }, "legend": { "layout":"1x3", "y": 30, "x": 0, "item": { "font-size": "11px" } }, "scale-y" : { "short": true, "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" }, }, "scale-x" : { "item": { "font-size": "12px" }, } } zingchart.render({ id: 'FR0011981968_resus_an', data: FR0011981968_resus_an, height: "350", width: "100%" });