diff --git a/src/shared/hooks/useGetChartData.ts b/src/shared/hooks/useGetChartData.ts index 9f483ba..119e44b 100644 --- a/src/shared/hooks/useGetChartData.ts +++ b/src/shared/hooks/useGetChartData.ts @@ -60,7 +60,7 @@ export const useGetChartData = async ({ options: ['jsonwrap', 'flip', 'ms'], scope: { contexts: [contextId], - nodes, + nodes: nodes.length ? nodes : ['*'], dimensions, labels, },