Statistics

class Statistics(val statisticTypes: List<StatisticType>) : OverviewFeature

Represents the statistics charts section in the overview screen.

Parameters

statisticTypes

A list of statistic types for which the charts are displayed

Constructors

Link copied to clipboard
fun Statistics(statisticTypes: List<StatisticType>)

Properties

Link copied to clipboard
val statisticTypes: List<StatisticType>