var FR0010812230_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": [[2009,337000],[2010,468000],[2011,5958000],[2012,7680000],[2013,8879000],[2014,13666000],[2015,15532000],[2016,670000],[2017,850000],[2018,17044000],[2019,15260000],[2020,13880000],[2021,14960000],[2022,16150000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,279000],[2010,40000],[2011,196000],[2012,-1272000],[2013,-461000],[2014,-2000000],[2015,-1131000],[2016,-1110000],[2017,-1260000],[2018,-944000],[2019,-1490000],[2020,-840000],[2021,-119000],[2022,-4330000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,202000],[2010,29000],[2011,-1377000],[2012,-2355000],[2013,-1642000],[2014,-2066000],[2015,-3402000],[2016,-2292000],[2017,-1465000],[2018,-1830000],[2019,-1550000],[2020,-1000000],[2021,-881000],[2022,1720000]], "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: 'FR0010812230_resus_an', data: FR0010812230_resus_an, height: "350", width: "100%" });