Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CLIMATE-366 Add full temporal rebin option to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Anderson authored and Michael Anderson committed Jan 5, 2018
1 parent 4cf79f3 commit 18e3a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocw-ui/frontend/app/scripts/services/evaluationsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ angular.module('ocwUiApp')
var settings = {
'metrics': [],
'temporal': {
'options': ['daily', 'monthly', 'yearly'],
'options': ['daily', 'monthly', 'annual', 'full'],
'selected': 'yearly',
},
'spatialSelect': null,
Expand Down

0 comments on commit 18e3a16

Please sign in to comment.