Jackodb / Visualization

Visualization using DASH/Plot.ly
0 stars 0 forks source link

Layout of the chart #4

Open Jackodb opened 5 years ago

Jackodb commented 5 years ago

I need to find an appropriate size for the chart since it is a bit small now.

Jackodb commented 5 years ago

Adjusted it. Might need some more finetuning: https://community.plot.ly/t/cant-seem-to-change-default-height-on-graph/6742/6

Jackodb commented 5 years ago

Chart and title are a bit skewed. Everything needs to be aligned correctly (placing everything in the center). Solution: dcc.Location() needed to be placed beneath everything else inside parent html.Div and I removed the width in the style of the parent html.Div

Jackodb commented 5 years ago

Get a button that allows users to switch between vertical and horizontal view

Jackodb commented 5 years ago

The layout of the Submit button differs per UI. If you would output it in the browser, the button looks like it should. However, when used in the GUI, the button's layout somehow gets altered. How to adjust this?

Jackodb commented 5 years ago

The chart doesn't seem to be correctly placed in the center