var FR0000039216_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,649631000],[2011,917800000],[2012,1377800000],[2013,1309300000],[2014,1119100000],[2015,280000],[2016,230000],[2017,260000],[2018,2164900000],[2019,2861800000],[2020,2823400000],[2021,2789800000],[2022,2705400000],[2023,2413700000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,37708000],[2011,67500000],[2012,88000000],[2013,-100000],[2014,13100000],[2015,58900000],[2016,53800000],[2017,93400000],[2018,110600000],[2019,127800000],[2020,139100000],[2021,146000000],[2022,100800000],[2023,-383000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,4656000],[2011,37600000],[2012,50900000],[2013,20300000],[2014,80600000],[2015,-5500000],[2016,37300000],[2017,79500000],[2018,14100000],[2019,81000000],[2020,69400000],[2021,72200000],[2022,74400000],[2023,-325600000]], "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: 'FR0000039216_resus_an', data: FR0000039216_resus_an, height: "350", width: "100%" });