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?
@NT3RP is correct, this is definitely a bug. I took the example from Kendo's demo page, demos.kendoui.com/dataviz/financial/index.html, changed the navigator's type
property to column
and saw the same behavior. It seems to work correctly with all other navigator types.