Skip to content

Commit

Permalink
Fixes #6923, make sure metrics are formatted before generating jqplot…
Browse files Browse the repository at this point in the history
… data in graphs.
  • Loading branch information
diosmosis committed Jan 11, 2015
1 parent b2ba862 commit 8619da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreVisualizations/Visualizations/Graph.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function beforeLoadDataTable()
}

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

/**
Expand Down

0 comments on commit 8619da2

Please sign in to comment.