var FR0011799907_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,3820000],[2012,2901000],[2013,2887000],[2014,3455000],[2015,2360000],[2016,6020000],[2017,5250000],[2018,1113000],[2019,1770000],[2020,1084000],[2021,994000],[2022,1026000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,-964000],[2012,-1868000],[2013,-1101000],[2014,-2214000],[2015,-4391000],[2016,-8660000],[2017,-8480000],[2018,-6897000],[2019,-4605000],[2020,-5153000],[2021,-4895000],[2022,-6122000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,48000],[2012,-1888000],[2013,-1069000],[2014,-2156000],[2015,-4338000],[2016,-8613000],[2017,-9071000],[2018,-6898000],[2019,-4608000],[2020,-5177000],[2021,-4998000],[2022,-6790000]], "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: 'FR0011799907_resus_an', data: FR0011799907_resus_an, height: "350", width: "100%" });