Filter
Chart
Data
fun FilterChartData(state: SheetState, scope: CoroutineScope, viewModel: PlatformScreenViewModel, title: StringResource, data: PerformanceData.PerformanceDataItem)
The layout where select the filters for the performance data
Parameters
state
The state useful to manage the visibility of the ModalBottomSheet
scope
The coroutine useful to manage the visibility of the ModalBottomSheet
viewModel
The viewmodel related to the com.tecknobit.ametista.ui.screens.platform.presenter.PlatformScreen screen
title
The title of the chart where to use the filters
data
The performance data to filter