Skip to content

Commit

Permalink
Merge pull request #2407 from pat-son/phantomFilters
Browse files Browse the repository at this point in the history
"Filters:" No longer appears at the top of the vis every other time the vis selection changes
  • Loading branch information
pat-son committed May 27, 2016
2 parents 03a68d7 + 957c4a4 commit cbe0840
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $ ->
globals.configs ?= {}
globals.clippingVises = ['map', 'timeline', 'scatter', 'table']
globals.configs.activeFilters ?= []
globals.configs.clippingMode ?= false

globals.configs.isPeriod ?= false # Controls how series are constructed in update().
globals.configs.periodMode ?= 'off' # Changes when a period option is selected.
Expand Down

0 comments on commit cbe0840

Please sign in to comment.