var FR001400A3Q3_actif = { "type": "bar", "plot":{ "stacked":true, "stack-type":"normal", "bar-width":"50%", "tooltip" : { "short": true, "decimals": 0, }, }, "title":{ "text": "Actif du bilan", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Ecart d'acquisition", "values": [[2018,0],[2019,0],[2020,0],[2021,5605000],[2022,20907000],[2023,23667000]], "background-color": "rgb(176, 0, 0)" }, { "legend-text": "Immobilisations\nincorporelles", "values":[[2018,847000],[2019,1517000],[2020,1776000],[2021,2688000],[2022,16438000],[2023,23269000]], "background-color": "rgb(255, 0, 0)" }, { "legend-text": "Immobilisations\ncorporelles", "values":[[2018,2605000],[2019,3036000],[2020,3511000],[2021,4838000],[2022,3745000],[2023,3755000]], "background-color": "rgb(255, 128, 128)", }, { "legend-text": "Stocks", "values":[[2018,6253000],[2019,7186000],[2020,6403000],[2021,15799000],[2022,13857000],[2023,11357000]], "background-color": "rgb(255, 215, 0)" }, { "legend-text": "Créances clients", "values":[[2018,26055000],[2019,25339000],[2020,25264000],[2021,38820000],[2022,37171000],[2023,37297000]], "background-color": "rgb(0, 144, 144)" }, { "legend-text": "Disponibilités", "values":[[2018,14024000],[2019,14871000],[2020,23682000],[2021,26006000],[2022,27988000],[2023,32747000]], "background-color": "rgb(0, 208, 0)" }, { "legend-text": "Autres actifs", "values":[[2018,9000],[2019,10817000],[2020,10053000],[2021,14738000],[2022,23871000],[2023,18188000]], "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":"7x1", "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: 'FR001400A3Q3_actif', data: FR001400A3Q3_actif, height: "350", width: "100%" });