The issue here is that the navigator is won't drag the entire width when I am selecting column type for stock chart. I am unable to select the last value 00:10 .
navigator: {
series: {
type: "column",
field: "Importance"
},
select: {
from: "1970/01/01 00:00:00",
to: "1970/01/01 00:02:13"
}
}
Any ideas what I am doing wrong?