var FR0013280286_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": [[2012,1569800000],[2013,1587900000],[2014,1698400000],[2015,1964600000],[2016,2103200000],[2017,3860000],[2018,2421300000],[2019,2674800000],[2020,3118200000],[2021,3376200000],[2022,3589100000],[2023,3674700000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2012,235000000],[2013,257500000],[2014,203600000],[2015,194900000],[2016,282500000],[2017,335000000],[2018,343700000],[2019,370700000],[2020,552200000],[2021,813500000],[2022,613000000],[2023,569000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2012,134400000],[2013,164300000],[2014,134900000],[2015,110500000],[2016,179100000],[2017,238100000],[2018,256600000],[2019,272800000],[2020,404300000],[2021,601100000],[2022,452400000],[2023,357600000]], "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: 'FR0013280286_resus_an', data: FR0013280286_resus_an, height: "350", width: "100%" });