var FR0014003TT8_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,14878.048780488],[2018,22.09121757635],[2019,20.230451445921],[2020,15.042001707021],[2021,20.974877060143],[2022,22.997899493407],[2023,20.867358940753]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Marge nette", "values": [[2016,null],[2017,7452.0803443329],[2018,16.374302639903],[2019,15.312826638793],[2020,11.028255693814],[2021,15.917367955392],[2022,16.442200766067],[2023,17.658030043351]], "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: 'FR0014003TT8_marges_an', data: FR0014003TT8_marges_an, height: "350", width: "100%" });