var FR0010465534_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": [[2010,null],[2011,13354000],[2012,14607000],[2013,19859000],[2014,20326000],[2015,19827000],[2016,19827000],[2017,260000],[2018,890000],[2019,25471000],[2020,26172000],[2021,24749000],[2022,30645000],[2023,40051000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,-1159000],[2012,-445000],[2013,486000],[2014,1375000],[2015,690000],[2016,572000],[2017,-70000],[2018,680000],[2019,894000],[2020,1174000],[2021,337000],[2022,742000],[2023,6116000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,-1382000],[2012,418000],[2013,1187000],[2014,590000],[2015,301000],[2016,267000],[2017,562000],[2018,692000],[2019,699000],[2020,1199000],[2021,277000],[2022,623000],[2023,4567000]], "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: 'FR0010465534_resus_an', data: FR0010465534_resus_an, height: "350", width: "100%" });