diff --git a/core/src/main/java/com/oxeanbits/forecastchart/ui/component/ForecastChartComponent.kt b/core/src/main/java/com/oxeanbits/forecastchart/ui/component/ForecastChartComponent.kt index 88657ac..7aeaf75 100644 --- a/core/src/main/java/com/oxeanbits/forecastchart/ui/component/ForecastChartComponent.kt +++ b/core/src/main/java/com/oxeanbits/forecastchart/ui/component/ForecastChartComponent.kt @@ -42,7 +42,7 @@ class ForecastChartComponent(context: Context) : LinearLayoutComponent(context) private var detailsEnable: Boolean = false override fun view() { - size(MATCH, WRAP) + //size(MATCH, WRAP) orientation(VERTICAL) if(detailsEnable) {