var BE0160342011_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,29232000],[2009,22316000],[2010,23333000],[2011,21892000],[2012,22808000],[2013,21114000],[2014,22920000],[2015,420000],[2016,1520000],[2017,3390000],[2018,25170000],[2019,29780000],[2020,22997000],[2021,25234000],[2022,26657000],[2023,21850000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,447000],[2009,733000],[2010,1738000],[2011,1948000],[2012,2759000],[2013,-1498000],[2014,2885000],[2015,4750000],[2016,10300000],[2017,4950000],[2018,414000],[2019,2110000],[2020,-2870000],[2021,2794000],[2022,-2630000],[2023,null]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-924000],[2009,-1567000],[2010,1172000],[2011,-950000],[2012,1996000],[2013,-2276000],[2014,3092000],[2015,3584000],[2016,4657000],[2017,4171000],[2018,73000],[2019,990000],[2020,-3253000],[2021,2057000],[2022,-2983000],[2023,null]], "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: 'BE0160342011_resus_an', data: BE0160342011_resus_an, height: "350", width: "100%" });