var FR0000037640_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,138718000],[2011,147149000],[2012,142557000],[2013,141732000],[2014,157824000],[2015,164725000],[2016,130000],[2017,160000],[2018,78198000],[2019,46040000],[2020,43420000],[2021,66501000],[2022,102999000],[2023,99000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,6384000],[2011,5277000],[2012,-1885000],[2013,-5286000],[2014,6050000],[2015,1020000],[2016,80000],[2017,-6080000],[2018,-35054000],[2019,-2420000],[2020,-10443000],[2021,9749000],[2022,9476000],[2023,null]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,5343000],[2011,4443000],[2012,-3740000],[2013,-5889000],[2014,-912000],[2015,-2492000],[2016,-3871000],[2017,-12440000],[2018,-21294000],[2019,4040000],[2020,-7404000],[2021,5488000],[2022,5834000],[2023,null]], "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: 'FR0000037640_resus_an', data: FR0000037640_resus_an, height: "350", width: "100%" });