var FR001400SA10_cours_obj = { graphset : [ { x: 0, y: 0, height: "270", width: "100%", "type": "line", "title":{ "text": "Objectif de cours (consensus)", "font-size": "15px" }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "plot" : { "marker": { "visible" : false } }, "crosshair-x": { "plot-label" : { "decimals": 2, }, "scale-label": { "transform": { "type": "date", "all": "%d/%m/%y", }, }, }, "series": [ { "values": [[1730073600000,2.4],[1730160000000,2.4],[1730246400000,2.4],[1730332800000,2.41],[1730419200000,2.39],[1730678400000,2.34],[1730764800000,2.37],[1730851200000,2.37],[1730937600000,2.35],[1731024000000,2.35],[1731283200000,2.4],[1731369600000,2.35],[1731542400000,2.96],[1731628800000,2.96],[1731888000000,2.85],[1731974400000,2.69],[1732060800000,2.85],[1732147200000,2.83],[1732233600000,2.89],[1732492800000,2.92],[1732579200000,2.88],[1732665600000,2.8],[1732752000000,2.76],[1732838400000,2.69],[1733097600000,2.79],[1733184000000,2.67],[1733270400000,2.67],[1733356800000,2.57],[1733443200000,2.57],[1733702400000,2.55],[1733788800000,2.54],[1733875200000,2.56],[1733961600000,2.58],[1734048000000,2.54],[1734307200000,2.55],[1734393600000,2.5],[1734480000000,2.47],[1734566400000,2.37],[1734652800000,2.34],[1734912000000,2.31],[1734998400000,2.33],[1735257600000,2.35],[1735516800000,2.3],[1735603200000,2.33],[1735776000000,2.39],[1735862400000,2.37],[1736121600000,2.4],[1736208000000,2.33],[1736294400000,2.28],[1736467200000,2.19],[1736812800000,2.09],[1736985600000,2.03],[1737072000000,2.07],[1737331200000,2],[1737417600000,2],[1737504000000,1.97],[1737590400000,1.99],[1737676800000,2],[1737936000000,2.01],[1738022400000,1.99],[1738108800000,2],[1738195200000,2],[1738281600000,1.98],[1738540800000,1.99],[1738627200000,1.99],[1738713600000,1.97],[1738800000000,1.94],[1738886400000,2.22],[1739318400000,2.13],[1739404800000,2.29],[1739491200000,2.3],[1739750400000,2.29],[1739836800000,2.28],[1739923200000,2.23],[1740009600000,2.23],[1740096000000,2.2],[1740355200000,2.22],[1740441600000,2.25],[1740528000000,2.26],[1740614400000,2.22],[1740700800000,2.22],[1740960000000,2.2],[1741046400000,2.22],[1741219200000,2.28],[1741305600000,2.24],[1741564800000,2.24],[1741651200000,2.23]], "line-color": "#3068c1", "text": "Cours", "legend-text": "Cours", }, { "values": [], "line-color": "#25b51b", "text": "Objectif Analystes", "legend-text": "Objectif Analystes", } ], "scale-x": { "transform": { "type": "date", "all": "%M%y", }, "items-overlap": true, "min-value" : 1730073600000, "max-value" : 1741651200000, "max-items": 15, "items-overlap": false, "markers":[{ "type":"line", "range":[1735686000000], "value-range":true, "line-color":"black", "line-width":1, },], "item": { "font-size": "12px" } }, "scale-y": { "format":"%v€", "decimals": 1, "min-value": 1.94, "max-value": 2.96, "step": 0.068, "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" } }, "legend": { "layout":"2x1", "x": "55", "y": "25", "item": { "font-size": "11px" } }, "plotarea" : { "margin-right":"20", "margin-left":"55", "margin-bottom":"30", "margin-top":"70", "background-color-1": "white", "background-color-2": "rgb(210,210,210)", }, "utc": true, "timezone": 0, }, { //----------- %Objectif ---------------------------------------- x: 0, y: "270", height: "180", width: "100%", "type": "line", "crosshair-x": { "plot-label" : { "text":"%t: %v%", }, "scale-label": { "transform": { "type": "date", "all": "%d/%m/%y", }, }, }, noData: { text: 'Aucune Donnée', backgroundColor: '#f2f2f2' }, "plot" : { "marker": { "visible" : false } }, "series": [ { "values": [], "line-color": "#25b51b", "text": "%Objectif", "legend-text": "%Objectif", }, ], "scale-x": { "transform": { "type": "date", "all": "%M%y", }, "items-overlap": true, "min-value" : 1730073600000, "max-value" : 1741651200000, "max-items": 15, "items-overlap": false, "markers":[{ "type":"line", "range":[1735686000000], "value-range":true, "line-color":"black", "line-width":1, },], "item": { "font-size": "12px" } }, "scale-y": { "format":"%v%", "decimals": 1, "min-value": -1, "max-value": 1, "step": 0.13333333333333, "ref-value":0, "ref-line":{ "visible":true, "line-color":"red", "line-width":2, "line-style":"solid" }, "guide": {"line-color": "rgb(127,127,127)",}, "item": { "font-size": "12px" } }, "legend": { "layout":"1x1", "x": "50", "y": "0", "item": { "font-size": "11px" } }, "plotarea" : { "margin-right":"20", "margin-left":"50", "margin-bottom":"50", "margin-top":"15", "background-color-1": "white", "background-color-2": "rgb(210,210,210)", }, "utc": true, "timezone": 0, }] }; zingchart.render({ id: 'FR001400SA10_cours_obj', data: FR001400SA10_cours_obj, height: "450", width: "100%" });