mckinsey / vizro

Vizro is a toolkit for creating modular data visualization applications.
https://vizro.readthedocs.io/en/stable/
Apache License 2.0
2.46k stars 109 forks source link

Mobile version layout bugs #541

Open l0uden opened 1 week ago

l0uden commented 1 week ago

Description

Here's some configurations where layout is not working as expected:

  1. Table in one container, graph in second

    image
  2. Table in one container, graph in second in horizontal orientation

    image
  3. Two graphs in horizontal orientation plus card

    image
  4. Agrid title overlaps second container tab

    image
  5. Agreed is unreachable with another graph in horizontal orientation

    image
  6. No graph displayed with two table on the same page

    image
  7. No graph displayed with lots of components in one container

    image

Expected behavior

No response

Which package?

vizro

Package version

0.1.17

Python version

3.9

OS

Mac, Linux

How to Reproduce

Just run tests examples from vizro-qa

Output

No response

Code of Conduct