var FR0000033003_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": [[2008,364887000],[2009,271772000],[2010,302393000],[2011,335814000],[2012,357986000],[2013,349262000],[2014,378691000],[2015,348240000],[2016,362942000],[2017,390000],[2018,153289000],[2019,167087000],[2020,161106000],[2021,125000000],[2022,161500000],[2023,195421000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,34324000],[2009,31419000],[2010,29968000],[2011,31481000],[2012,29042000],[2013,7349000],[2014,4123000],[2015,-13120000],[2016,4388000],[2017,7600000],[2018,8112000],[2019,15135000],[2020,23188000],[2021,28712000],[2022,31085000],[2023,28300000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,16840000],[2009,14193000],[2010,13275000],[2011,13434000],[2012,9146000],[2013,-15303000],[2014,-12896000],[2015,-23955000],[2016,-11583000],[2017,-18040000],[2018,-4158000],[2019,-2698000],[2020,5862000],[2021,12552000],[2022,7467000],[2023,3600000]], "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: 'FR0000033003_resus_an', data: FR0000033003_resus_an, height: "350", width: "100%" });