var FR001400M1R1_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": [[1704326400000,1.55],[1704412800000,1.19],[1704672000000,1.4],[1704758400000,1.44],[1704844800000,1.49],[1704931200000,2.3],[1705017600000,2.07],[1705276800000,2.16],[1705363200000,2.27],[1705449600000,2.08],[1705536000000,2.25],[1705622400000,2.05],[1705881600000,2.14],[1705968000000,2.06],[1706054400000,2.1],[1706140800000,2.03],[1706227200000,2],[1706486400000,2],[1706572800000,2.29],[1706659200000,2.99],[1706745600000,2.8],[1706832000000,2.58],[1707091200000,2.57],[1707177600000,2.5],[1707264000000,2.47],[1707350400000,2.3],[1707436800000,2.24],[1707868800000,2.18],[1707955200000,2.21],[1708041600000,2.05],[1708300800000,2.2],[1708387200000,2.58],[1708473600000,2.48],[1708560000000,4.4],[1708646400000,3.3],[1708905600000,3.15],[1708992000000,3.19],[1709078400000,3.35],[1709164800000,3.2],[1709251200000,3.48],[1709510400000,3.28],[1709596800000,3.57],[1709683200000,3.37],[1709769600000,3.82],[1709856000000,3.83],[1710115200000,4.04],[1710201600000,4.23],[1710288000000,4.65],[1710374400000,4.8],[1710460800000,4.61],[1710720000000,4.88],[1710806400000,5.17],[1710892800000,5.15],[1710979200000,5.28],[1711065600000,3.86],[1711324800000,4.18],[1711411200000,4.18],[1711497600000,3.86],[1711584000000,3.86],[1712016000000,3.88],[1712102400000,4.09],[1712275200000,3.95],[1712534400000,3.85],[1712620800000,3.8],[1712793600000,4],[1712880000000,3.77],[1713139200000,3.95],[1713225600000,3.94],[1713312000000,3.81],[1713398400000,3.85],[1713484800000,3.83],[1713744000000,3.96],[1713830400000,3.94],[1713916800000,3.93],[1714003200000,3.81],[1714089600000,3.8],[1714348800000,3.8],[1714435200000,3.87],[1714608000000,3.77],[1714694400000,3.88],[1714953600000,3.86],[1715040000000,3.89],[1715126400000,3.89],[1715212800000,3.89],[1715299200000,3.87],[1715558400000,3.9],[1715644800000,4.08],[1715817600000,4.38],[1715904000000,4.16]], "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" : 1704326400000, "max-value" : 1715904000000, "max-items": 15, "items-overlap": false, "item": { "font-size": "12px" } }, "scale-y": { "format":"%v€", "decimals": 1, "min-value": 1.19, "max-value": 5.28, "step": 0.27266666666667, "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" : 1704326400000, "max-value" : 1715904000000, "max-items": 15, "items-overlap": false, "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: 'FR001400M1R1_cours_obj', data: FR001400M1R1_cours_obj, height: "450", width: "100%" });