mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
3a18bc64f9
commit
0b471df07e
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export function VislibLibAxisTitleProvider() {
|
|||
return `translate(0,${height / 2}) rotate(270)`;
|
||||
})
|
||||
.attr('text-anchor', 'middle')
|
||||
.attr('alignment-baseline', 'hanging')
|
||||
.attr('dominant-baseline', 'hanging')
|
||||
.text(config.get('title.text'))
|
||||
.node()
|
||||
.getBBox();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue