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 7a9bebe commit 60b4d68Copy full SHA for 60b4d68
src/types.ts
@@ -117,7 +117,7 @@ export function isEntityIdAttrConfig(
117
export function isEntityIdStatisticsConfig(
118
entityConfig: EntityIdConfig
119
): entityConfig is EntityIdStatisticsConfig {
120
- return !!entityConfig["period"];
+ return !!entityConfig["statistic"];
121
}
122
123
export type Timestamp = number;
0 commit comments