var FR0012882389_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": [[2007,null],[2008,18.356951871658],[2009,17.44404013673],[2010,18.363535078809],[2011,18.326052913542],[2012,18.526149261419],[2013,20.385866833617],[2014,22.264315642458],[2015,24.922230936666],[2016,24.447542860704],[2017,26.451762165497],[2018,26.189385775862],[2019,25.761025168854],[2020,26.860509798898],[2021,26.034733696243],[2022,25.791428237767],[2023,25.118750796222],[2024,null]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Marge nette",
"values": [[2007,null],[2008,11.881016042781],[2009,11.5227698754],[2010,11.707135913316],[2011,12.109535976263],[2012,12.431706554331],[2013,13.954165086811],[2014,14.848987430168],[2015,16.560184002044],[2016,16.020283375266],[2017,17.891570910774],[2018,17.128232758621],[2019,17.912076130896],[2020,17.883135181713],[2021,20.261668108293],[2022,21.663435711783],[2023,21.405627240796],[2024,null]],
"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: 'FR0012882389_marges_an',
data: FR0012882389_marges_an,
height: "350",
width: "100%"
});