Chart subtitle (with verticalAlign: 'bottom') is not visible when chart.title.verticalAlign is not set #6574
Labels
Comments
pawelfus
added a commit
that referenced
this issue
Apr 11, 2017
…btitle.verticalAlign` to `'bottom'`.
TorsteinHonsi
added a commit
that referenced
this issue
May 4, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Vertical align of subtitle should not be changed by chart.title.verticalAlign parameter.
Actual behaviour
When chart.title.verticalAlign is not set in options and chart.subtitle.verticalAlign is set to bottom, subtitle text is not visible in the chart.
Live demo with steps to reproduce
http://jsfiddle.net/wsmgcgpg/6/
Affected browser(s)
All
As a workaround it is possible to set subtitle.y parameter to 0, or simply add chart.title.verticalAlign parameter
The text was updated successfully, but these errors were encountered: