var FR0011033083_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": [[2009,13070000],[2010,15589000],[2011,20099000],[2012,23817000],[2013,34303000],[2014,45105000],[2015,52682000],[2016,56631000],[2017,57762000],[2018,340000],[2019,64017000],[2020,66242000],[2021,93683000],[2022,114093000],[2023,100841000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,578000],[2010,576000],[2011,586000],[2012,706000],[2013,864000],[2014,2263000],[2015,4470000],[2016,2778000],[2017,3861000],[2018,5000000],[2019,5395000],[2020,5697000],[2021,16326000],[2022,27587000],[2023,13828000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,109000],[2010,180000],[2011,8000],[2012,-116000],[2013,1059000],[2014,2937000],[2015,2873000],[2016,2513000],[2017,2271000],[2018,3068000],[2019,3191000],[2020,3752000],[2021,10994000],[2022,18604000],[2023,9733000]], "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: 'FR0011033083_resus_an', data: FR0011033083_resus_an, height: "350", width: "100%" });