Lovelace: Swiper card

Hi there,
this card is very nice, but I am facing a very odd issue, and to be fair, I am not sure if it depends on this card directly.

I am trying to use this plugin in combination with the mini-graph-card custom card and unlike with the standard history-graph, when I use this I cannot manage to have the “big version” of the output, the mini-graph-card gets always reduced to a box.

Here my configuration:

      - type: custom:swipe-card
        cards:
          - type: custom:mini-graph-card
            name: Temperature
            line_color: red
            line_width: 8
            font_size: 75
            hours_to_show: 168
            points_per_hour: 1
            show:
              name: true
              fill: false
            entities:
              - entity: sensor.dark_sky_temperature
                name: Outside Temperature
          - type: custom:mini-graph-card
            name: Humidity
            line_color: blue
            line_width: 8
            font_size: 75
            hours_to_show: 168
            points_per_hour: 1
            show:
              name: true
              fill: false
            entities:
              - sensor.dark_sky_humidity
          - type: custom:mini-graph-card
            name: Illuminance
            line_color: yellow
            line_width: 8
            icon: mdi:theme-light-dark
            font_size: 75
            hours_to_show: 168
            points_per_hour: 1
            show:
              name: true
              fill: false
            entities:
              - sensor.illuminance

And here is how it looks:
image

Would you mind help me out or at least clarify if I should ask this to the mini-graph-card author?

Thanks :slight_smile:
Andrea