var BE0003818359_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": [[2003,4520000],[2004,7777000],[2005,11240000],[2006,35152000],[2012,152984000],[2013,159549000],[2014,69368000],[2015,39563000],[2016,129519000],[2017,25800000],[2018,288836000],[2019,834901000],[2020,478053000],[2021,484846000],[2022,241249000],[2023,239724000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2003,-5079000],[2004,-3608000],[2005,-6650000],[2006,-11807000],[2012,-6610000],[2013,-11020000],[2014,-36624000],[2015,-89444000],[2016,-11491000],[2017,-89800000],[2018,-44807000],[2019,368748000],[2020,-178632000],[2021,-165596000],[2022,-131056000],[2023,-88263000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2003,-4876000],[2004,-3589000],[2005,-6541000],[2006,-11335000],[2012,-5721000],[2013,-8079000],[2014,33211000],[2015,-118410000],[2016,54012000],[2017,-115704000],[2018,-29259000],[2019,149845000],[2020,-305436000],[2021,-103231000],[2022,-217991000],[2023,211697000]], "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: 'BE0003818359_resus_an', data: BE0003818359_resus_an, height: "350", width: "100%" });