Skip to content

Commit f368626

Browse files
committed
fix: row count
1 parent 728f3d4 commit f368626

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/graphic-walker/src/vis/spec/aggregate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export function channelAggregate(encoding: { [key: string]: any }, fields: IView
88
if (c.aggregate === null) return;
99
const targetField = fields.find((f) => encodeFid(f.fid) === c.field && (f.analyticType === 'measure' || f.fid === COUNT_FIELD_ID));
1010
if (targetField && targetField.fid === COUNT_FIELD_ID) {
11-
c.title = 'Count';
1211
c.field = encodeFid(getMeaAggKey(targetField.fid, targetField.aggName))
1312
} else if (targetField) {
1413
c.title = getMeaAggName(targetField.name, targetField.aggName),

0 commit comments

Comments
 (0)