var FR0000065971_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,46416000],[2010,55587000],[2011,64121000],[2012,68493000],[2013,82935000],[2014,90492000],[2015,250000],[2016,290000],[2017,78124000],[2018,76886000],[2019,83105000],[2020,86837000],[2021,122298000],[2022,132243000],[2023,133036000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,1684000],[2010,4013000],[2011,5853000],[2012,3741000],[2013,7587000],[2014,7349000],[2015,9020000],[2016,9790000],[2017,6769000],[2018,8805000],[2019,11339000],[2020,6630000],[2021,12968000],[2022,6336000],[2023,2231000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,1307000],[2010,2761000],[2011,3733000],[2012,1796000],[2013,4634000],[2014,4775000],[2015,4260000],[2016,2819000],[2017,3307000],[2018,5390000],[2019,9177000],[2020,4218000],[2021,9382000],[2022,5187000],[2023,661000]], "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: 'FR0000065971_resus_an', data: FR0000065971_resus_an, height: "350", width: "100%" });