var FR0011995588_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": [[2010,5703000],[2011,11081000],[2012,13481000],[2013,18587000],[2014,27592000],[2015,58482000],[2016,126966000],[2017,2760000],[2018,180660000],[2019,175469000],[2020,206785000],[2021,358668000],[2022,465935000],[2023,495179000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-117000],[2011,-26884000],[2012,-8412000],[2013,-2477000],[2014,5962000],[2015,22298000],[2016,34181000],[2017,45700000],[2018,47234000],[2019,35636000],[2020,43746000],[2021,61882000],[2022,55660000],[2023,119277000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-768000],[2011,-29539000],[2012,-13520000],[2013,-5466000],[2014,4495000],[2015,3888000],[2016,1635000],[2017,566000],[2018,8525000],[2019,4623000],[2020,7924000],[2021,-1323000],[2022,-7174000],[2023,29632000]], "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: 'FR0011995588_resus_an', data: FR0011995588_resus_an, height: "350", width: "100%" });