Skip to content

Commit

Permalink
fix: others bar 툴팁 깜빡임 y값 수치 120으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HIITMEMARIO committed Jul 26, 2024
1 parent c1369be commit 2279c24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const AuthorBarChart = () => {

// Event handler
const handleMouseOver = (e: MouseEvent<SVGRectElement | SVGTextElement>, d: AuthorDataType) => {
console.log("이름입니다", d.name);
tooltip
.style("display", "inline-block")
.style("left", `${e.pageX - 70}px`)
Expand Down

0 comments on commit 2279c24

Please sign in to comment.