var FR0007080254_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,22206000],[2011,25908000],[2012,28633000],[2013,27186000],[2014,24488000],[2015,4750000],[2016,3790000],[2017,4600000],[2018,32116000],[2019,31884000],[2020,5164000],[2021,13310000],[2022,38752000],[2023,43267000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-276000],[2011,1297000],[2012,1637000],[2013,641000],[2014,-2051000],[2015,-770000],[2016,-50000],[2017,1330000],[2018,2275000],[2019,960000],[2020,-9755000],[2021,-2280000],[2022,8599000],[2023,9190000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-664000],[2011,1094000],[2012,1008000],[2013,814000],[2014,-1402000],[2015,-1671000],[2016,-147000],[2017,1560000],[2018,3182000],[2019,795000],[2020,-9943000],[2021,606000],[2022,7062000],[2023,8480000]], "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: 'FR0007080254_resus_an', data: FR0007080254_resus_an, height: "350", width: "100%" });