Skip to content

H08: Create chart with separate axes and custom svg elements#11

Open
dqmrf wants to merge 5 commits into
mainfrom
highcharts/08-separate-axes
Open

H08: Create chart with separate axes and custom svg elements#11
dqmrf wants to merge 5 commits into
mainfrom
highcharts/08-separate-axes

Conversation

@dqmrf

@dqmrf dqmrf commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

@dqmrf dqmrf requested review from ddragula and removed request for ddragula June 25, 2026 13:48
@dqmrf dqmrf requested a review from ddragula June 26, 2026 12:31

@ddragula ddragula left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM 🎉

PS Just out of curiosity, I wonder where the idea for what I saw in previous commits came from (the extensive inheritance of specific SVG Element classes). 😄 Impressive, but quite complex for such a simple task.

Comment on lines +140 to +141
enableMouseTracking: false,
states: { hover: { enabled: false } }

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

You don't need to disable hover state if you also disable mouse tracking.

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.

Makes sense.

@dqmrf

dqmrf commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator Author

In the previous commit, I was just playing around with prototypes, then rewrote it all into classes. But yes, this is not for this case, and especially not for the demo.

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