Question

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 .

My jsbin.

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?

Was it helpful?

Solution

@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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top