var FR0011179886_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,1023000],[2011,2544000],[2012,4102000],[2013,4153000],[2014,2410000],[2015,2892000],[2016,1370000],[2017,2040000],[2018,3060000],[2019,3320000],[2020,3441000],[2021,4186000],[2022,3790000],[2023,3305000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-2063000],[2011,-2045000],[2012,-1252000],[2013,-2595000],[2014,-5320000],[2015,-2194000],[2016,-2470000],[2017,-2400000],[2018,-1680000],[2019,-790000],[2020,-626000],[2021,-1168000],[2022,-3382000],[2023,-3519000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-1597000],[2011,-1620000],[2012,-554000],[2013,-1838000],[2014,-5473000],[2015,-2752000],[2016,-1766000],[2017,-2100000],[2018,-1510000],[2019,-910000],[2020,-704000],[2021,-1203000],[2022,-3420000],[2023,-3999000]], "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: 'FR0011179886_resus_an', data: FR0011179886_resus_an, height: "350", width: "100%" });