We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look into tools, platforms
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
prachi1294
therekha
No branches or pull requests
Look into tools, platforms
The text was updated successfully, but these errors were encountered: