var FR0000060535_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,37175000],[2010,41283000],[2011,46099000],[2012,52914000],[2013,63068000],[2014,65351000],[2015,4260000],[2016,3960000],[2017,5820000],[2018,77266000],[2019,82287000],[2020,79948000],[2021,80401000],[2022,84650000],[2023,86959000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2009,17843000],[2010,19067000],[2011,21452000],[2012,23937000],[2013,27570000],[2014,26247000],[2015,27700000],[2016,26200000],[2017,32400000],[2018,35664000],[2019,33712000],[2020,33340000],[2021,35118000],[2022,36666000],[2023,38813000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2009,21428000],[2010,11449000],[2011,13052000],[2012,14595000],[2013,15149000],[2014,17362000],[2015,21700000],[2016,23950000],[2017,21003000],[2018,26210000],[2019,30023000],[2020,24510000],[2021,29879000],[2022,35227000],[2023,32082000]], "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: 'FR0000060535_resus_an', data: FR0000060535_resus_an, height: "350", width: "100%" });