Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Navigator is not working properly in Stock chart for column type

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?

like image 757
user123 Avatar asked Dec 03 '25 10:12

user123


1 Answers

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

like image 187
cokeman19 Avatar answered Dec 04 '25 22:12

cokeman19