Tosh
Posts: 15
Joined: Wed Feb 17, 2021 9:40 am

Highcharts navigator tooltip

Hello! Can you help me with tooltip? I need to format this one and idk how to do that. Thank you!
tooltip.jpg
tooltip.jpg (36.92 KiB) Viewed 329 times
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Highcharts navigator tooltip

Hello Tosh,

Thanks for contacting us with your question!

You can change the format of this tooltip using tooltip.xDateFormat property.

Demo: https://jsfiddle.net/BlackLabel/gq1r2dpt/
API: https://api.highcharts.com/highstock/to ... DateFormat

Let me know if you have any further questions!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
Tosh
Posts: 15
Joined: Wed Feb 17, 2021 9:40 am

Re: Highcharts navigator tooltip

michal.f wrote: Wed Jan 12, 2022 2:58 pm Hello Tosh,

Thanks for contacting us with your question!

You can change the format of this tooltip using tooltip.xDateFormat property.

Demo: https://jsfiddle.net/BlackLabel/gq1r2dpt/
API: https://api.highcharts.com/highstock/to ... DateFormat

Let me know if you have any further questions!
Best regards!
Hello! Thank you so much! But can I set locale for this? For example, 'ru-RU' locale?
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Highcharts navigator tooltip

Hi,

If you want to change the names of months and days to Russian for charts, you can use Highcharts.setOptions() function.

Demo: https://jsfiddle.net/BlackLabel/261mxh7u/
API: https://api.highcharts.com/highcharts/lang

Let me know if that was what you were looking for!
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/
Tosh
Posts: 15
Joined: Wed Feb 17, 2021 9:40 am

Re: Highcharts navigator tooltip

michal.f wrote: Thu Jan 13, 2022 12:30 pm Hi,

If you want to change the names of months and days to Russian for charts, you can use Highcharts.setOptions() function.

Demo: https://jsfiddle.net/BlackLabel/261mxh7u/
API: https://api.highcharts.com/highcharts/lang

Let me know if that was what you were looking for!
Best regards!
Thank you sooooo much! 8) 8) 8) Have a good day!
michal.f
Posts: 1114
Joined: Thu Aug 12, 2021 12:04 pm

Re: Highcharts navigator tooltip

You're welcome!

In case of any further questions, feel free to contact us again.
Best regards!
Michał Filipiec
Highcharts Developer
https://blacklabel.pl/highcharts/

Return to “Highcharts Usage”