fzaninotto / fzaninotto/CodeFlower
Embed URL within a circle
- Dominant language
- JavaScript
- Stars
- 711
- Forks
- 313
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
Does anyone know how to embed a url within a circle in codeflower so that when I do a mouse over and the url is visible I can click on it.
Is it something that I can embed in the following:
.call(this.force.drag)
.on("click", this.click.bind(this))
.on("mouseover", this.mouseover.bind(this))
.on("mouseout", this.mouseout.bind(this));
Thanks in advance.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing the circle event handlers shown in the issue: force.drag, click, mouseover, and mouseout. Check how CodeFlower currently exposes URLs and determine the expected interaction; done means a URL associated with a circle is visible on hover and can be clicked.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100