Merge "Inner labels for hypervisor pie chart fixed"

This commit is contained in:
Jenkins 2015-12-26 10:43:20 +00:00 committed by Gerrit Code Review
commit 00542a7a78
1 changed files with 8 additions and 0 deletions

View File

@ -430,6 +430,10 @@ function($, d3, D3pie, d3tip, nv, elasticsearch) {
format: 'label-value2',
pieDistance: 10
},
inner: {
format: "percentage",
hideWhenLessThanPercentage: 5
},
mainLabel: {
fontSize: 14
},
@ -529,6 +533,10 @@ function($, d3, D3pie, d3tip, nv, elasticsearch) {
format: 'label-value2',
pieDistance: 10
},
inner: {
format: "percentage",
hideWhenLessThanPercentage: 5
},
mainLabel: {
fontSize: 14
},