var FR0011716265_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,200000],[2011,650000],[2012,354000],[2013,null],[2014,0],[2015,0],[2016,0],[2017,11700000],[2018,0],[2019,500000],[2020,4840000],[2021,912000],[2022,954000],[2023,12830000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-4431000],[2011,-1855000],[2012,-1414000],[2013,-2616000],[2014,-508000],[2015,-7013000],[2016,-7291000],[2017,-8620000],[2018,-11557000],[2019,-8643000],[2020,-10672000],[2021,-11823000],[2022,-13288000],[2023,-12300000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-4117000],[2011,1545000],[2012,-926000],[2013,-1822000],[2014,-4336000],[2015,-5687000],[2016,-6663000],[2017,-7611000],[2018,-10712000],[2019,-7174000],[2020,-9844000],[2021,-10806000],[2022,-11157000],[2023,-8470000]], "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: 'FR0011716265_resus_an', data: FR0011716265_resus_an, height: "350", width: "100%" });