var FR0010291245_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,37732000],[2009,26120000],[2010,56763000],[2011,138638000],[2012,115842000],[2013,135184000],[2014,111944000],[2015,62602000],[2016,44598000],[2017,3920000],[2018,36790000],[2019,87653000],[2020,77274000],[2021,78122000],[2022,57155000],[2023,55732000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-10205000],[2009,-11859000],[2010,-9160000],[2011,-22390000],[2012,-35382000],[2013,-24275000],[2014,-1865000],[2015,-38634000],[2016,1887000],[2017,7710000],[2018,1075000],[2019,2688000],[2020,9591000],[2021,7090000],[2022,-10779000],[2023,-7519000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-10361000],[2009,-11005000],[2010,-10023000],[2011,-21082000],[2012,-35579000],[2013,-24095000],[2014,-4484000],[2015,-39811000],[2016,11022000],[2017,-898000],[2018,2988000],[2019,24337000],[2020,-8475000],[2021,3248000],[2022,-16497000],[2023,-12924000]], "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: 'FR0010291245_resus_an', data: FR0010291245_resus_an, height: "350", width: "100%" });