var FR0013030152_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,null],[2013,null],[2014,null],[2015,null],[2016,3676000],[2017,29000000],[2018,6651000],[2019,7914000],[2020,7855000],[2021,10236000],[2022,26220000],[2023,39227000],[2024,31446000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,-971000],[2014,-2126000],[2015,-5668000],[2016,-2884000],[2017,-3450000],[2018,-2780000],[2019,1397000],[2020,-143000],[2021,1418000],[2022,14255000],[2023,16133000],[2024,15888000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,null],[2013,-969000],[2014,-2587000],[2015,-4165000],[2016,-2325000],[2017,-2325000],[2018,-1272000],[2019,841000],[2020,108000],[2021,274000],[2022,7199000],[2023,11973000],[2024,9721000]], "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: 'FR0013030152_resus_an', data: FR0013030152_resus_an, height: "350", width: "100%" });