Skip to content

Commit

Permalink
change default summary renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl committed May 3, 2019
1 parent 8b1f36f commit 00d34aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/SetColumn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default class SetColumn extends ValueColumn<string[]> implements IArrayCo
this.categories.forEach((d) => this.lookup.set(d.name, d));
this.setDefaultRenderer('upset');
this.setDefaultGroupRenderer('upset');
this.setSummaryRenderer('set');
this.setSummaryRenderer('categorical');
this.colorMapping = DEFAULT_CATEGORICAL_COLOR_FUNCTION;
}

Expand Down

0 comments on commit 00d34aa

Please sign in to comment.