var FR0000065278_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": [[2011,154995000],[2012,158583000],[2013,151773000],[2014,141069000],[2015,150222000],[2016,153515000],[2017,140000],[2018,145629000],[2019,197920000],[2020,121941000],[2021,153679000],[2022,246809000],[2023,271373000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2011,6153000],[2012,5604000],[2013,1808000],[2014,3617000],[2015,1215000],[2016,2198000],[2017,2930000],[2018,3121000],[2019,3838000],[2020,-7734000],[2021,8783000],[2022,9359000],[2023,9927000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2011,3307000],[2012,2576000],[2013,217000],[2014,1755000],[2015,631000],[2016,950000],[2017,2641000],[2018,2918000],[2019,1562000],[2020,-8686000],[2021,3995000],[2022,5578000],[2023,4568000]], "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: 'FR0000065278_resus_an', data: FR0000065278_resus_an, height: "350", width: "100%" });