var FR00140006O9_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": [[2016,-1286134000],[2017,-505836000],[2018,-678673000],[2019,-638886000],[2020,-276104000],[2021,-239982000],[2022,-230559000]], "background-color": "rgb(0, 144, 0)" }, { "legend-text": "Dette financière", "values":[[2016,1187837000],[2017,419144000],[2018,409250000],[2019,567660000],[2020,330985000],[2021,313086000],[2022,288869000]], "background-color": "rgb(208, 0, 0)" }, { "legend-text": "Provisions", "values":[[2016,109141000],[2017,156924000],[2018,133707000],[2019,104985000],[2020,99141000],[2021,78063000],[2022,54567000]], "background-color": "rgb(0, 0, 0)" }, { "legend-text": "Dette fournisseurs", "values":[[2016,98889000],[2017,432117000],[2018,472877000],[2019,267608000],[2020,168371000],[2021,151617000],[2022,139025000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Autres passifs", "values":[[2016,659606000],[2017,221859000],[2018,333920000],[2019,215500000],[2020,0],[2021,0],[2022,null]], "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: 'FR00140006O9_passif', data: FR00140006O9_passif, height: "350", width: "100%" });