var FR0011950682_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": [[2011,155574000],[2012,139388000],[2013,139592000],[2014,142324000],[2015,148398000],[2016,158469000],[2017,730000],[2018,184904000],[2019,189047000],[2020,195301000],[2021,285883000],[2022,338696000],[2023,327600000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,6257000],[2012,3258000],[2013,8959000],[2014,8010000],[2015,8030000],[2016,7082000],[2017,5850000],[2018,2829000],[2019,7634000],[2020,4502000],[2021,18242000],[2022,25109000],[2023,12553000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,1328000],[2012,905000],[2013,3826000],[2014,4356000],[2015,4787000],[2016,4279000],[2017,2780000],[2018,-123000],[2019,4826000],[2020,355000],[2021,10178000],[2022,15524000],[2023,4718000]], "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: 'FR0011950682_resus_an', data: FR0011950682_resus_an, height: "350", width: "100%" });