var FR0014004L86_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,null],[2017,15605.381165919],[2018,13.821034028824],[2019,10.803059065891],[2020,4.4825434955838],[2021,7.5221388543535],[2022,8.5094985320686],[2023,7.2733595829749]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2016,null],[2017,31793.452914798],[2018,11.18805427156],[2019,9.6695310134187],[2020,5.5131371740654],[2021,8.354616911464],[2022,10.305520239381],[2023,14.431086990319]], "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: 'FR0014004L86_marges_an', data: FR0014004L86_marges_an, height: "350", width: "100%" });