We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0043a commit 3aaf86bCopy full SHA for 3aaf86b
frontend/src/app/components/ChartEditor.tsx
@@ -339,6 +339,7 @@ export const ChartEditor: FC<ChartEditorProps> = ({
339
setAllowQuery(payload.needRefresh);
340
return true;
341
}
342
+ // generate runtime computed fields(date level)
343
if (
344
payload.value.type === ChartDataSectionType.GROUP ||
345
payload.value.type === ChartDataSectionType.MIXED
0 commit comments