var FR0000038465_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": [[2008,50411000],[2009,56031000],[2010,54176000],[2011,54485000],[2012,51108000],[2013,52078000],[2014,47145000],[2015,47453000],[2016,510000],[2017,600000],[2018,34064000],[2019,36779000],[2020,36341000],[2021,40156000],[2022,41668000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2008,3959000],[2009,11081000],[2010,9355000],[2011,8380000],[2012,7158000],[2013,5423000],[2014,2270000],[2015,2701000],[2016,2920000],[2017,2160000],[2018,862000],[2019,2677000],[2020,3294000],[2021,2801000],[2022,7676000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2008,2068000],[2009,6743000],[2010,5850000],[2011,5225000],[2012,4334000],[2013,3786000],[2014,725000],[2015,1742000],[2016,1572000],[2017,1310000],[2018,582000],[2019,1739000],[2020,2220000],[2021,769000],[2022,3517000]], "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: 'FR0000038465_resus_an', data: FR0000038465_resus_an, height: "350", width: "100%" });