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

Format output value #259

Closed
Ababuy78 opened this issue Jan 20, 2022 · 4 comments
Closed

Format output value #259

Ababuy78 opened this issue Jan 20, 2022 · 4 comments
Labels
feature New feature

Comments

@Ababuy78
Copy link

This is not an issue, it is more of an improvement.

It would be nice to be able to format the output value like a C String.Format.

For instance to show a date always with two characters like day 1, month 1and year 2022 show 01-01-2022. Or add text before and after the output value.

@unocelli
Copy link
Member

Hi,
you mean to format the datetime in chart?
by output value you can format your value with unit (that will be added after) and digits
image

@Ababuy78
Copy link
Author

Hi!

Thank you for your reply! This is an amazing project, congratulations!

I mean to make a string like Format(“Program {0:00} - Segment {1:00}”,TagProgram,TagSegment) to show two tags as "Program 01 - Segment 08".

@unocelli
Copy link
Member

Yes, good idea.
I think could be nice as new output control and as alternative. I added to my todo list ;-) Thanks

@unocelli unocelli added the feature New feature label Jan 30, 2022
@unocelli
Copy link
Member

Now the feature can be solved with a script

@unocelli unocelli closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants