mondo_123
Posts: 1
Joined: Mon Jun 20, 2022 1:05 pm

change drillUpText in angular

Hi,
I want to change drillUpText from default '< Back' for any drilldown or drillup event.
I tried to do it like that:

Code: Select all

Highcharts.setOptions({
	lang: {
		drillUpText: 'text changed'
	}
});
but it's not working.
any suggestions?
hubert.k
Posts: 1164
Joined: Mon Apr 11, 2022 11:48 am

Re: change drillUpText in angular

Hello mondo_123!
Welcome to our forum and thanks for contacting us with your question!

drilldown.drillUpButton option is deprecated since 9.3.2, you should use drilldown.breadcrumbs instead.

API Reference: https://api.highcharts.com/highcharts/d ... readcrumbs
https://api.highcharts.com/highcharts/d ... llUpButton

Feel free to ask any further questions.
Kind regards!
Hubert Kozik
Highcharts Developer

Return to “Highcharts Usage”