var FR0010844001_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,17797000],[2011,17801000],[2012,23866000],[2013,24480000],[2014,38528000],[2015,36300000],[2016,1770000],[2017,1500000],[2018,43440000],[2019,51090000],[2020,45820000],[2021,32234000],[2022,31446000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,2211000],[2011,7647000],[2012,11050000],[2013,11098000],[2014,19515000],[2015,18600000],[2016,7970000],[2017,1950000],[2018,2020000],[2019,5740000],[2020,2320000],[2021,35935000],[2022,25276000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,139000],[2011,4413000],[2012,8729000],[2013,5380000],[2014,11088000],[2015,10511000],[2016,7999000],[2017,12960000],[2018,-1520000],[2019,3710000],[2020,13960000],[2021,23733000],[2022,5000]], "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: 'FR0010844001_resus_an', data: FR0010844001_resus_an, height: "350", width: "100%" });