Let's discuss your "Global Meteorite Map Data Visualization"

Greetings, Fellow Campers!

This topic is for listing and review of Global Meteorite Map Data Visualization projects built as a part of FCC challenges. Please stick to these basic rules to keep the topic clean:-

  • Post your Codepen (or other) link to your project as a general reply to this topic.
  • For Codepen links use the following format to avoid embedding the pen:-
Project Link - [http://codepen.io/santakmishra/full/pgqOYq/](http://codepen.io/santakmishra/full/pgqOYq/)
  • Post reviews as a specific reply to the link which you are reviewing.

Project Link - http://codepen.io/mtroiani/full/YWKJEy/

2 Likes

Project Link - http://codepen.io/d33con/full/OXqdKg/

1 Like

Project Link - https://codepen.io/jrogatis/pen/zBgaWk
Finaly!!!
Using d3 v4

2 Likes

Project Link +> http://www.aungmyokyaw.com/FCC-D3/MapDataAcrosstheGlobe/
Source Code => https://github.com/AungMyoKyaw/FCC-D3
Finally !
I accomplish d3. :smiley:

Project Link --> https://codepen.io/BrusBilis/full/kkjNNE

Project Link ─ FreeCodeCamp : Map Data Across the Globe

React.js & D3.js. Feedback is always appreciated. :wink:

1 Like

Project Link - http://codepen.io/cjsheets/full/mOdEzR/

Nearly complete. Final lingering bug requires you to zoom before you can pan (double click or scroll wheel) :unamused:

This project has been challenging and the last bug has me pulling my hair out! I’ve really enjoyed the D3 section though and am definitely inspired to continue reading and make more visualizations :smiley:

in one word

wow

great job

1 Like

this is what i am seeing in you link :confused:

this is what i am seeing may be some link broken

Project link: Global Meteorite Map Data Visualization

2 Likes

mine

1 Like

Here’s my meteorite map:
map

code

1 Like

Because I can’t delete forum posts.

1 Like

@JordanSobovitch Nice work! It looks great, and the code is much cleaner than mine. :slight_smile: The only thing I noticed is that some of your larger circles overlap the smaller circles, and prevent the mouseover effect from working on them correctly. For example:

I ran into the same problem with mine. I had to handle the mouseover effects a little bit more directly since I used a canvas instead of svg, so I was able to check to see if the mouse was currently over multiple circles, and highlight the smallest one. With svg, it may be easier to use the z-index, but I’m not sure. Overall, very nice work! :smile:

Because I can’t delete forum posts.

I can relate to that feeling! :slight_smile: Thank you for the kind words. I’m in the same situation with a few little things on my projects. I would rather focus on the next project sometimes than spend the time on small things on projects that I’ve already completed. Keep up the good work!

This was fun. Enjoying D3. Project Link - http://codepen.io/LindseyMaddox/full/jBWMVb/

1 Like

Nice work! I like the legend.

1 Like