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

Initialized sample values in chart activity #1703

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

Conversation

SaniyaBorkar
Copy link

Fix to issue: #1695

Issue: The problem occurs because the sample values are not localized if the onJournalNewInstance function is triggered before the localization process. As a result, the function returns default values (e.g., EgLabelX), which are not in the localized format.

Fix: To resolve this issue, the onJournalNewInstance function is triggered after the localization process. This ensures that all sample values are correctly localized before they are used, preventing the default values (e.g., EgLabelX) from being used.

Sugarizer.-.Google.Chrome.2025-01-12.15-01-27.mp4

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