Skip to content

Drilldown xAxis labels underline #17933

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kamil-musialowski opened this issue Nov 4, 2022 · 1 comment · Fixed by #17938
Closed

Drilldown xAxis labels underline #17933

kamil-musialowski opened this issue Nov 4, 2022 · 1 comment · Fixed by #17938

Comments

@kamil-musialowski
Copy link
Contributor

Actual behaviour

After drilling down on first xAxis category "Chrome", first three xAxis.labels are underlined.
This error occurs on chart.width < 430px.

Internal note

Possible regression, last working version 9.3.3.

Live demo with steps to reproduce

https://jsfiddle.net/BlackLabel/rwhp1cbj/
Click on "Chrome" and observe the first three labels after drilldown.

Product version

Highcharts 10.3.1
modules/drilldown 10.3.1

@hubertkozik
Copy link
Member

A possible fix is to set more detailed xAxis.labels.style options:

xAxis: {
	labels: {
		style: {
			'text-decoration': 'none',
			'font-weight': 'normal'
		}
	}
  }

Demo with a workaround: https://jsfiddle.net/BlackLabel/897yxdjv/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants