Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Oct 07, 2022
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Static gauge chart (#25651) · d4cb1e5a
      Mahatthana (Kelvin) Nomsawadi authored
      * Basic static gauge chart
      
      * Add gauge segment min max labels
      
      * Add gauge segment label
      
      * Cleanup code
      
      * Fix React list key error
      
      * Remove hard-coded colors
      
      * Make the everything calculates at the gauge center
      
      * Make gauge segment data easier to understand
      
      * Example scaling chart to avoid label overflow
      
      * Avoid long labels overflow by scaling the gauge chart down
      
      * Match gauge needle color with the design
      
      * Fix hard coded gauge segment label anchor calculation
      
      * Fix static gauge chart not rotate gauge needle correctly
      
      * Add E2E for static gauge chart
      
      * Fix `transform-origin: center` not working with BE static chart
      
      * Truncate long segment label so charts can never be too small
      
      * Fix gauge segment not connected to each other
      
      * Static chart refactor part 1
      
      * Final static gauge chart refactoring
      
      * Simplify clojure chart render function
      
      * Fix relative imports
      
      * Make overlapping gauge labels more legible
      
      * Make GaugeLabelData property orders consistent
      
      * Make a function easier to read
      
      * Make the calculation more correct
      
      though the behavior would still be the same
      
      * Separate presentational component out of the Gauge component
      
      * Remove unused tap>
      
      * Fix gauge chart not working on chart tester in internal static viz page
      
      * Fix gauge chart not rendered with Lato font
      
      * Improve internal page static chart tester option clarity
      
      * Support column settings in gauge charts
      
      * Add unit tests for static gauge chart utils
      
      * Address review
      
      * Fix unittest failure
      Unverified
      d4cb1e5a
    • Gustavo Saiani's avatar
    • Dalton's avatar
      Move type functions in `schema_metadata.js` to `metabase-lib` (#25822) · bafce111
      Dalton authored
      * Move some constants in schema_metadata to metabase-lib
      
      * Rename isFK and isPK to isTypeFK, isTypePK to handle name conflicts
      
      * Move type logic in schema_metadata.js to metabase-lib
      
      * Move unit test over to isa.unit.spec.js
      Unverified
      bafce111
  2. Oct 06, 2022
  3. Oct 05, 2022
  4. Oct 04, 2022
  5. Oct 03, 2022
  6. Sep 30, 2022
  7. Sep 29, 2022
    • Dalton's avatar
      Stop a few unnecessary query reruns in Models (#25681) · ae559d7e
      Dalton authored
      * Fix/refactor QB dirty results selector
      
      * Don't clobber query results & last run card when canceling model changes
      
      * Always rerun updated questions if they have a dirty query
      
      * Add action that only reruns dirty question queries
      
      * Stop rerunning model queries in a few scenarios where they don't need to run
      
      * Fix e2e tests
      
      * Add e2e tests to ensure reruns when necessary
      Unverified
      ae559d7e
Loading