var FR0012613610_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,null],[2014,2349000],[2015,17807000],[2016,25210000],[2017,6950000],[2018,60895000],[2019,71284000],[2020,57206000],[2021,70645000],[2022,80663000],[2023,74565000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,-137000],[2015,-5086000],[2016,-8867000],[2017,-5500000],[2018,-5016000],[2019,-3780000],[2020,-14757000],[2021,1703000],[2022,4920000],[2023,-12592000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,null],[2013,null],[2014,-271000],[2015,-6021000],[2016,-8271000],[2017,-7612000],[2018,-5454000],[2019,-4198000],[2020,-13946000],[2021,626000],[2022,1490000],[2023,-14009000]], "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: 'FR0012613610_resus_an', data: FR0012613610_resus_an, height: "350", width: "100%" });