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 回答