var FR0010208488_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": [[2011,90673000000],[2012,97038000000],[2013,89300000000],[2014,74686000000],[2015,69883000000],[2016,66639000000],[2017,530000],[2018,56967000000],[2019,60058000000],[2020,55751000000],[2021,57866000000],[2022,93865000000],[2023,82565000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,9684000000],[2012,7133000000],[2013,-6695000000],[2014,6133000000],[2015,-3242000000],[2016,2452000000],[2017,5273000000],[2018,2645000000],[2019,3676000000],[2020,1501000000],[2021,5922000000],[2022,1127000000],[2023,6098000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,4003000000],[2012,1551000000],[2013,-9289000000],[2014,2440000000],[2015,-4617000000],[2016,-415000000],[2017,1320000000],[2018,1033000000],[2019,984000000],[2020,-1536000000],[2021,3661000000],[2022,216000000],[2023,2208000000]], "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: 'FR0010208488_resus_an', data: FR0010208488_resus_an, height: "350", width: "100%" });