var FR0000062150_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,25945000],[2011,26171000],[2012,27352000],[2013,31301000],[2014,31670000],[2015,1660000],[2016,3400000],[2017,3840000],[2018,24920000],[2019,21035000],[2020,22754000],[2021,21530000],[2022,23915000],[2023,29128000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,43190000],[2011,36738000],[2012,34021000],[2013,29345000],[2014,24146000],[2015,16500000],[2016,10400000],[2017,10700000],[2018,75040000],[2019,85669000],[2020,42135000],[2021,87014000],[2022,4781000],[2023,-11859000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,30072000],[2011,25668000],[2012,25156000],[2013,20956000],[2014,11017000],[2015,23187000],[2016,7602000],[2017,18104000],[2018,66720000],[2019,74280000],[2020,31840000],[2021,77395000],[2022,-5173000],[2023,-26009000]], "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: 'FR0000062150_resus_an', data: FR0000062150_resus_an, height: "350", width: "100%" });