Skip to content

Allow min and max with decimal places#3782

Merged
sveltifier merged 6 commits intomainfrom
feature/update-to-allow-min-and-max-in-decimal-places
Feb 16, 2026
Merged

Allow min and max with decimal places#3782
sveltifier merged 6 commits intomainfrom
feature/update-to-allow-min-and-max-in-decimal-places

Conversation

@precious-onyenaucheya-ons
Copy link
Copy Markdown
Contributor

@precious-onyenaucheya-ons precious-onyenaucheya-ons commented Feb 9, 2026

What is the context of this PR?

This PR fixes the bug ONSDESYS-800, where the y-axis min and max values could not be set with decimal places.

How to review this PR

  1. On the main branch, navigate to the Example bar chart.
  2. Replace the existing y-axis configuration with the configuration below and verify that the min and max values are not applied.
  3. Switch to this branch and repeat the same steps.
  4. Confirm that the min and max values are now correctly applied.

"yAxis": { "title": "Percent (%)", "min": -3.5, "max": 6.5, "tickIntervalDesktop": 0.5 },

Checklist

This needs to be completed by the person raising the PR.

  • I have selected the correct Assignee
  • I have linked the correct Issue

@vercel
Copy link
Copy Markdown

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
design-system Ready Ready Preview, Comment Feb 12, 2026 11:26am

@precious-onyenaucheya-ons precious-onyenaucheya-ons marked this pull request as ready for review February 9, 2026 12:15
@precious-onyenaucheya-ons precious-onyenaucheya-ons requested a review from a team as a code owner February 9, 2026 12:15
@precious-onyenaucheya-ons precious-onyenaucheya-ons added the Bug Something isn't working label Feb 9, 2026
@precious-onyenaucheya-ons precious-onyenaucheya-ons force-pushed the feature/update-to-allow-min-and-max-in-decimal-places branch from 61e83af to 1f24358 Compare February 9, 2026 12:28
@sveltifier sveltifier merged commit b8294ee into main Feb 16, 2026
12 checks passed
@sveltifier sveltifier deleted the feature/update-to-allow-min-and-max-in-decimal-places branch February 16, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants