An interactive visualization of technology trends over time, showing how different technologies' rankings have changed.
- Interactive line chart showing technology rank changes over time
- Filter technologies by minimum rank change
- Toggle individual technologies
- Resizable filter panel
- Tooltips with detailed information
- Color-coded technology lines
The visualization is available at: https://[your-github-username].github.io/it-jobs-watch/
To run locally:
- Clone the repository
- Open
docs/index.html
in your browser - No server required - all data processing happens client-side
The visualization expects a CSV file (trends.csv
) with the following format:
- First column: Technology names
- Subsequent columns: Time periods with position values
- Missing values are allowed and will be handled appropriately
This project is configured for GitHub Pages:
- Push changes to the main branch
- GitHub Pages will automatically deploy from the
/docs
directory - The site will be available at your GitHub Pages URL
MIT License