This is a migrated thread and some comments may be shown as answers.

baseUnit days on Navigation chart

6 Answers 135 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Marcelo
Top achievements
Rank 1
Marcelo asked on 30 Mar 2014, 03:57 AM
Hi,

I'm using the stock chart with navigation, I'm trying to use the days baseUnit on a similar chart like this example:

http://demos.telerik.com/kendo-ui/dataviz/financial/index.html

but the auto baseUnitStep is not allowing me to use a day step selection,

Could you help me with that?

Thank you so much,


6 Answers, 1 is accepted

Sort by
0
Marcelo
Top achievements
Rank 1
answered on 30 Mar 2014, 04:06 AM
By the way the example works fine with large data, but I'm using just two year data, and it's not working, the step is by month
0
Marcelo
Top achievements
Rank 1
answered on 30 Mar 2014, 04:08 AM
By the way the example works fine with large data, but I'm using just two years data, so the step is by month, I need this by day
0
Marcelo
Top achievements
Rank 1
answered on 30 Mar 2014, 04:08 AM
By the way the example works fine with large data, but I'm using just two years data, so the step is by month, I need this by day
0
T. Tsonev
Telerik team
answered on 31 Mar 2014, 01:20 PM
Hi,

I tried a similar scenario with a 2 year date range, but I didn't notice anything out of the ordinary: http://trykendoui.telerik.com/UHEV/1
Any additional details about your exact scenario will be greatly appreciated.

Regards,
T. Tsonev
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
0
Kevin
Top achievements
Rank 1
answered on 21 Jun 2014, 12:02 AM
Hi,

I have a stock chart navigator categoryAxis as follows:

                    categoryAxis: {
                        field: "interval",
                        type: "date",
                        baseUnit: "days",
                        baseUnitStep: 1

When the date range plotted is more than a year, the navigator doesn't let me select single day anymore. It only allows month by month selection. Looks like this is a default behavior of navigator.

How can I change this please? I would like to have control on how many days to select.

Thanks!
0
Iliana Dyankova
Telerik team
answered on 25 Jun 2014, 06:45 AM
Hi Kevin,

First of all I would like to apologize for the late reply - we are short on staff and approaching the Q2 release.

For this requirement I would suggest to specify autoBaseUnitSteps and maxDateGroups. For your convenience I prepared a simple example which demonstrates the suggested approach in action.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Charts
Asked by
Marcelo
Top achievements
Rank 1
Answers by
Marcelo
Top achievements
Rank 1
T. Tsonev
Telerik team
Kevin
Top achievements
Rank 1
Iliana Dyankova
Telerik team
Share this question
or