Skip to content

H14: Create synchronized pie charts#12

Open
dqmrf wants to merge 1 commit into
mainfrom
highcharts/14-synchronized-pies
Open

H14: Create synchronized pie charts#12
dqmrf wants to merge 1 commit into
mainfrom
highcharts/14-synchronized-pies

Conversation

@dqmrf

@dqmrf dqmrf commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@dqmrf dqmrf requested a review from annavvis June 29, 2026 07:43

@annavvis annavvis left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really good job with this exercise! You’ve created a new Highcharts.Tooltip and used the mouse events, which this exercise was about. I don’t have any major comments, just a little nitpick, but the task looks good to me :)

if (!legendGroup?.element) return;
const legendItemElement = legendGroup.element;

legendItemElement.addEventListener('mouseover', (e) => {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need to pass the event here? it's not used anywhere

@dqmrf dqmrf Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's not used, then it's not needed. My bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants