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
title

The title of the chart where to use the filters

data

The performance data to filter