diff --git a/analytics/static/js/app.js b/analytics/static/js/app.js index 9a62689..f506f72 100644 --- a/analytics/static/js/app.js +++ b/analytics/static/js/app.js @@ -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 },