質問

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?

役に立ちましたか?

解決

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top