mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand views
This commit is contained in:
@@ -27,6 +27,14 @@ function getDefaultChartSettings(type) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if ('pie' === type) {
|
||||
return {
|
||||
type: 'pie',
|
||||
data: {
|
||||
datasets: [],
|
||||
}
|
||||
}
|
||||
}
|
||||
if ('column' === type) {
|
||||
return {
|
||||
type: 'bar',
|
||||
|
Reference in New Issue
Block a user