mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-07 21:41:50 +02:00
more updates
This commit is contained in:
@@ -23,14 +23,16 @@ export default memo(function ContainerChart({
|
||||
chartType,
|
||||
chartConfig,
|
||||
unit = "%",
|
||||
filterStore = $containerFilter,
|
||||
}: {
|
||||
dataKey: string
|
||||
chartData: ChartData
|
||||
chartType: ChartType
|
||||
chartConfig: ChartConfig
|
||||
unit?: string
|
||||
filterStore?: typeof $containerFilter
|
||||
}) {
|
||||
const filter = useStore($containerFilter)
|
||||
const filter = useStore(filterStore)
|
||||
const userSettings = useStore($userSettings)
|
||||
const { yAxisWidth, updateYAxisWidth } = useYAxisWidth()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user