open-modex / result_comparison

MIT License
0 stars 2 forks source link

Fix/graph responsive #35

Closed bmlancien closed 3 years ago

bmlancien commented 3 years ago

Fixes #34 The table should be responsive to the width of the window now.

henhuy commented 3 years ago

table looks good and is responsive, but unfortunately the graph disappears.. :( After resizing window graph appears again?! dashboard_graph

Could you check again, @bmlancien ?

bmlancien commented 3 years ago

Thanks for noticing this! I didn't have this issue using another scenario... I added a min-height to the plots so they always stay visible (the div was still there but the height was at 0). However it might be better to add this min-height into the python code? What do you think @henhuy ?