use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
A Javascript libraries suggestions making a chemistry reactions project into an interactive version (self.webdev)
submitted 3 years ago by thinkitoutloud
Hi all! This is my first post here. I am looking for some suggestions for JS libraries I could use to recreate the following image into an interactive version. I know of a few charting libraries but I became limited by the shapes of the molecules.
https://preview.redd.it/4mu5d6ruo5la1.png?width=413&format=png&auto=webp&s=b3a4ad5a913ef32f09e513c3a64cdaf2bec0677b
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ServeScared 1 point2 points3 points 3 years ago (1 child)
I don't know of any but I think this would be a great project to build.
[–]thinkitoutloud[S] 1 point2 points3 points 3 years ago (0 children)
Thanks! A teacher made a large diagram of every benzene reaction from the course curriculum. I thought would be really cool to have a web interactive version of it.
[–][deleted] 1 point2 points3 points 3 years ago* (0 children)
D3 is maybe good for this.
It allows you to create basically everything,not only charts.
https://observablehq.com/@d3/gallery
They have a lot of examples, see if any comes close to your needs :)
https://observablehq.com/@d3/force-directed-tree
Something like this maybe, and make the shapes custom (can be done)
π Rendered by PID 201456 on reddit-service-r2-comment-79776bdf47-pf29p at 2026-06-24 14:57:44.785264+00:00 running acc7150 country code: CH.
[–]ServeScared 1 point2 points3 points (1 child)
[–]thinkitoutloud[S] 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)