Skip to content

Commit

Permalink
Merge pull request #2 from jsperhac/trend-line-default-off
Browse files Browse the repository at this point in the history
Removed all overrides to trend line display in plots; open_xdmod
  • Loading branch information
jpwhite4 authored Dec 21, 2016
2 parents 18d6f1b + 9137708 commit b22b62c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ public function getDefaultCombineMethod()
return 'stack';
}

public function getDefaultShowTrendLine()
{
return 'n';
}

public function applyTo(\DataWarehouse\Query\Query &$query, \DataWarehouse\Query\Model\Table $data_table, $multi_group = false)
{
$query->addTable($this->nsfstatuscode_table);
Expand Down
5 changes: 0 additions & 5 deletions classes/DataWarehouse/Query/Jobs/GroupBys/GroupByNone.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ public function getDefaultCombineMethod()
return 'stack';
}

public function getDefaultShowTrendLine()
{
return 'y';
}

// JMS Oct 15
// Use the GroupBy subclass to add a Where clause and needed Join
public function addWhereJoin(\DataWarehouse\Query\Query &$query,
Expand Down

0 comments on commit b22b62c

Please sign in to comment.