-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated loading indicator on ranking, line, scatter, and bar chart (#…
…4184) * Added spinner and "Loading" indicator to ranking, line, scatter, and bar chart * Lightened color of full-page & stat var explorer loading screen Screenshots ## Explore page ### Full page loading ![explore-full-page-load](https://github.com/datacommonsorg/website/assets/13766/7672174c-4eeb-4f54-a3f1-1d20c367eca6) ### Bar ![explore-bar-loading](https://github.com/datacommonsorg/website/assets/13766/9cfac87e-74f8-4f0a-a003-e0b10aed3e42) ![explore-bar-loaded](https://github.com/datacommonsorg/website/assets/13766/1bbda157-ff4b-4c85-9e59-30073c3f54a0) ### Line ![explore-line-loading](https://github.com/datacommonsorg/website/assets/13766/2ccdc889-098c-4040-ae74-1c787898f720) ![explore-line-loaded](https://github.com/datacommonsorg/website/assets/13766/174d96fe-03ee-4702-8c1b-fed9cf23c9d3) ### Ranking ![explore-ranking-loading](https://github.com/datacommonsorg/website/assets/13766/583569dd-f9eb-4373-a8d1-53ee348335dc) ![explore-ranking-loaded](https://github.com/datacommonsorg/website/assets/13766/6e800710-737e-4812-8d3d-4719cb7bb470) ### Scatter ![explore-scatter-loading](https://github.com/datacommonsorg/website/assets/13766/73f2359a-b9b8-47e3-ba3c-20bdc0a65780) ![explore-scatter-loaded](https://github.com/datacommonsorg/website/assets/13766/a1314cf5-394b-42d7-840a-b7f163722add) ## Visualization tool ### Loading ![viz-tool-loading](https://github.com/datacommonsorg/website/assets/13766/306ea305-cd38-4364-9803-a1126ff0f65f) ### Line ![viz-line-loading](https://github.com/datacommonsorg/website/assets/13766/c5d87711-cdf9-445a-a5bb-52336106c397) ![viz-line-loaded](https://github.com/datacommonsorg/website/assets/13766/9f237ac7-07e3-457b-91c5-89cd0a9523e0) ### Map / Ranking ![viz-map-loading](https://github.com/datacommonsorg/website/assets/13766/612d3d5d-8cd0-4b1d-894e-ce2b3174e73a) ![viz-map-loaded](https://github.com/datacommonsorg/website/assets/13766/7a407fb2-2113-48ad-a5a4-989132f3ffa2) ### Scatter ![viz-scatter-loading](https://github.com/datacommonsorg/website/assets/13766/9abb2e6b-8896-4886-9945-ced2e2d1d7ef) ![viz-scatter-loaded](https://github.com/datacommonsorg/website/assets/13766/443e98db-03ee-471a-8b8f-9f047b17ee48)
- Loading branch information
Showing
20 changed files
with
177 additions
and
147 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,6 +22,7 @@ | |
.chart-footnote { | ||
font-weight: 500; | ||
margin: 8px 0 0 0; | ||
padding: 0 24px; | ||
} | ||
} | ||
|
||
|
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
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 |
---|---|---|
|
@@ -143,7 +143,6 @@ export function getChartArea( | |
hover | ||
); | ||
}} | ||
showLoadingSpinner={true} | ||
/> | ||
</div> | ||
</> | ||
|
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
Oops, something went wrong.