3

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?

4

1 に答える 1

7

@NT3RP は正しいです。これは間違いなくバグです。Kendo のデモ ページdemos.kendoui.c​​om/dataviz/financial/index.htmlから例を取り、ナビゲーターのtypeプロパティをに変更するcolumnと、同じ動作が見られました。他のすべてのナビゲーター タイプで正しく動作するようです。

于 2013-07-28T00:41:05.360 に答える