-
Notifications
You must be signed in to change notification settings - Fork 6
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
Graphs #18
Comments
chartjs is going to work really well for simple graphs. @Taitrnator was talking about a visualization that could be used to "follow the money" so to speak. I think something similar to the github "network" graph that shows the merging and branching of branches would be really cool. Unfortunately, I'm pretty sure (not 100%) that we won't be able to accomplish this with chartjs. I think I remember something in the chartjs docs about creating custom graphs, but I could be wrong. |
I think the the flow of the money graph is a good idea, but I'm not sure how doable it is. |
what types of graphs and are needed? what data needs to be graphed? where are all are graphs placed |
sorry, late to the ball on this one line: total money donated per day (default last 7 days, expandable to month and 3 month quarter) pie: total contributors (PACs vs individual donors) bar: total # of pacs, individuals, and both donating to a candidate, and their opponents when and if possible. I'll be doing some more detailed wireframes for the different pages where these graphs will fit. Should have those up in the next few days. theres some rough ones right now in frontend/assets |
@Taitrnator mentioned wanting more graphs than what open disclosure has. We should brainstorm what graphs would be most useful/informative for users.
@justinharrison suggested using chart.js which looks nice to me.
http://www.chartjs.org/
The text was updated successfully, but these errors were encountered: