var FR0010528059_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,6060000],[2009,7199000],[2010,10222000],[2011,11460000],[2012,14562000],[2013,10801000],[2014,9270000],[2015,8631000],[2016,9582000],[2017,3190000],[2018,6764000],[2019,10209000],[2020,13957000],[2021,16722000],[2022,17607000],[2023,19499000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-1856000],[2009,467000],[2010,2320000],[2011,2539000],[2012,1897000],[2013,-261000],[2014,-245000],[2015,-651000],[2016,599000],[2017,-2300000],[2018,-999000],[2019,1214000],[2020,4024000],[2021,4910000],[2022,4380000],[2023,5629000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-502000],[2009,924000],[2010,1998000],[2011,1834000],[2012,1337000],[2013,-440000],[2014,242000],[2015,60000],[2016,603000],[2017,-2810000],[2018,-975000],[2019,1141000],[2020,3267000],[2021,4097000],[2022,3399000],[2023,4174000]], "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: 'FR0010528059_resus_an', data: FR0010528059_resus_an, height: "350", width: "100%" });