feat(axis): Add multiline axis label support with proper spacing#645
feat(axis): Add multiline axis label support with proper spacing#645rajdivergenceneuro wants to merge 3 commits into
Conversation
- Add multiline axis label support for both X and Y axes using newline characters and string arrays - Update CartesianAxis component to handle multiline labels with proper width calculation per line - Implement dynamic label positioning that accounts for individual line widths in multiline scenarios - Add new example route demonstrating multiline axis labels with months and performance metrics - Update type definitions to support string array format for axis labels - Improve label offset and spacing calculations for better visual alignment of multiline text - Add changeset entry documenting the new multiline axis label feature
🦋 Changeset detectedLatest commit: c5ac82f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
@rajdivergenceneuro is attempting to deploy a commit to the formidable-labs Team on Vercel. A member of the Team first needs to authorize it. |
|
@rajdivergenceneuro I'm following this PR and was wondering about the expected timeline for when it might be merged and released. I see the Vercel deployment check requires authorization, and the PR is still waiting for an approving review. Are there any specific blockers or additional changes needed before this can be merged? |
|
Thanks y'all, sorry for the delays here, I'm hoping to have a bit more time to squeeze in some of these fixes, thank you for the patience! |
|
Closing for #672 - Thanks for your contribution! I implemented most of this on that PR but not all of it. |
Description
Fixes # (issue)
Type of Change
How Has This Been Tested?
Checklist: (Feel free to delete this section upon completion)
yarn run check:codeand all checks pass