var FR0010193979_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,20300000],[2009,59885000],[2010,71681000],[2011,119220000],[2012,109548000],[2013,80839000],[2014,60696000],[2015,68524000],[2016,64956000],[2017,1610000],[2018,85033000],[2019,110749000],[2020,103616000],[2021,85722000],[2022,82094000],[2023,84900000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,20516000],[2009,27849000],[2010,26187000],[2011,26866000],[2012,27100000],[2013,21128000],[2014,12710000],[2015,15143000],[2016,18038000],[2017,13700000],[2018,18347000],[2019,18492000],[2020,24700000],[2021,24375000],[2022,23854000],[2023,23700000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,13841000],[2009,15175000],[2010,17189000],[2011,16582000],[2012,16184000],[2013,17692000],[2014,10397000],[2015,6630000],[2016,13155000],[2017,16748000],[2018,10580000],[2019,12041000],[2020,14240000],[2021,15724000],[2022,15964000],[2023,14100000]], "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: 'FR0010193979_resus_an', data: FR0010193979_resus_an, height: "350", width: "100%" });