var FR0011027135_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": [[2009,12131000],[2010,6176000],[2011,7179000],[2012,29508000],[2013,32302000],[2014,32439000],[2015,7060000],[2016,7070000],[2017,6650000],[2018,43257000],[2019,46259000],[2020,45898000],[2021,43939000],[2022,47388000],[2023,50522000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,11345000],[2010,7143000],[2011,9686000],[2012,24975000],[2013,23889000],[2014,20680000],[2015,26900000],[2016,32500000],[2017,37100000],[2018,32155000],[2019,37257000],[2020,27230000],[2021,38528000],[2022,53119000],[2023,39985000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,4496000],[2010,2955000],[2011,12450000],[2012,14278000],[2013,19295000],[2014,9335000],[2015,26624000],[2016,25925000],[2017,29492000],[2018,24188000],[2019,25690000],[2020,17790000],[2021,31517000],[2022,47806000],[2023,29029000]], "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: 'FR0011027135_resus_an', data: FR0011027135_resus_an, height: "350", width: "100%" });