var FR0000031023_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,521089000],[2009,541313000],[2010,577147000],[2011,562094000],[2012,707338000],[2013,838349000],[2014,810000],[2015,750000],[2016,860000],[2017,716750000],[2018,720935000],[2019,766737000],[2020,741304000],[2021,870836000],[2022,1292811000],[2023,1674248000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,73109000],[2009,79176000],[2010,84698000],[2011,91540000],[2012,88840000],[2013,115906000],[2014,95600000],[2015,86400000],[2016,112000000],[2017,101520000],[2018,86964000],[2019,85565000],[2020,66154000],[2021,82749000],[2022,71714000],[2023,117775000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,50358000],[2009,58524000],[2010,56682000],[2011,60148000],[2012,58189000],[2013,70781000],[2014,60110000],[2015,55225000],[2016,73225000],[2017,64690000],[2018,53016000],[2019,53044000],[2020,35469000],[2021,58888000],[2022,54951000],[2023,93364000]], "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: 'FR0000031023_resus_an', data: FR0000031023_resus_an, height: "350", width: "100%" });