var FR0000073728_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,55220000],[2011,63316000],[2012,74298000],[2013,74639000],[2014,80241000],[2015,1890000],[2016,2170000],[2017,2680000],[2018,107789000],[2019,140586000],[2020,116389000],[2021,144525000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,7611000],[2011,8827000],[2012,10953000],[2013,11497000],[2014,14424000],[2015,12800000],[2016,17200000],[2017,20600000],[2018,22900000],[2019,22885000],[2020,14354000],[2021,25035000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,5290000],[2011,6221000],[2012,7493000],[2013,8816000],[2014,10354000],[2015,9636000],[2016,11562000],[2017,16012000],[2018,17389000],[2019,15761000],[2020,10477000],[2021,18939000]], "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: 'FR0000073728_resus_an', data: FR0000073728_resus_an, height: "350", width: "100%" });