var FR0000035164_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,659195000],[2010,779254000],[2011,921789000],[2012,831235000],[2013,815358000],[2014,808454000],[2015,969453000],[2016,1040000],[2017,1350000],[2018,730000],[2019,1336227000],[2020,1344476000],[2021,1227151000],[2022,1250909000],[2023,1465089000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,-16395000],[2010,45159000],[2011,66899000],[2012,174000],[2013,1028000],[2014,9142000],[2015,29389000],[2016,33900000],[2017,79700000],[2018,87600000],[2019,77870000],[2020,-86564000],[2021,97026000],[2022,134273000],[2023,206757000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,-10419000],[2010,31427000],[2011,46986000],[2012,-734000],[2013,735000],[2014,9193000],[2015,12804000],[2016,24772000],[2017,59709000],[2018,61322000],[2019,49488000],[2020,-80877000],[2021,73415000],[2022,103137000],[2023,184993000]], "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: 'FR0000035164_resus_an', data: FR0000035164_resus_an, height: "350", width: "100%" });