var FR0010820274_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": [[2010,null],[2011,null],[2012,null],[2013,19329000],[2014,47687000],[2015,60195000],[2016,174101000],[2017,350000],[2018,177517000],[2019,294351000],[2020,424655000],[2021,469836000],[2022,505841000],[2023,549300000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,-1175000],[2014,-2819000],[2015,105000],[2016,1140000],[2017,3900000],[2018,7947000],[2019,25464000],[2020,37409000],[2021,62800000],[2022,61897000],[2023,58100000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,null],[2013,-2626000],[2014,-5078000],[2015,3600000],[2016,100000],[2017,1753000],[2018,6859000],[2019,25364000],[2020,9100000],[2021,42200000],[2022,42989000],[2023,26900000]], "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: 'FR0010820274_resus_an', data: FR0010820274_resus_an, height: "350", width: "100%" });