Skip to content

Commit

Permalink
defaults map to county if available
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed May 6, 2019
1 parent ebf1d7f commit 2cba971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/Map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class Map extends Component {

<Vizbuilder
src={[cube]}
defaultGroup={["Geography.State", "Origin State.Origin State"]}
defaultGroup={["Geography.County", "Geography.State", "Origin State.Origin State"]}
defaultMeasure="Uninsured"
measureConfig={measureConfig}
tableLogic={cubes => {
Expand Down

0 comments on commit 2cba971

Please sign in to comment.