var FR0010342329_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,7825000],[2009,11762000],[2010,3195000],[2011,2252000],[2012,4315000],[2013,12306000],[2014,19415000],[2015,6505000],[2016,6037000],[2017,3015000],[2018,3551000],[2019,7308000],[2020,43360000],[2021,63080000],[2022,66970000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-3094000],[2009,2051000],[2010,-5088000],[2011,-4812000],[2012,-11103000],[2013,-1140000],[2014,-6768000],[2015,-11211000],[2016,-13218000],[2017,-11770000],[2018,-26220000],[2019,-5357000],[2020,2870000],[2021,-7070000],[2022,-29710000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-1208000],[2009,3417000],[2010,-4946000],[2011,-7065000],[2012,-16337000],[2013,2500000],[2014,7681000],[2015,-10260000],[2016,-18904000],[2017,-16872000],[2018,-14030000],[2019,-2891000],[2020,1280000],[2021,-7310000],[2022,-29720000]], "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: 'FR0010342329_resus_an', data: FR0010342329_resus_an, height: "350", width: "100%" });