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

Regression: y-axis minimum is ignored for stacked 100% histograms #48021

Open
Caerbannog opened this issue Sep 19, 2024 · 0 comments
Open

Regression: y-axis minimum is ignored for stacked 100% histograms #48021

Caerbannog opened this issue Sep 19, 2024 · 0 comments
Labels

Comments

@Caerbannog
Copy link

Describe the bug

A regression was introduced in the last few versions of Metabase.
For stacked 100% histgrams the y-axis minimum value is now ignored. It used to work.
It was fixed for simple stacked histograms, but not for "stacked 100%" histograms.

The following issue is the same bug, but it was only partially fixed:
#44672 (comment)

To Reproduce

See reproduction in #44672.

Expected behavior

No response

Logs

No response

Information about your Metabase installation

{
  "browser-info": {
    "language": "fr-FR",
    "platform": "Linux x86_64",
    "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:130.0) Gecko/20100101 Firefox/130.0",
    "vendor": ""
  },
  "system-info": {
    "file.encoding": "UTF-8",
    "java.runtime.name": "OpenJDK Runtime Environment",
    "java.runtime.version": "11.0.23+9",
    "java.vendor": "Eclipse Adoptium",
    "java.vendor.url": "https://adoptium.net/",
    "java.version": "11.0.23",
    "java.vm.name": "OpenJDK 64-Bit Server VM",
    "java.vm.version": "11.0.23+9",
    "os.name": "Linux",
    "os.version": "5.10.223-212.873.amzn2.x86_64",
    "user.language": "en",
    "user.timezone": "GMT"
  },
  "metabase-info": {
    "databases": [
      "postgres"
    ],
    "hosting-env": "unknown",
    "application-database": "postgres",
    "application-database-details": {
      "database": {
        "name": "PostgreSQL",
        "version": "16.3"
      },
      "jdbc-driver": {
        "name": "PostgreSQL JDBC Driver",
        "version": "42.7.3"
      }
    },
    "run-mode": "prod",
    "plan-alias": "",
    "version": {
      "date": "2024-07-12",
      "tag": "v0.50.12",
      "hash": "86d4671"
    },
    "settings": {
      "report-timezone": "Europe/Paris"
    }
  }
}

Severity

low

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant