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

Hint markup element and table column hint #122

Closed
timka-s opened this issue Mar 14, 2024 · 4 comments
Closed

Hint markup element and table column hint #122

timka-s opened this issue Mar 14, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@timka-s
Copy link

timka-s commented Mar 14, 2024

Goal: Fast help for user to use charts

  1. New function - Hint(content: Markup, body: Optional[Markup])
    When user hover hint body - he view hint box
    image

If body not defined - use some default hint symbol, like ℹ️

  1. New property group for Table column - hint
    If enabled - after column name added hint
    image
@timka-s
Copy link
Author

timka-s commented May 6, 2024

An additional example of usage in a calculated field:
SquareTextField = Markup(SquareField, Hint(Markup("Formula is ", Bold("Pi * R * R"), ", where ", Bold("R"), " is", RadiusField), Bold("?"))

@Marginy605
Copy link
Contributor

Goal: Fast help for user to use charts

  1. New function - Hint(content: Markup, body: Optional[Markup])
    When user hover hint body - he view hint box
    image

If body not defined - use some default hint symbol, like ℹ️

  1. New property group for Table column - hint
    If enabled - after column name added hint
    image

@timka-s hi! We are glad to inform you that we've implemented hint for selectors and table headers.
It is available on recent version of containers images.

@Marginy605
Copy link
Contributor

An additional example of usage in a calculated field: SquareTextField = Markup(SquareField, Hint(Markup("Formula is ", Bold("Pi * R * R"), ", where ", Bold("R"), " is", RadiusField), Bold("?"))

Could you please move this to another issue with more details of use cases of it

@timka-s
Copy link
Author

timka-s commented May 30, 2024

New issue for function: #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

3 participants