var FR0010908723_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": [[2008,2260000],[2009,2813000],[2010,3208000],[2011,4649000],[2012,4741000],[2013,5408000],[2014,6036000],[2015,3840000],[2016,2720000],[2017,2530000],[2018,6922000],[2019,8280000],[2020,8980000],[2021,11324000],[2022,13167000],[2023,12830000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-2646000],[2009,-2837000],[2010,-2807000],[2011,-2402000],[2012,-2368000],[2013,-2893000],[2014,-1701000],[2015,-2310000],[2016,-1780000],[2017,-1930000],[2018,-1179000],[2019,-363000],[2020,-254000],[2021,-43000],[2022,-139000],[2023,null]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-3026000],[2009,-2734000],[2010,-2896000],[2011,-2040000],[2012,-1726000],[2013,-2546000],[2014,-1044000],[2015,-1534000],[2016,-1651000],[2017,-862000],[2018,-1140000],[2019,-285000],[2020,-375000],[2021,15000],[2022,-4000],[2023,null]], "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: 'FR0010908723_resus_an', data: FR0010908723_resus_an, height: "350", width: "100%" });