var FR0000060121_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,46017000],[2009,47511000],[2010,46845000],[2011,46201000],[2012,48518000],[2013,53962000],[2014,860000],[2015,750000],[2016,910000],[2017,1160000],[2018,74165000],[2019,81527000],[2020,89278000],[2021,95072000],[2022,104505000],[2023,115635000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-440000],[2009,1655000],[2010,1518000],[2011,1645000],[2012,-1209000],[2013,1277000],[2014,1410000],[2015,-440000],[2016,1480000],[2017,-80000],[2018,576000],[2019,4872000],[2020,1491000],[2021,2457000],[2022,624000],[2023,4906000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,5892000],[2009,1608000],[2010,1417000],[2011,1573000],[2012,-12000],[2013,1471000],[2014,1735000],[2015,10634000],[2016,1445000],[2017,3986000],[2018,982000],[2019,3867000],[2020,1243000],[2021,1904000],[2022,597000],[2023,4177000]], "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: 'FR0000060121_resus_an', data: FR0000060121_resus_an, height: "350", width: "100%" });