Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Aug 31, 2022
    • Ngoc Khuat's avatar
      Fix incorrectness issue for advanced FieldValues when sandboxing use native question (#24967) · ffa2302c
      Ngoc Khuat authored
      
      * use login-attributes when hash advanced field-values if sandbox use native query
      
      * add a e2e test
      
      * Add repro for #24966
      
      Co-authored-by: default avatarNemanja <31325167+nemanjaglumac@users.noreply.github.com>
      ffa2302c
    • Mahatthana (Kelvin) Nomsawadi's avatar
      Show data point values on static viz (followed-up PR) (#24938) · b8f4c6ef
      Mahatthana (Kelvin) Nomsawadi authored
      * Handle negative bar data point value
      
      * Migrate static line chart values to Values component
      
      * Migrate static bar chart values to using Values component
      
      * Migrate static area chart values to using Values component
      
      * Fix stroke rendering
      
      * Fix multiseries value collision
      
      * Fix bar + y axis collision
      
      * Fix x-axis collision
      
      * Fix collision bug
      
      * Render chart last so it's above the Y axises
      
      * Fix value stroke collide with X-axis
      
      * Tidy up <Values /> and make it more readable
      
      * Fix auto compact formatting for stacked chart
      
      * Handle overlapping value with left Y-axis
      
      * `serie` -> `series`, and `series` -> `multipleSeries`
      
      So, it's grammatically correct.
      
      * Move some types to where they should belong
      
      * Add OutlinedText for static viz
      
      This is for <Text /> that has a stroke and has `pain-order: stroke`.
      b8f4c6ef
  2. Aug 30, 2022
  3. Aug 29, 2022
  4. Aug 27, 2022
  5. Aug 26, 2022
Loading