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

formatting the stockchart navigator popup

2 Answers 27 Views
Charts
This is a migrated thread and some comments may be shown as answers.
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Morten asked on 20 Feb 2015, 11:42 AM
Is it possible to format the datetime range in the "pop-over" that is displayed when the stockchart navigator is changed?
Please see attached screen shot.

2 Answers, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 24 Feb 2015, 08:35 AM
Hi Morten,

You could use the navigator.hint.template option in order to customize the information diplayed in the popup: 
$("#stock-chart").kendoStockChart({
     navigator: {
        hint: {
            // hint template
            template: "//....."
        }
     },
     ...
});

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
answered on 24 Feb 2015, 12:27 PM
thanks Iliana.

I also used http://docs.telerik.com/kendo-ui/framework/globalization/dateformatting to define custom date formatting
Tags
Charts
Asked by
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Answers by
Iliana Dyankova
Telerik team
Morten
Top achievements
Rank 2
Iron
Iron
Veteran
Share this question
or