Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added treemap example #531

Merged
merged 3 commits into from
Oct 6, 2023
Merged

Added treemap example #531

merged 3 commits into from
Oct 6, 2023

Conversation

justinpolygon
Copy link
Contributor

This PR adds a tools directory for holding larger examples. The first one added is for a treemap visualization tool that integrates with Polygon.io + D3.js to display market movements.

Changes include:

  • New treemap_server.py script to launch the visualization server.
  • Utility script polygon_sic_code_data_gatherer.py to fetch and process SIC code data.
  • Pre-computed SIC code mappings in sic_code_groups.json.
  • Updated readme.md with instructions to set up and run the tool.

To test, run the python3 treemap_server.py script and navigate to http://localhost:8889 in a browser.

global

examples/tools/treemap/readme.md Outdated Show resolved Hide resolved
examples/tools/treemap/readme.md Outdated Show resolved Hide resolved
examples/tools/treemap/readme.md Outdated Show resolved Hide resolved
@justinpolygon justinpolygon merged commit 3dadb98 into master Oct 6, 2023
9 checks passed
@justinpolygon justinpolygon deleted the jw-example-treemap branch October 6, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants