var FR0011208693_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,60564000],[2011,111376000],[2012,161836000],[2013,127973000],[2014,80451000],[2015,84828000],[2016,70000],[2017,310000],[2018,9827000],[2019,10591000],[2020,3137000],[2021,6928000],[2022,8204000],[2023,10080000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2010,575000],[2011,1679000],[2012,2126000],[2013,325000],[2014,644000],[2015,800000],[2016,420000],[2017,-830000],[2018,-136000],[2019,537000],[2020,-307000],[2021,-259000],[2022,-54000],[2023,-432000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2010,445000],[2011,1071000],[2012,709000],[2013,63000],[2014,-69000],[2015,-500000],[2016,170000],[2017,-423000],[2018,-49000],[2019,206000],[2020,-11000],[2021,-163000],[2022,-225000],[2023,-408000]], "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: 'FR0011208693_resus_an', data: FR0011208693_resus_an, height: "350", width: "100%" });