var FR0004036036_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,null],[2011,null],[2012,130545000],[2013,130545000],[2014,141622000],[2015,163150000],[2016,233020000],[2017,338730000],[2018,359920000],[2019,391530000],[2020,422040000],[2021,417610000],[2022,470060000],[2023,532260000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,null],[2011,null],[2012,15434000],[2013,15434000],[2014,17686000],[2015,20430000],[2016,23100000],[2017,35620000],[2018,46760000],[2019,52430000],[2020,53520000],[2021,43260000],[2022,79340000],[2023,81320000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,null],[2011,null],[2012,10336000],[2013,10336000],[2014,10946000],[2015,12600000],[2016,13360000],[2017,20060000],[2018,26630000],[2019,30770000],[2020,31140000],[2021,25380000],[2022,51030000],[2023,50070000]], "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: 'FR0004036036_resus_an', data: FR0004036036_resus_an, height: "350", width: "100%" });