var FR0004050300_passif = { "type": "bar", "plot":{ "stacked":true, "stack-type":"normal", "bar-width":"50%", "tooltip" : { "short": true, "decimals": 0, }, }, "title":{ "text": "Passif du bilan", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Capitaux propres", "values": [[2008,116700000],[2009,89000000],[2010,87600000],[2011,88800000],[2012,93200000],[2013,93900000],[2014,99100000],[2015,106600000],[2016,113800000],[2017,115500000],[2018,116300000],[2019,112800000],[2020,116400000],[2021,126300000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2008,75300000],[2009,48700000],[2010,32900000],[2011,20700000],[2012,19200000],[2013,21400000],[2014,14300000],[2015,10300000],[2016,20000000],[2017,14900000],[2018,14800000],[2019,33500000],[2020,26200000],[2021,28200000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2008,null],[2009,null],[2010,null],[2011,6000000],[2012,4200000],[2013,4100000],[2014,4400000],[2015,4800000],[2016,5600000],[2017,8700000],[2018,11000000],[2019,11200000],[2020,13600000],[2021,14100000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2008,null],[2009,null],[2010,null],[2011,12200000],[2012,10100000],[2013,11400000],[2014,12000000],[2015,15300000],[2016,16200000],[2017,18600000],[2018,17400000],[2019,15300000],[2020,17600000],[2021,23500000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2008,null],[2009,null],[2010,null],[2011,63400000],[2012,59300000],[2013,59700000],[2014,64200000],[2015,70500000],[2016,82600000],[2017,87000000],[2018,79700000],[2019,75500000],[2020,82000000],[2021,83800000]], "background-color": "rgb(192, 96, 0)" }, ], "plotarea" : { "margin-right":"5", "margin-left":"180", "margin-bottom":"50", "margin-top":"40", "background-color-1": "white", "background-color-2": "rgb(210,210,210)", }, "legend": { "layout":"5x1", "x" : "0", "y": "35", "item": { "font-size": "11px" } }, "scale-y" : { "short": true, "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" }, }, "scale-x" : { "item": { "font-size": "12px" }, } } zingchart.render({ id: 'FR0004050300_passif', data: FR0004050300_passif, height: "350", width: "100%" });