var FR0014000MR3_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,null],[2017,3010000],[2018,3781148000],[2019,4562800000],[2020,5438800000],[2021,6717700000],[2022,6712100000],[2023,6514600000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2016,null],[2017,400000000],[2018,343967000],[2019,366600000],[2020,800300000],[2021,1258200000],[2022,916000000],[2023,529900000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2016,null],[2017,216771000],[2018,223944000],[2019,195300000],[2020,539500000],[2021,782600000],[2022,610200000],[2023,310200000]], "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: 'FR0014000MR3_resus_an', data: FR0014000MR3_resus_an, height: "350", width: "100%" });