feat: switch some graph styles
This commit is contained in:
parent
945d5886ea
commit
dbe837be28
1 changed files with 2 additions and 2 deletions
|
@ -301,7 +301,7 @@ class StatsFragment(private val user: Query.UserProfile, private val activity: P
|
|||
return null
|
||||
val palette = generateColorPalette(primaryColor, names.size)
|
||||
return AAChartModel()
|
||||
.chartType(AAChartType.Pyramid)
|
||||
.chartType(AAChartType.Funnel)
|
||||
.title("Status")
|
||||
.subtitle(getTypeName())
|
||||
.zoomType(AAChartZoomType.XY)
|
||||
|
@ -367,7 +367,7 @@ class StatsFragment(private val user: Query.UserProfile, private val activity: P
|
|||
return null
|
||||
val palette = generateColorPalette(primaryColor, names.size)
|
||||
return AAChartModel()
|
||||
.chartType(AAChartType.Pie)
|
||||
.chartType(AAChartType.Pyramid)
|
||||
.title("Length")
|
||||
.subtitle(getTypeName())
|
||||
.zoomType(AAChartZoomType.XY)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue