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

Trailing zeroes not appearing for objects of type 'float' #37

Open
sarahsonder opened this issue May 25, 2024 · 0 comments
Open

Trailing zeroes not appearing for objects of type 'float' #37

sarahsonder opened this issue May 25, 2024 · 0 comments

Comments

@sarahsonder
Copy link
Collaborator

Problem: When generating visualizations for objects of type float, the images do not show the trailing zeroes.

Current behaviour:
Input: [ { "name": "float", "id": 13, "value": 7.0 } ]
Output:
image

Expected behaviour: it should show 7.0 as opposed to 7.

Note that this problem only occurs with trailing zeroes. Other values such as 7.123 display properly.

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

No branches or pull requests

1 participant