Funnel graph breaks

Funnel graph breaks when screen resolution is changed.

Steps to reproduce the behaviour:

  1. Go to "ask questions"
  2. Create a funnel type graph
  3. Add it to dashboard
  4. Decrease browser window size by grabbing from the side of the window

Expected behavior
Percentages and count are shown no matter what the window size

Actual behaviour:
At some point window screen is small enough that all numbers (count) is not shown.

Screenshots.
Percentages and count is shown

Count is not shown and the whole funnel graph looks poor

Hi @kpettai
Which version of Metabase? Please post “Diagnostic Info” from Admin > Troubleshooting.

Hi

Version: 0.34.2

{
  "browser-info": {
    "language": "en-GB",
    "platform": "MacIntel",
    "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36",
    "vendor": "Google Inc."
  },
  "system-info": {
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.6+10",
    "java.vendor": "AdoptOpenJDK",
    "java.vendor.url": "https://adoptopenjdk.net/",
    "java.version": "11.0.6",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.6+10",
    "os.name": "Linux",
    "os.version": "4.15.0-1057-aws",
    "user.language": "en",
    "user.timezone": "Etc/UTC"
  },
  "metabase-info": {
    "databases": [
      "postgres",
      "h2"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "11.5"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.2.8"
      }
    },
    "run-mode": "prod",
    "version": {
      "date": "2020-02-04",
      "tag": "v0.34.2",
      "branch": "release-0.34.x",
      "hash": "dab738c"
    },
    "settings": {
      "report-timezone": "UTC"
    }
  }
}

@kpettai Perfect. Opened an issue on it:
https://github.com/metabase/metabase/issues/12042 - upvote by clicking :+1: on the first post