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

Analysis for Data visualization #2

Open
AddiMT opened this issue Oct 7, 2021 · 2 comments
Open

Analysis for Data visualization #2

AddiMT opened this issue Oct 7, 2021 · 2 comments
Assignees

Comments

@AddiMT
Copy link
Contributor

AddiMT commented Oct 7, 2021

Look into tools, platforms

@therekha
Copy link
Contributor

From https://d3js.org/:
https://observablehq.com/@d3/bar-chart-race - Useful for temporal distribution of commits by author and the Pareto principle.
https://observablehq.com/@kerryrodden/sequences-sunburst - Sequence based patterns, very interactive.

Shiny from R:
https://shiny.rstudio.com/gallery/soccer-player-similarity.html
https://shiny.rstudio.com/gallery/hospital-data-antimicrobial.html - A useful dashboard format.
https://shiny.rstudio.com/gallery/movie-explorer.html - basic scatterplot but with filtering.
https://shiny.rstudio.com/gallery/google-charts.html - temporally evolving scatterplots.

@prachi1294
Copy link
Contributor

From React-vis by Uber:
https://uber.github.io/react-vis/examples/charts/dynamic-dashboard - Useful dashboard visual especially for classification
https://uber.github.io/react-vis/examples/charts/responsive-vis - responsive vis
https://uber.github.io/react-vis/examples/charts/force-directed-graph
https://uber.github.io/react-vis/examples/charts/candlestick

from Chart js:
https://github.com/chartjs/Chart.js - this one has very interactive/live/animated visualizations.

from React -> vx
https://vx-demo.vercel.app/
github : https://github.com/airbnb/visx - this one is can be use with d3 to create visualizatins

from Recharts:
https://recharts.org/en-US/examples - another interactive visuals examples.

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

No branches or pull requests

3 participants