var FR0013451333_marges_an = { "type": "bar", "plot":{ "tooltip" : { "text": "%v%", "decimals": 1, }, }, "title":{ "text": "Marges", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Marge Opérationnelle", "values": [[2016,14.323623068758],[2017,14.642451759364],[2018,14.240541440142],[2019,9.6492125178973],[2020,15.247968326735],[2021,17.369331028062],[2022,18.235748242656],[2023,19.878690775921]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2016,10.378582379998],[2017,10.255391600454],[2018,9.4530123155442],[2019,6.8009817958683],[2020,11.132527609919],[2021,13.042514518775],[2022,12.510665962375],[2023,16.216525520714]], "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":"1x2", "x" : 0, "y" : 33, "item": { "font-size": "11px" } }, "scale-y" : { "format":"%v%", "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" } }, "scale-x" : { "item": { "font-size": "12px" }, } } zingchart.render({ id: 'FR0013451333_marges_an', data: FR0013451333_marges_an, height: "350", width: "100%" });