Hide Y-Axis of Love Lace History-Graph

How do I align the 2 history-graphs? The peaks in the first history-graph should more or less line up with the red in the second history-graph, but the y-axis scale in the first history-graph is compressing the x-axis. Can I perhaps hide the y-axis labels? Ideally, I’d also like to hide the legend.

type: vertical-stack
cards:
  - type: sensor
    entity: sensor.tsl2561_ambient_light
  - type: history-graph
    hours_to_show: 80
    refresh_interval: 0
    entities:
      - sensor.tsl2561_ambient_light
  - type: history-graph
    hours_to_show: 80
    refresh_interval: 0
    entities:
      - switch.sonoff_basic_1_relay

I am using a Vertical Stack because I want the switch data under the line graph, but I don’t like the space between the 2 history-graphs.

Unfortunately I don’t know how to, but I’d like to be able to do these things too! More options for customising the history graphs would be really nice.

Up for this feature. Also for me is essential to align an on off chart with a graph in terms of time

Yep, would be nice to have those simple options!