diff --git a/docs/advanced.md b/docs/advanced.md index 30a04741..213d8d46 100644 --- a/docs/advanced.md +++ b/docs/advanced.md @@ -62,7 +62,6 @@ or make a JSON file containing Guilhem Sempéré has created a tool called [TaxoniumColors](https://webtools.southgreen.fr/TaxoniumColors/) to help with generating these palettes. ::: - ##### Title We can supply a title with the `title` key. It will display at the top. diff --git a/taxonium_component/src/README.md b/taxonium_component/src/README.md index 740e23bf..dfc78d04 100644 --- a/taxonium_component/src/README.md +++ b/taxonium_component/src/README.md @@ -4,11 +4,11 @@ src/Deck.jsx: This component renders the actual DeckGL canvas and handles intera src/hooks: This folder contains all the React hooks used in the project. Some of the main hooks are: -- useBackend: This hook is used to interface with either a local or server backend to get data and search +- useBackend: This hook is used to interface with either a local or server backend to get data and search - useColor, useColorBy: These hooks handle the node coloring logic - useConfig: This hook is used to get configuration information (title, source, etc) - useGetDynamicData: This hook is used to get data from the backend within the current viewport -- useLayers: This hook generates the DeckGL layers +- useLayers: This hook generates the DeckGL layers - useNodeDetails: This hook is used to get details for selected nodes - useSearch: This hook handles searching the tree - useView: This hook manages the view state and zooming/panning @@ -17,6 +17,6 @@ src/hooks: This folder contains all the React hooks used in the project. Some of src/utils: This folder contains various utility functions, including: - processNewick.js: For converting Newick/Nexus into Taxonium JSON format -- processNextstrain.js: For converting Nextstrain JSON into Taxonium JSON format -- searchUtil.js: Contains utility functions for searching -- formatNumber.js: Used to format large numbers with commas \ No newline at end of file +- processNextstrain.js: For converting Nextstrain JSON into Taxonium JSON format +- searchUtil.js: Contains utility functions for searching +- formatNumber.js: Used to format large numbers with commas diff --git a/taxonium_component/src/components/DeckButtons.jsx b/taxonium_component/src/components/DeckButtons.jsx index 22dc0232..ae7572f4 100644 --- a/taxonium_component/src/components/DeckButtons.jsx +++ b/taxonium_component/src/components/DeckButtons.jsx @@ -58,8 +58,8 @@ export const DeckButtons = ({ )}