var FR0013015583_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,35317000],[2013,39094000],[2014,45530000],[2015,53941000],[2016,61233000],[2017,690000],[2018,73345000],[2019,81404000],[2020,66787000],[2021,67100000],[2022,88627000],[2023,107736000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2012,1276000],[2013,631000],[2014,1675000],[2015,2534000],[2016,3152000],[2017,2930000],[2018,2649000],[2019,3264000],[2020,-1338000],[2021,1882000],[2022,1094000],[2023,4481000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2012,326000],[2013,313000],[2014,458000],[2015,586000],[2016,1608000],[2017,2277000],[2018,1459000],[2019,1608000],[2020,-4066000],[2021,1064000],[2022,1062000],[2023,4187000]], "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: 'FR0013015583_resus_an', data: FR0013015583_resus_an, height: "350", width: "100%" });