MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.feature.projectsdialog.statistics.presentation/StatisticsItem/BarChartRow

BarChartRow

[jvm]
data class BarChartRow(val title: String = "", val value: Float = 0.0f) : StatisticsItem

Row with a title and a value represented as a bar chart.

Constructors

   
BarChartRow [jvm]
constructor(title: String = "", value: Float = 0.0f)
Create BarChartRow

Properties

Name Summary
title [jvm]
val title: String
row title
value [jvm]
val value: Float = 0.0f
statistics value