var FR0010131409_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,2041000],[2013,2663000],[2014,3972000],[2015,5295000],[2016,7364000],[2017,6060000],[2018,12640000],[2019,16335000],[2020,20072000],[2021,23169000],[2022,25179000],[2023,30178000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,-1240000],[2013,-287000],[2014,-322000],[2015,-1074000],[2016,-1765000],[2017,-850000],[2018,-3281000],[2019,-6837000],[2020,-7312000],[2021,-2914000],[2022,-7133000],[2023,-9500000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,-1237000],[2013,-335000],[2014,-321000],[2015,-1113000],[2016,-1683000],[2017,-1050000],[2018,-3288000],[2019,-6845000],[2020,-7319000],[2021,-2949000],[2022,-6002000],[2023,-8530000]], "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: 'FR0010131409_resus_an', data: FR0010131409_resus_an, height: "350", width: "100%" });