var FR0004065605_resus_an = { "type": "bar", "plot":{ "tooltip" : { "short": true, "decimals": 1, }, }, "title":{ "text": "Compte de résultats", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "series": [{ "legend-text": "Chiffre d'affaires", "values": [[2015,8232000],[2016,8533000],[2017,8533000],[2018,6439000],[2019,1443000],[2020,2852000],[2021,8186000],[2022,4090000],[2023,9889000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2015,421000],[2016,-3589000],[2017,-3589000],[2018,-7378000],[2019,-15516000],[2020,-19324000],[2021,-15576000],[2022,-23814000],[2023,-24046000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2015,622000],[2016,-3561000],[2017,-3561000],[2018,-9571000],[2019,-19687000],[2020,-23915000],[2021,-18986000],[2022,-24806000],[2023,-32010000]], "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":"1x3", "y": 30, "x": 0, "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: 'FR0004065605_resus_an', data: FR0004065605_resus_an, height: "350", width: "100%" });