Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

waffle href #2203

Merged
merged 4 commits into from
Oct 19, 2024
Merged

waffle href #2203

merged 4 commits into from
Oct 19, 2024

Conversation

Fil
Copy link
Contributor

@Fil Fil commented Oct 19, 2024

closes #2202

@Fil Fil requested a review from mbostock October 19, 2024 16:12
@Fil Fil mentioned this pull request Oct 19, 2024
src/marks/waffle.js Outdated Show resolved Hide resolved
@mbostock mbostock enabled auto-merge (squash) October 19, 2024 17:12
@mbostock mbostock merged commit 27e8fff into main Oct 19, 2024
1 check passed
@mbostock mbostock deleted the fil/waffle-href branch October 19, 2024 17:14
@Fil
Copy link
Contributor Author

Fil commented Oct 19, 2024

good call! thanks

@@ -35,6 +35,7 @@ export class WaffleY extends BarY {

function waffleRender(y) {
return function (index, scales, values, dimensions, context) {
const {ariaLabel, href, title, ...visualValues} = values;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

If this needs to be done somewhere else in the future, we should probably instead split applyChannelStyles into two functions (applyChannelStyles and applyChannelSemantics).

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.

The Waffle mark does not support href
2 participants