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

Create infocard interaction for point-based visualization #8

Closed
nickmcclellan opened this issue Oct 22, 2013 · 2 comments
Closed

Create infocard interaction for point-based visualization #8

nickmcclellan opened this issue Oct 22, 2013 · 2 comments

Comments

@nickmcclellan
Copy link
Contributor

While the 1.0 e-Databook populated the sidebar with information for neighborhoods as the user rolled over, we'd like the sidebar information for point based data to allow multiple schools/child care centers to be compared.

When the user rolls over the points, it will populate the sidebar with information about that school or child care center. However, if they click, they will collect info cards from multiple points, however many they click, so they may compare multiple schools.

This interaction is partly working on the D3 skeleton now, although not all data points are being called into the infocards and the design is not especially elegant.

@ajschumacher
Copy link
Contributor

There is now a function "displaySchoolData" in visualization.js which is where this could be done. Right now it's just writing raw html; it could be done in some more clever way if somebody wants to get all mvc on it, but I don't know if we need that much engineering on this one.

@ajschumacher
Copy link
Contributor

I think this issue is sort of the same as issue #7; closing this one and copying the text to comments of that one.

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

2 participants