var FR0013143872_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,15445000],[2015,15191000],[2016,15735000],[2017,1990000],[2018,19049000],[2019,19063000],[2020,14379000],[2021,19131000],[2022,26083000],[2023,23203000]], "background-color": "purple", },{ "legend-text": "Résultat Opérationnel", "values": [[2014,1743000],[2015,1603000],[2016,507000],[2017,-3270000],[2018,-1018000],[2019,1006000],[2020,-1816000],[2021,1803000],[2022,3000],[2023,-675000]], "background-color": "rgb(0, 72, 145)", },{ "legend-text": "Résultat net", "values": [[2014,2175000],[2015,1788000],[2016,71000],[2017,-4104000],[2018,-757000],[2019,663000],[2020,-2821000],[2021,2114000],[2022,753000],[2023,-1538000]], "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: 'FR0013143872_resus_an', data: FR0013143872_resus_an, height: "350", width: "100%" });