var FR0004050300_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,226900000],[2009,290400000],[2010,260400000],[2011,255400000],[2012,242200000],[2013,251000000],[2014,264300000],[2015,282300000],[2016,304700000],[2017,321800000],[2018,323800000],[2019,303900000],[2020,296200000],[2021,336300000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-11600000],[2009,-21100000],[2010,5500000],[2011,9800000],[2012,11200000],[2013,9200000],[2014,11800000],[2015,16600000],[2016,20300000],[2017,19300000],[2018,20100000],[2019,12200000],[2020,11600000],[2021,17800000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,81600000],[2009,-23600000],[2010,-1000000],[2011,2700000],[2012,4800000],[2013,3800000],[2014,5300000],[2015,8800000],[2016,11700000],[2017,8600000],[2018,10600000],[2019,2400000],[2020,3400000],[2021,10200000]], "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: 'FR0004050300_resus_an', data: FR0004050300_resus_an, height: "350", width: "100%" });