Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jun 20, 2024
  2. Jun 04, 2024
  3. Jun 01, 2024
    • Jesse Devaney's avatar
      Fix data labels too dense with large single series (#42985) · 72443c62
      Jesse Devaney authored
      
      * remove unused variable
      
      * conditionally render labels sparsely if large amount of data points
      
      * update loki snapshots
      
      * refactor data label formatter conditions
      
      * setup intelligent label plotting
      
      * handle the case when there are no labels
      
      * add sparse data label rendering to bar charts
      
      * do not compute if no labels need to be shown or hidden
      
      * add sparse data labeling to waterfall charts
      
      * adjustment for large series waterfall labels
      
      * revert change
      
      * refactor name
      
      * add sparse labels to stacked bar and area
      
      * improve scaleFactor
      
      * fix type errors
      
      * remove unused labelFormatter
      
      * update snapshots
      
      * patch ECharts
      
      - labels with no text, i.e. "", were still being considered as plot-able labels which was causing labels with real text "asdfec.." to be hidden because of overlap.
      - This patch makes it so that labels with no text, i.e. "", are not considered to be candidates for overlap checking.
      
      * update loki snapshots
      
      * only loop over dataset once for getWaterfallChartDataDensity
      
      * improve performance of chart data density calculations
      
      * update loki snapshots
      
      * update E2E spec
      
      * update E2E spec
      
      * increase cartesian label density allotment
      
      * update loki snapshots
      
      * update loki snapshots
      
      * comment out node_modules cache since it cannot be skipped by commit and is breaking CI
      
      * fix type errors
      
      * Reset node modules if patches are changed
      
      * refactor type naming
      
      ---------
      
      Co-authored-by: default avatarUladzimir Havenchyk <uladzimir.dev@gmail.com>
      Co-authored-by: default avatarUladzimir Havenchyk <125459446+uladzimirdev@users.noreply.github.com>
      Unverified
      72443c62
  4. May 31, 2024
  5. May 30, 2024
  6. May 20, 2024
  7. May 16, 2024
  8. May 02, 2024
  9. Apr 23, 2024
  10. Feb 02, 2024
  11. Feb 01, 2024
  12. Jan 24, 2024
  13. Jan 23, 2024
  14. Jan 18, 2024
  15. Jan 03, 2024
  16. Dec 13, 2023
  17. Dec 11, 2023
  18. Dec 08, 2023
  19. Dec 04, 2023
  20. Nov 15, 2023
  21. Nov 09, 2023
  22. Oct 27, 2023
  23. Oct 25, 2023
  24. Oct 22, 2023
  25. Oct 19, 2023
  26. Oct 17, 2023
  27. Oct 16, 2023
  28. Oct 10, 2023
    • Nemanja Glumac's avatar
      E2E isolate mongo (#34423) · 899ad8ab
      Nemanja Glumac authored
      * Tag Mongo-dependent E2E tests
      
      * Run mongo tests only if `CYPRESS_QA_DB_MONGO` is `true`
      
      * Adjust E2E workflow to run mongo tests separately
      
      * Guard against missing mongo env var
      
      * Fix workflow
      
      * Fix qa snapshots
      
      * Tag additional Mongo E2E tests
      
      * Omit tests tagged with `@mongo` in regular runs
      Unverified
      899ad8ab
  29. Oct 06, 2023
  30. Jun 21, 2023
  31. Jun 20, 2023
Loading