Skip to content

feat: add route and menu support for axes label properties#12899

Open
gururaj1512 wants to merge 5 commits into
stdlib-js:refactor/plotfrom
gururaj1512:view-axis-label-_
Open

feat: add route and menu support for axes label properties#12899
gururaj1512 wants to merge 5 commits into
stdlib-js:refactor/plotfrom
gururaj1512:view-axis-label-_

Conversation

@gururaj1512

Copy link
Copy Markdown
Member

Resolves None

Description

What is the purpose of this pull request?

This pull request:

  • feat: add route and menu support for axes label properties

Related Issues

Does this pull request have any related issues?

This pull request has the following related issues:

Questions

Any questions for reviewers of this pull request?

No.

Other

Any other information relevant to this pull request? This may include screenshots, references, and/or implementation notes.

No.

Checklist

Please ensure the following tasks are completed before submitting this pull request.

AI Assistance

When authoring the changes proposed in this PR, did you use any kind of AI assistance?

  • Yes
  • No

If you answered "yes" above, how did you use AI assistance?

  • Code generation (e.g., when writing an implementation or fixing a bug)
  • Test/benchmark generation
  • Documentation (including examples)
  • Research and understanding

Disclosure

If you answered "yes" to using AI assistance, please provide a short disclosure indicating how you used AI assistance. This helps reviewers determine how much scrutiny to apply when reviewing your contribution. Example disclosures: "This PR was written primarily by Claude Code." or "I consulted ChatGPT to understand the codebase, but the proposed changes were fully authored manually by myself.".

AI helped trace and troubleshoot the signal-less property rendering issue (labelBound input rendering and Vega signal errors), though the final changes were manually reviewed, built, and tested.


@stdlib-js/reviewers

@stdlib-bot stdlib-bot added the Needs Review A pull request which needs code review. label Jun 15, 2026
@kgryte kgryte added Feature Issue or pull request for adding a new feature. and removed Needs Review A pull request which needs code review. labels Jun 16, 2026
event.property === 'width' ||
event.property === 'height' ||
event.source === 'padding' ||
event.property === 'labelAlign' ||

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.

If this lists keeps growing, we'll want to figure out a better way of handling these exceptions.

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.

This folder is misspelled. s/seperation/separation/.

Comment thread lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js Outdated
Comment thread lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js Outdated
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
Comment thread lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js Outdated
Comment thread lib/node_modules/@stdlib/plot/base/view/lib/browser/routes/index.js Outdated
Co-authored-by: Athan <kgryte@gmail.com>
Signed-off-by: Athan <kgryte@gmail.com>
'units': 'px'
},
'labelAlign': {
'description': '',

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.

These are all missing descriptions.

Signed-off-by: Athan <kgryte@gmail.com>

@kgryte kgryte 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.

Only a couple of minor comments remain to be resolved.

You'll likely want to regenerate the bundle again, as I made some edits to the app source files.

@kgryte kgryte added the Needs Changes Pull request which needs changes before being merged. label Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feature Issue or pull request for adding a new feature. Needs Changes Pull request which needs changes before being merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants