var FR0004155000_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,12680000],[2011,101347000],[2012,11766000],[2013,8750000],[2014,8750000],[2015,508882000],[2016,513392000],[2017,560000],[2018,549805000],[2019,562450000],[2020,498810000],[2021,568970000],[2022,629080000],[2023,688830000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,-1652000],[2012,-653000],[2013,718000],[2014,718000],[2015,14866000],[2016,31365000],[2017,32900000],[2018,26559000],[2019,12019000],[2020,27040000],[2021,44580000],[2022,36010000],[2023,8855000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,-3843000],[2012,-647000],[2013,562000],[2014,562000],[2015,6780000],[2016,16833000],[2017,25038000],[2018,13657000],[2019,3734000],[2020,17622000],[2021,32165000],[2022,21990000],[2023,1178000]], "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: 'FR0004155000_resus_an', data: FR0004155000_resus_an, height: "350", width: "100%" });