var FR0004030708_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": [[2009,23724000],[2010,30253000],[2011,32664000],[2012,33350000],[2013,31668000],[2014,18949000],[2015,21371000],[2016,20400000],[2017,690000],[2018,24574000],[2019,23576000],[2020,18637000],[2021,20683000],[2022,22723000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,264000],[2010,496000],[2011,-630000],[2012,-636000],[2013,-919000],[2014,428000],[2015,1918000],[2016,1951000],[2017,1530000],[2018,1814000],[2019,334000],[2020,-254000],[2021,1237000],[2022,155000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,848000],[2010,488000],[2011,-340000],[2012,-1462000],[2013,-4142000],[2014,462000],[2015,864000],[2016,1648000],[2017,833000],[2018,1262000],[2019,257000],[2020,-554000],[2021,906000],[2022,-171000]], "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: 'FR0004030708_resus_an', data: FR0004030708_resus_an, height: "350", width: "100%" });