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

fix: created unique IDs for each chart . #4189 #4194

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from

Conversation

Himanshu-Kathania
Copy link

#4189
charts were sharing the same synchronization ID, which causes them to synchronize their tooltips and other interactions

Description

Generated unique IDs for each chart using uuid. also changed the syncId from number to string.

ex - const starsChartSyncId = uuidv4();

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

4189.mp4

Steps to QA

Tier (staff will fill in)

  • Tier 1
  • Tier 2
  • Tier 3
  • Tier 4

[optional] What gif best describes this PR or how it makes you feel?

…so create seperate syncId in order to avoid the issue.
Copy link

netlify bot commented Nov 17, 2024

👷 Deploy request for oss-insights pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit dd4469b

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

PR Compliance Checks

Thank you for your Pull Request! We have run several checks on this pull request in order to make sure it's suitable for merging into this project. The results are listed in the following section.

Issue Reference

In order to be considered for merging, the pull request description must refer to a specific issue number. This is described in our Contributing Guide.
This check is looking for a phrase similar to: "Fixes #XYZ" or "Resolves #XYZ" where XYZ is the issue number that this PR is meant to address.

Copy link

netlify bot commented Nov 17, 2024

Deploy Preview for design-insights ready!

Name Link
🔨 Latest commit dd4469b
🔍 Latest deploy log https://app.netlify.com/sites/design-insights/deploys/6739bcb414493800087d08f0
😎 Deploy Preview https://deploy-preview-4194--design-insights.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Congrats on making your first Pull Request and thanks for taking the time to improve Open Sauced! ❤️! 🎉🍕
Say hello by joining the conversation in our Discord

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.

1 participant