var FR0013451333_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": [[2016,1695800000],[2017,1762000000],[2018,1802600000],[2019,1955600000],[2020,1919600000],[2021,2255700000],[2022,2461100000],[2023,2621400000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2016,242900000],[2017,258000000],[2018,256700000],[2019,188700000],[2020,292700000],[2021,391800000],[2022,448800000],[2023,521100000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2016,176000000],[2017,180700000],[2018,170400000],[2019,133000000],[2020,213700000],[2021,294200000],[2022,307900000],[2023,425100000]], "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: 'FR0013451333_resus_an', data: FR0013451333_resus_an, height: "350", width: "100%" });