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

dropdown to switch race for cumulative itemized campaign contributions graph #378

Open
ianaroot opened this issue Feb 11, 2015 · 5 comments

Comments

@ianaroot
Copy link
Contributor

add dropdown of various races with event binding to rerender the graph based on contribution data for that particular race.

@ianaroot
Copy link
Contributor Author

@macfarlandian, lauren told me to tag you on this issue and maybe we could collaborate

@macfarlandian
Copy link

yeah – i don't really know what the current implementation is, but my thought was to use the C3 chart library, which gives you most of the interactivity lauren was talking about for free: http://c3js.org/samples/timeseries.html

we'd just need to add a dropdown to load some new data

@evanwolf
Copy link
Contributor

evanwolf commented Mar 9, 2015

question about payload. more than half of our users will be accessing this on mobile. so...

  • Bandwidth: Is it cheaper (in bytes) to download data and render in the browser or to pre-render on the server and download images? we can achieve similar animation through css+js as through C3.
  • Connectivity: Can we cache data in the browser for offline viewing?

@macfarlandian
Copy link

i'm also wondering where this particular feature fits into the grand scheme of redesigning the homepage ... if individual races are going to have their own pages that look kind of like what the mayor-only homepage currently looks like, a dropdown to switch races might not be super relevant anymore.

@lla2105
Copy link

lla2105 commented Mar 11, 2015

Hi @macfarlandian good point on the dropdown not being as relevant now with the homepage redesign. @elinaru what do you think? since you have more of an idea of what our redesign homepage is going to look like.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants