var FR0013233012_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": [[2013,3064000],[2014,3283000],[2015,4875000],[2016,9446000],[2017,12500000],[2018,39100000],[2019,6998000],[2020,372000],[2021,4194000],[2022,12179000],[2023,17477000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2013,-12467000],[2014,-13467000],[2015,-15510000],[2016,-13019000],[2017,0],[2018,-33300000],[2019,-30311000],[2020,-29719000],[2021,-52114000],[2022,-57110000],[2023,-102709000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2013,-7135000],[2014,-7494000],[2015,-8823000],[2016,-7045000],[2017,-17229000],[2018,-33617000],[2019,-30218000],[2020,-33619000],[2021,-49635000],[2022,-54274000],[2023,-110426000]], "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: 'FR0013233012_resus_an', data: FR0013233012_resus_an, height: "350", width: "100%" });