|
|
|
@ -104,7 +104,7 @@ open class LegendView : FrameLayout { |
|
|
|
|
|
|
|
|
|
|
|
if (content is DefaultLegendValues) { |
|
|
|
if (content is DefaultLegendValues) { |
|
|
|
|
|
|
|
|
|
|
|
this.title.text = content.title |
|
|
|
this.title.text = content.title.capitalize() |
|
|
|
|
|
|
|
|
|
|
|
this.stat1Value.setTextFormat(content.leftFormat, context) |
|
|
|
this.stat1Value.setTextFormat(content.leftFormat, context) |
|
|
|
content.rightFormat?.let { |
|
|
|
content.rightFormat?.let { |
|
|
|
|