var FR0011466069_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": [[2011,10134000],[2012,10201000],[2013,18293000],[2014,12249000],[2015,15155000],[2016,18184000],[2017,2900000],[2018,84222000],[2019,93477000],[2020,92800000],[2021,103567000],[2022,127617000],[2023,129097000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,-3447000],[2012,-4661000],[2013,-1239000],[2014,-3883000],[2015,-4321000],[2016,-2779000],[2017,-5910000],[2018,-2149000],[2019,1986000],[2020,3319000],[2021,3380000],[2022,8787000],[2023,3634000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,-3309000],[2012,-4696000],[2013,-1260000],[2014,-3456000],[2015,-3865000],[2016,-2859000],[2017,-6466000],[2018,-2078000],[2019,1623000],[2020,3173000],[2021,5168000],[2022,12022000],[2023,3628000]], "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: 'FR0011466069_resus_an', data: FR0011466069_resus_an, height: "350", width: "100%" });