var NL00150001Q9_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": [[2016,null],[2017,110934000000],[2018,110412000000],[2019,108187000000],[2020,86676000000],[2021,149419000000],[2022,179592000000],[2023,189544000000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2016,null],[2017,7144000000],[2018,5164000000],[2019,4817000000],[2020,2165000000],[2021,15126000000],[2022,20276000000],[2023,22376000000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2016,null],[2017,3491000000],[2018,3608000000],[2019,6622000000],[2020,29000000],[2021,14200000000],[2022,16799000000],[2023,18625000000]], "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: 'NL00150001Q9_resus_an', data: NL00150001Q9_resus_an, height: "350", width: "100%" });