var FR0011464452_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": [[2011,3004000],[2012,3877000],[2013,4615000],[2014,4436000],[2015,6346000],[2016,3050000],[2017,2290000],[2018,7575000],[2019,6829000],[2020,4851000],[2021,4405000],[2022,5600000],[2023,4313000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,-2611000],[2012,-3189000],[2013,-3153000],[2014,-4479000],[2015,-3974000],[2016,-3630000],[2017,-2550000],[2018,-1110000],[2019,-431000],[2020,-1836000],[2021,-1349000],[2022,-1662000],[2023,-3920000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,-2567000],[2012,-3266000],[2013,-3515000],[2014,-4539000],[2015,-3878000],[2016,-4178000],[2017,-4125000],[2018,-2334000],[2019,-686000],[2020,-2716000],[2021,-1725000],[2022,-2393000],[2023,null]], "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: 'FR0011464452_resus_an', data: FR0011464452_resus_an, height: "350", width: "100%" });