var FR0012650166_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": [[2012,1262000],[2013,1200000],[2014,762000],[2015,355000],[2016,7088000],[2017,9580000],[2018,15541000],[2019,19684000],[2020,10798000],[2021,27860000],[2022,164220000],[2023,272180000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2012,-6646000],[2013,-2986000],[2014,-200000],[2015,-10654000],[2016,-8472000],[2017,-3020000],[2018,-11898000],[2019,-15088000],[2020,-14654000],[2021,-27922000],[2022,-50364000],[2023,-35401000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2012,-6841000],[2013,-3078000],[2014,-293000],[2015,-10597000],[2016,-8558000],[2017,-9010000],[2018,-8735000],[2019,-14644000],[2020,-14815000],[2021,-27213000],[2022,-38577000],[2023,-42463000]], "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: 'FR0012650166_resus_an', data: FR0012650166_resus_an, height: "350", width: "100%" });