Skip to content

Commit

Permalink
Fix regression in treemap visualization.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed Dec 3, 2014
1 parent 7f0575c commit e6fd602
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/CoreVisualizations/Visualizations/Graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function beforeLoadDataTable()
$this->requestConfig->request_parameters_to_modify['filter_truncate'] = $this->config->max_graph_elements - 1;
}

$this->requestConfig->disable_queued_filters = 1;
$this->requestConfig->request_parameters_to_modify['disable_queued_filters'] = 1;
$this->requestConfig->request_parameters_to_modify['format_metrics'] = 0;
}
Expand Down

0 comments on commit e6fd602

Please sign in to comment.