mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
Disable label for ranges in pie charts
This commit is contained in:
@@ -191,7 +191,7 @@ function renderPieHistoryChart(yearsData, key, groupByMonth, nodeId) {
|
||||
name: i,
|
||||
type: 'bar',
|
||||
textposition: 'inside',
|
||||
text: i,
|
||||
text: (numberOfValues > 6) ? i : null, // those graphs look nicer without the number
|
||||
marker: (colorToUse ? {
|
||||
color: colorToUse,
|
||||
} : {})
|
||||
|
||||
Reference in New Issue
Block a user