var FR0013326246_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,147.10462538029],[2015,164.18317832592],[2016,202.81873128848],[2017,159.46880316084],[2018,78.863112196446],[2019,32.337855724686],[2020,-366.57005849186],[2021,-25.400894512927],[2022,24.425222964191],[2023,-41.725162568365]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2014,86.13932862373],[2015,117.97412050142],[2016,136.07863074055],[2017,133.86928606706],[2018,46.628679962013],[2019,45.636168100596],[2020,-380.07061179322],[2021,-53.021708301516],[2022,7.9863756554475],[2023,-70.156324017054]], "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: 'FR0013326246_marges_an', data: FR0013326246_marges_an, height: "350", width: "100%" });