Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[tabify] only remove metric columns for splits if we are using expand…
Browse files Browse the repository at this point in the history
…ed metrics
  • Loading branch information
Spencer Alger committed Nov 16, 2014
1 parent 2fcfceb commit 9fea632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ define(function (require) {

this.columns.splice(i, 1);

if (!this.vis.isHierarchical()) return;
if (this.minimalColumns) return;

// hierarchical vis creats additional columns for each bucket
// we will remove those too
Expand Down

0 comments on commit 9fea632

Please sign in to comment.