var FR0012872141_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,85188000],[2011,90395000],[2012,84204000],[2013,85468000],[2014,80720000],[2015,1670000],[2016,1970000],[2017,1190000],[2018,164336000],[2019,302300000],[2020,223505000],[2021,245902000],[2022,291233000],[2023,292402000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,11522000],[2011,13135000],[2012,12561000],[2013,12693000],[2014,11761000],[2015,10800000],[2016,10600000],[2017,15200000],[2018,15911000],[2019,17639000],[2020,9050000],[2021,4439000],[2022,-5446000],[2023,11686000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,7301000],[2011,10933000],[2012,7755000],[2013,7172000],[2014,8483000],[2015,8884000],[2016,8514000],[2017,9335000],[2018,13723000],[2019,10128000],[2020,2340000],[2021,754000],[2022,-10433000],[2023,3780000]], "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: 'FR0012872141_resus_an', data: FR0012872141_resus_an, height: "350", width: "100%" });