Giter Site home page Giter Site logo

Comments (1)

Caerbannog avatar Caerbannog commented on July 18, 2024

Part of the problem persists.

I have tested Metabase v0.50.12.
The fix works for stacked histograms.
The fix does NOT work for "stacked - 100%" histograms.

To Reproduce (steps 1-3 are the same as before)

  1. Create a new SQL question with the code below:
select 10 as y, 'xx' as x, 'a' as split
union all 
select 15, 'xx', 'b';
  1. Click on Run, set the vizualization to "Histogram"
  2. Configure the series as below

image

  1. Now go to the "Axis" tab, uncheck the automatic Y-axis scaling. Set a Minimum of 0.5, a maximum of 1.5.

  2. Go to the "Display" tab and select the last stacking option ("Empiler - 100 % (Diagramme à bandes en fréquence)" in this screenshot).
    What should happen : the Y-axis should start at 50%, NOT 0%. This used to work.

image

from metabase.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.