var FR0013481835_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": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null],[2016,null],[2017,-125.21514629948],[2018,-210.50583657588],[2019,-213.44143792127],[2020,-34.680649241147],[2021,-51.261675728426],[2022,-30.238836967809],[2023,5.7420107981906]],
"background-color": "rgb(0, 72, 145)",
},{
"legend-text": "Marge nette",
"values": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,null],[2015,null],[2016,-141.32771338251],[2017,-125.77930770702],[2018,-226.44769970245],[2019,-234.9614144769],[2020,-27.139544688027],[2021,-62.135786978949],[2022,-36.531671858775],[2023,6.5810593900482]],
"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: 'FR0013481835_marges_an',
data: FR0013481835_marges_an,
height: "350",
width: "100%"
});