RomRider / apexcharts-card

📈 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant
MIT License
1.21k stars 84 forks source link

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

Open lhovo opened 2 months ago

lhovo commented 2 months ago

Checklist

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

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 10 days.

lhovo commented 2 weeks ago

Waiting for a dev response