var FR0013470168_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": [[2014,null],[2015,6653000],[2016,2170000],[2017,1470000],[2018,6720000],[2019,7407000],[2020,6012000],[2021,7735000],[2022,8028000],[2023,7447000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2014,null],[2015,-7634000],[2016,-6880000],[2017,-5780000],[2018,-5369000],[2019,-3434000],[2020,-3683000],[2021,-4654000],[2022,-3968000],[2023,-6388000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2014,null],[2015,-8008000],[2016,-7288000],[2017,-6612000],[2018,-5551000],[2019,-3645000],[2020,-3976000],[2021,-3088000],[2022,-3540000],[2023,-6676000]], "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: 'FR0013470168_resus_an', data: FR0013470168_resus_an, height: "350", width: "100%" });