var FR0000044943_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,10807000],[2009,17914000],[2010,16275000],[2011,12326000],[2012,13112000],[2013,8143000],[2014,7025000],[2015,540000],[2016,530000],[2017,630000],[2018,11243000],[2019,6440000],[2020,8952000],[2021,7880000],[2022,9916000],[2023,16328000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,-943000],[2009,-726000],[2010,-1335000],[2011,-916000],[2012,-53000],[2013,-1636000],[2014,-1945000],[2015,-820000],[2016,50000],[2017,410000],[2018,511000],[2019,101000],[2020,-97000],[2021,-626000],[2022,-185000],[2023,730000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,-865000],[2009,-731000],[2010,-1193000],[2011,852000],[2012,158000],[2013,-2217000],[2014,-1916000],[2015,-1039000],[2016,-104000],[2017,345000],[2018,521000],[2019,21000],[2020,-111000],[2021,-845000],[2022,24000],[2023,631000]], "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: 'FR0000044943_resus_an', data: FR0000044943_resus_an, height: "350", width: "100%" });