var FR0010341032_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": [[2008,13075000],[2009,17172000],[2010,22005000],[2011,25601000],[2012,25418000],[2013,28904000],[2014,28173000],[2015,5910000],[2016,7040000],[2017,6570000],[2018,38439000],[2019,43872000],[2020,46728000],[2021,51905000],[2022,58477000],[2023,67514000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,6136000],[2009,8111000],[2010,10049000],[2011,26610000],[2012,24635000],[2013,17203000],[2014,15910000],[2015,18400000],[2016,16800000],[2017,21300000],[2018,32319000],[2019,48504000],[2020,46332000],[2021,62896000],[2022,67996000],[2023,37764000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,3762000],[2009,22000],[2010,3217000],[2011,18515000],[2012,15666000],[2013,7658000],[2014,5432000],[2015,8069000],[2016,10015000],[2017,26496000],[2018,27013000],[2019,41443000],[2020,38891000],[2021,54499000],[2022,58077000],[2023,21539000]], "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: 'FR0010341032_resus_an', data: FR0010341032_resus_an, height: "350", width: "100%" });