generated from Blazity/next-enterprise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d5c664
commit 2776e94
Showing
20 changed files
with
266 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"use client" | ||
import { Renderer } from "./Renderer" | ||
import withClient from "../ClientPageWrapper" | ||
|
||
export default withClient(Renderer) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
import IS_DEV from "utils/isDev" | ||
import ClientRenderer from "./Client" | ||
import { Renderer } from "./Renderer" | ||
|
||
export default Renderer | ||
export default IS_DEV ? ClientRenderer : Renderer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,70 @@ | ||
--- | ||
sections: | ||
- title: filter map | ||
body: > | ||
Use the dropdown menu to filter the map to a particular state or county of | ||
interest. While the dropdown is open, you may type on your keyboard to | ||
quickly find your state or county. | ||
> | ||
Please note that the color scale of the map will change to reflect the | ||
values relative to your filter, but may not be comparable across different | ||
filters. | ||
<Tooltip | ||
body={<> | ||
By default, whenever the map is filtered it will display values based on a quantile scale of equal counts of census tracts. Bivariate data options will show three equal count bins (terciles) on two dimensions (9 total bins/colors) and single variable options will show five equal count bins (quintiles). | ||
</>} | ||
/> | ||
- title: highlight advanced | ||
body: | | ||
Advanced: Use the color picker below to change the highlight color | ||
- title: community highlights | ||
body: > | ||
**Community Highlights:** | ||
Use the buttons below to highlight areas with the available demographic or economic characteristics. | ||
<Tooltip | ||
body={<> | ||
Data via Census American Community Survey (ACS) 2021 5-year estimates. | ||
</>} | ||
/> | ||
Use the slider to change the range of estimated market share for that | ||
community. Only one highlight may be active at a time. | ||
- title: market highlights | ||
body: > | ||
**Market Highlights:** Use the buttons below to highlight areas where a | ||
national brand is present in the local market. Use the slider to change | ||
the range of estimated market share for that company. | ||
<Tooltip | ||
body={<> | ||
Sales data are modeled estimates from Data Axle / InfoGroup ReferenceUSA. Stores include dollar stores, and general merchandise and warehouse stores sales have been adjusted based on category sales. | ||
</>} | ||
/> | ||
- title: available data | ||
body: | | ||
The following data are available for this topic: | ||
- title: topics | ||
body: '' | ||
body: | | ||
Choose from the below data topics to see available map data. | ||
<Tooltip | ||
title="Bivariate maps" | ||
body={<> | ||
All maps use quantiles, or equal count groups of census tracts, to color the map. | ||
Bivariate maps present two data sets together. The color scales combine to show where the two data variables intersect. | ||
</>} | ||
key="Bivariate maps" | ||
/> | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,7 @@ footer img { | |
} | ||
.four-up h3 { | ||
@apply text-2xl | ||
} | ||
#map-settings-pane p { | ||
@apply inline text-sm | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.