var FR0000072597_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": [[2006,4.3247507709962],[2007,5.5896675841626],[2008,4.8639034952057],[2009,-0.6933219906423],[2010,4.6757796139055],[2011,5.3335138244949],[2012,-2.6432322954928],[2013,2.8220018269607],[2014,3.9121030688693],[2015,8.1886703259185],[2016,6.0911773103645],[2017,3.489742985145],[2018,4.6629405726018],[2019,6.6296004155524],[2020,6.4122665906453],[2021,8.2317695921563],[2022,7.26922838165],[2023,7.3294144924374],[2024,null]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Marge nette",
"values": [[2006,4.0378684644625],[2007,5.0868092314207],[2008,2.7644602536344],[2009,-1.4632071458954],[2010,3.2250694893957],[2011,3.2149988155268],[2012,-4.2257389035735],[2013,1.6410022184523],[2014,2.4043133444093],[2015,6.9438243559104],[2016,5.946035976016],[2017,2.3107757604339],[2018,3.0728869624729],[2019,4.9443044306354],[2020,3.7386222484677],[2021,5.0827262204671],[2022,4.7768328263704],[2023,4.6685124316362],[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: 'FR0000072597_marges_an',
data: FR0000072597_marges_an,
height: "350",
width: "100%"
});