I am doubly sorry: I have difficulty explaining my problem and I have displayed the parameters of the y-axis instead of the x-axis!
I have modified my files to make it more explicit. Clearly the discrepancy between the axis display (eg 01/01/1990) and the flyover display (31/12/1989). I would like the axis to display the years to 31/12 systematically!
See graph and datas … and my x-axis display parameters :
xaxis: {
type:"date",
tickmode: 'auto',
ticklen :5,
nticks:8,
tickformat: '%d/%m/%Y',
hoverformat: '%d/%m/%Y',
showticklabels: true,
tick0: "1970-12-31",
dtick: "M12",
ticks: 'outside',
tickfont: {
color:"rgba(87, 87, 86, 1)",
family:'Arial',
size:12
},
gridwidth: 1,
gridcolor:"rgba(238, 238, 238, 1)",
showline: true,
linewidth:2,
linecolor:"rgba(153, 153, 153, 1)",
rangeselector: selectorOptions,
rangeslider: {
visible: true,
bgcolor: "#EFEFEF",
borderwidth : 0,
thickness:0.1
}
Moreover, tick0 and dtick do not seem to have any effect on my views.
Thank you very much for your interventions.