var FR0013333432_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": [[2014,15.16139074265],[2015,14.069785920225],[2016,1956.7901234568],[2017,13.864514252258],[2018,3392.3076923077],[2019,12.965382988645],[2020,12.998988621997],[2021,15.046454265159],[2022,14.370444463302],[2023,13.915311128324]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2014,9.6576648442516],[2015,9.1652477922314],[2016,1272.5925925926],[2017,9.6622982571777],[2018,2241.6923076923],[2019,8.7770716524417],[2020,9.1479140328698],[2021,10.873381294964],[2022,10.634295010102],[2023,10.035114898012]], "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: 'FR0013333432_marges_an', data: FR0013333432_marges_an, height: "350", width: "100%" });