mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-14 01:00:36 -04:00
fix(curriculum): fix bad use of comma in d3 course "add a tooltip to a d3 element step" (#49296)
This commit is contained in:
committed by
GitHub
parent
9b6042e44d
commit
2b6ac6f731
@@ -8,7 +8,7 @@ dashedName: add-a-tooltip-to-a-d3-element
|
||||
|
||||
# --description--
|
||||
|
||||
A tooltip shows more information about an item on a page when the user hovers over that item. There are several ways to add a tooltip to a visualization, this challenge uses the SVG `title` element.
|
||||
A tooltip shows more information about an item on a page when the user hovers over that item. There are several ways to add a tooltip to a visualization. This challenge uses the SVG `title` element.
|
||||
|
||||
`title` pairs with the `text()` method to dynamically add data to the bars.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user