Skip to content

Commit fd909bd

Browse files
committed
feat: Removed spacing setting from chart
The spacing setting for the chart column layer was removed. This change allows for the default spacing to be used instead of a hard coded value.
1 parent e2e771e commit fd909bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/main/java/com/warbler/ui/MainWeatherFragment.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,6 @@ class MainWeatherFragment : Fragment(R.layout.fragment_main_weather) {
536536
)
537537
}
538538

539-
// (chart?.layers?.get(0) as ColumnCartesianLayer).spacingDp = 40.0f
540-
541539
setModel(model)
542540
visibility = View.VISIBLE
543541
}

0 commit comments

Comments
 (0)