Обновил контракт по получению данных для графика.
This commit is contained in:
@@ -78,7 +78,7 @@ export function EdgeHistoryPage() {
|
||||
selectedTags={selectedTags}
|
||||
history={history.data}
|
||||
historyLoading={history.isPending && selectedTags.length > 0}
|
||||
historyGranulate={history.data?.granulate ?? historyGranularity.granulate}
|
||||
historyGranulate={historyGranularity.granulate}
|
||||
historyAxis={historyGranularity}
|
||||
range={range}
|
||||
onSearchChange={setSearch}
|
||||
|
||||
@@ -253,6 +253,7 @@ export function ArchiveView({
|
||||
to={toIsoFromInput(range.to)}
|
||||
tickIntervalMs={historyAxis.tickIntervalMs}
|
||||
labelFormat={historyAxis.labelFormat}
|
||||
tag={selectedTags[0]}
|
||||
tagLabels={tagLabels}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user