var BE0003880979_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,null],[2011,null],[2012,8280000],[2013,8749000],[2014,9718000],[2015,12491000],[2016,1750000],[2017,1760000],[2018,19635000],[2019,9166000],[2020,12961000],[2021,17689000],[2022,23971000],[2023,25095000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,0],[2014,0],[2015,0],[2016,3510000],[2017,1140000],[2018,263000],[2019,367000],[2020,-399000],[2021,119000],[2022,1225000],[2023,512000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,510000],[2013,1029000],[2014,1910000],[2015,5291000],[2016,3101000],[2017,1174000],[2018,626000],[2019,320000],[2020,66000],[2021,653000],[2022,1640000],[2023,291000]], "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: 'BE0003880979_resus_an', data: BE0003880979_resus_an, height: "350", width: "100%" });