var FR0010609206_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": [[2005,51000],[2006,79000],[2007,633000],[2011,1260000],[2012,1054000],[2013,644000],[2014,537000],[2015,557000],[2016,703000],[2017,387000],[2018,2260000],[2019,935000],[2020,2006000],[2021,2264000],[2022,3468000],[2023,1259000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2005,-6000],[2006,1000],[2007,-81000],[2011,-2021000],[2012,-2266000],[2013,-5229000],[2014,-5323000],[2015,-15373000],[2016,-17209000],[2017,-11485000],[2018,-8537000],[2019,-8330000],[2020,-5861000],[2021,-4496000],[2022,-4733000],[2023,-7855000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2005,3000],[2006,43000],[2007,7000],[2011,-1436000],[2012,-1658000],[2013,-3639000],[2014,-4343000],[2015,-22520000],[2016,-17750000],[2017,-13635000],[2018,-10915000],[2019,-10188000],[2020,-7423000],[2021,-4604000],[2022,-6208000],[2023,-10187000]], "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: 'FR0010609206_resus_an', data: FR0010609206_resus_an, height: "350", width: "100%" });