var FR0011992700_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,12327000],[2012,17903000],[2013,20599000],[2014,24826000],[2015,28584000],[2016,37462000],[2017,3400000],[2018,56487000],[2019,66325000],[2020,70104000],[2021,78798000],[2022,90553000],[2023,100032000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,-1152000],[2012,907000],[2013,-1072000],[2014,-2342000],[2015,-3028000],[2016,2162000],[2017,4900000],[2018,1323000],[2019,4730000],[2020,1220000],[2021,1105000],[2022,-158000],[2023,-2404000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,-1099000],[2012,379000],[2013,-1594000],[2014,-2001000],[2015,-2465000],[2016,2212000],[2017,3819000],[2018,1706000],[2019,4607000],[2020,-275000],[2021,1137000],[2022,-46000],[2023,-3995000]], "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: 'FR0011992700_resus_an', data: FR0011992700_resus_an, height: "350", width: "100%" });