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

Add an option to now to allow text to be displayed on otherside of line #765

Open
3 tasks done
lhovo opened this issue Aug 30, 2024 · 0 comments
Open
3 tasks done
Labels
feature-request New feature or request

Comments

@lhovo
Copy link

lhovo commented Aug 30, 2024

Checklist

  • I am running the latest version of the card
  • I checked if there isn't another feature request opened with the same request
  • I checked that the feature is not already available in the dev branch

Is your feature request related to a problem? Please describe.
The now label is overlapping data on the graph, hiding the data leading up to the now line.

Describe the solution you'd like
I would like to see an option added so that we can choose what side of the line to show the now text
Possible implementation in code could look like

now:
    show: true
    label: "Now"
    align: right

Describe alternatives you've considered

Removing the label fixes the data overlap issue, and is the solution I am running with at the moment.
It would be good to add the label back at some point in the future.

now:
    show: true
    label: ""

Additional context
70758a08-37fa-4b80-9a3b-4dc9e5ee62bc
a3baa2c5-42d2-434a-8dd3-0c8f1e43bca2

@lhovo lhovo added the feature-request New feature or request label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant