var FR00140043Y1_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,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null],[2017,null],[2018,159324000],[2019,199743000],[2020,136597000],[2021,213700000],[2022,149053000],[2023,142917000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null],[2017,null],[2018,-4591000],[2019,-11626000],[2020,5962000],[2021,2778000],[2022,-4661000],[2023,-794000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null],[2017,null],[2018,-2180000],[2019,-8971000],[2020,2167000],[2021,1524000],[2022,-4575000],[2023,-1870000]], "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: 'FR00140043Y1_resus_an', data: FR00140043Y1_resus_an, height: "350", width: "100%" });