var FR0011053636_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,8760000],[2011,19144000],[2012,23536000],[2013,23894000],[2014,27967000],[2015,16001000],[2016,6551000],[2017,3070000],[2018,2252000],[2019,2283000],[2020,8049000],[2021,15817000],[2022,21288000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,362000],[2011,1586000],[2012,2581000],[2013,346000],[2014,-2773000],[2015,-2795000],[2016,-895000],[2017,-2153000],[2018,-522000],[2019,269000],[2020,377000],[2021,-1324000],[2022,-9515000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,48000],[2011,44000],[2012,284000],[2013,-1619000],[2014,-6733000],[2015,-7703000],[2016,-8282000],[2017,-5260000],[2018,-1647000],[2019,213000],[2020,724000],[2021,-516000],[2022,-5021000]], "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: 'FR0011053636_resus_an', data: FR0011053636_resus_an, height: "350", width: "100%" });