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,
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
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
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
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!
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
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
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!