var GB00BDCPN049_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,7794525000],[2014,8264000000],[2015,6329000000],[2016,9133000000],[2017,1460000],[2018,11518000000],[2019,12017000000],[2020,10606000000],[2021,13763000000],[2022,17320000000],[2023,18302000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2013,867534000],[2014,967196000],[2015,759000000],[2016,851000000],[2017,1478000000],[2018,1300000000],[2019,1548000000],[2020,813000000],[2021,1516000000],[2022,2086000000],[2023,2339000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2013,633091000],[2014,629294000],[2015,513000000],[2016,549000000],[2017,688000000],[2018,909000000],[2019,1090000000],[2020,498000000],[2021,982000000],[2022,1508000000],[2023,1669000000]], "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: 'GB00BDCPN049_resus_an', data: GB00BDCPN049_resus_an, height: "350", width: "100%" });