diff --git a/app/src/main/kotlin/info/appdev/chartexample/LineChartActivity.kt b/app/src/main/kotlin/info/appdev/chartexample/LineChartActivity.kt index d1ec44182..65d941118 100644 --- a/app/src/main/kotlin/info/appdev/chartexample/LineChartActivity.kt +++ b/app/src/main/kotlin/info/appdev/chartexample/LineChartActivity.kt @@ -136,6 +136,7 @@ class LineChartActivity : DemoBase(), OnSeekBarChangeListener, OnChartValueSelec // get the legend (only possible after setting data) binding.chart1.legend.form = LegendForm.LINE + binding.chart1.legend.isEnabled = false } override fun onCreateOptionsMenu(menu: Menu): Boolean {