-1

I needed to create something like this

A circle with small circles on its border

I needed to do this with plain HTML, CSS and JavaScript (perhaps) and data inside the small circles are retrieved through PHP. The placement of the mini-circles are dynamic depending on the number of data being retrieved from the database.

Furthermore, it should be responsive as well, since I am going to integrate it with Bootstrap for mobile-friendly site.

Lynnell Neri
  • 473
  • 1
  • 9
  • 21

1 Answers1

0

Okay, after thorough research, I've found this Stackoverflow question: How to create circles around a circle with css, javascript?

And one of its answer is being integrated into a JavaScript library called Moon Map.

An example of an implementation of Moon Map

I think I am going to use Moon Map for this. And I'll just update my answer after everything goes well. This Moon Map Documentation and Examples will definitely be useful.

Lynnell Neri
  • 473
  • 1
  • 9
  • 21
  • The time difference between your question and answer is nonexistent. If you're wanting your question to be a guide, 1) there are methods for that, and 2) just wait until you've actually finished the answer. – ElefantPhace Mar 16 '15 at 05:25
  • You don't have to delete your answer, but as it is almost an exact answer to your question.... – ElefantPhace Mar 16 '15 at 05:52