Show more labels, using minAngle
This commit is contained in:
parent
df93e3ebca
commit
e2272414dc
1
app.js
1
app.js
@ -494,6 +494,7 @@ function renderChart(data) {
|
|||||||
},
|
},
|
||||||
position: 'outside',
|
position: 'outside',
|
||||||
padding: 3,
|
padding: 3,
|
||||||
|
minAngle: 3, // Add this - default is 5, reducing it will show more labels
|
||||||
silent: false,
|
silent: false,
|
||||||
fontSize: 10,
|
fontSize: 10,
|
||||||
formatter: function(param) {
|
formatter: function(param) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user