var FR0013233475_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": [[2014,10652000],[2015,12607000],[2016,5501000],[2017,13821000],[2018,6413000],[2019,2885000],[2020,6798000],[2021,-4378000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2014,728000],[2015,1189000],[2016,1240000],[2017,1026000],[2018,832000],[2019,2064000],[2020,1753000],[2021,9902000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2014,39000],[2015,27000],[2016,71000],[2017,106000],[2018,141000],[2019,227000],[2020,408000],[2021,99000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2014,0],[2015,0],[2016,574000],[2017,1339000],[2018,1052000],[2019,5557000],[2020,4957000],[2021,4352000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2014,395000],[2015,781000],[2016,1526000],[2017,1949000],[2018,20356000],[2019,25695000],[2020,14468000],[2021,0]], "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: 'FR0013233475_passif', data: FR0013233475_passif, height: "350", width: "100%" });