var FR0000060824_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": [[2009,7950000],[2010,2773000],[2011,3502000],[2012,null],[2013,null],[2014,null],[2015,null],[2016,0],[2017,0],[2018,0],[2019,0],[2020,0],[2021,0],[2022,null],[2023,null]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,-121664000],[2010,-3685000],[2011,-194000],[2012,-187000],[2013,142000],[2014,-33000],[2015,6000],[2016,10000],[2017,-100000],[2018,-74000],[2019,-115000],[2020,-420000],[2021,-672000],[2022,-67000],[2023,-104000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,-12894000],[2010,-3802000],[2011,-756000],[2012,-543000],[2013,1411000],[2014,16000],[2015,-54000],[2016,4000],[2017,-279000],[2018,-205000],[2019,-311000],[2020,-420000],[2021,-710000],[2022,43000],[2023,-15000]], "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: 'FR0000060824_resus_an', data: FR0000060824_resus_an, height: "350", width: "100%" });