Closed japacible closed 10 years ago
I'll be populating this as I continue consolidating the tutorials into useful bits of code to mess with. https://github.com/Bejoty/d3demos Although the current way I'm doing this uses local files through JavaScript, so I haven't found a good way to view these web pages on GitHub. They work on local repos, but I might add a hosting link from my own site or one of those cool real-time scripting sites.
If you push this to the gh-pages branch, you can view everything at:
bejoty.github.io/d3demos/[files]
Awesome, that works. Thank you!
No problem! I'm looking forward to seeing what you come up with.
Update for this week: Visualize, using D3, what we'd like to show in the app: select regions, have pop ups on clicks, have toggles to show different data, etc. Use mock data as closely related to our data as possible.
Currently searching for geo data of Pakistan, which is proving to be a small challenge in itself. I'm aiming for the most general case first (just the current country border), but hoping to score district boundary data as well. Unfortunately this is a country with somewhat contentious international borders to the north, and districts that occasionally get redefined.
Busy day! Geographic data of Pakistan has been achieved, at a resolution of provincial administrative boundaries. I was messing around with the styling a bit, so check it out: http://bejoty.github.io/d3demos/pakistan.html
Per our conversation from yesterday, can you comment with what you did/did not do?
For example, I don't think this is up yet:
Onclick is different from mouseover, because we don't have that functionality on a tablet.
Keeping a check list of what we have as sample code to just copy-paste into our project would be nice. If we can get all of this finished sooner, we can move you onto other tasks. The next few weeks are pretty critical, and we probably all have other projects and midterms coming up.
I've also been working on D3 the past two weeks to get ramped up for whenever I officially focus more on visualizations rather than Android.
Yes, sorry! I was hoping to get home 6 hours ago.
Complete
Up Next
Declaring D3 prototyping phase over. Current tasks will go in their own issues.
Prototype some possible D3 visualizations relevant to our project. In particular, check out the geographic D3 for animations (before/after).
Please put all of your code and screenshots onto a separate GitHub repo so we can easily refer to them and experiment with your work.