Marcel Albus

Results 2 issues of Marcel Albus

I wanted to highlight the axes, to indicate missing or excessive occurrences of some keys. However, I could find this neither in the docs nor in the code, so I...

When using the `px.timeline` function I perceive varying bar thickness in the diagram (full code at bottom): ![newplot (3)](https://user-images.githubusercontent.com/28198620/100719562-150de600-33bd-11eb-9b64-2155cff868c2.png) Code: ``` fig = px.timeline(df, x_start="Start", x_end="Finish", y="Workstation", color="Resource", text="Task", width=1600,...