var FR0010193052_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,29577000],[2011,35978000],[2012,35155000],[2013,31887000],[2014,36424000],[2015,470000],[2016,370000],[2017,680000],[2018,1830000],[2019,77410000],[2020,82628000],[2021,101771000],[2022,148575000],[2023,207300000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,-3543000],[2011,873000],[2012,-2148000],[2013,369000],[2014,-908000],[2015,-1710000],[2016,-3460000],[2017,1100000],[2018,3020000],[2019,7770000],[2020,6291000],[2021,13968000],[2022,23879000],[2023,25600000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,-3239000],[2011,168000],[2012,-2513000],[2013,-957000],[2014,-1026000],[2015,-2692000],[2016,-3326000],[2017,1690000],[2018,3457000],[2019,9000000],[2020,5192000],[2021,14132000],[2022,15903000],[2023,19300000]], "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: 'FR0010193052_resus_an', data: FR0010193052_resus_an, height: "350", width: "100%" });