mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing the spacing around the pie/sunburst visualization
This commit is contained in:
parent
3e7da78171
commit
d0e1bfc951
1 changed files with 4 additions and 26 deletions
|
@ -35,24 +35,8 @@ define(function (require) {
|
|||
children: [
|
||||
{
|
||||
type: 'div',
|
||||
class: 'y-axis-col-wrapper',
|
||||
children: [
|
||||
{
|
||||
type: 'div',
|
||||
class: 'y-axis-col',
|
||||
children: [
|
||||
{
|
||||
type: 'div',
|
||||
class: 'y-axis-chart-title',
|
||||
splits: chartTitleSplit
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'div',
|
||||
class: 'y-axis-spacer-block'
|
||||
}
|
||||
]
|
||||
class: 'y-axis-chart-title',
|
||||
splits: chartTitleSplit
|
||||
},
|
||||
{
|
||||
type: 'div',
|
||||
|
@ -65,14 +49,8 @@ define(function (require) {
|
|||
},
|
||||
{
|
||||
type: 'div',
|
||||
class: 'x-axis-wrapper',
|
||||
children: [
|
||||
{
|
||||
type: 'div',
|
||||
class: 'x-axis-chart-title',
|
||||
splits: chartTitleSplit
|
||||
},
|
||||
]
|
||||
class: 'x-axis-chart-title',
|
||||
splits: chartTitleSplit
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue