Lukas Müller
Lukas Müller
I wrapped `with PyCallGraph(output=GraphvizOutput()) ` around the `run_main()` call of tensorboard package but the generated pycallgraph only shows the internal python interpreter calls like this:  all tough `run_main()` tensorboard.main...
ddc.Graph isn't inheriting height from parent div as it does with width. This happens even when responsive = True is set. dash versions: ``` dash 1.16.3 dash-bootstrap-components 0.10.7 dash-core-components 1.12.1...
``` dash 2.16.1 dash_ag_grid 31.0.1 dash-bootstrap-components 1.6.0 dash-bootstrap-templates 1.1.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-split 0.0.4 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` Expected behavior in test app: Modal should appear according to...
`dcc.Input(type="color")` is implemented and works correctly. However the components description, doc string (except for on ReadOnly section) and type checking is not up to date as it raises: ``` Invalid...
``` dash 2.16.1 dash_ag_grid 31.0.1 dash-bootstrap-components 1.6.0 dash-bootstrap-templates 1.1.2 dash-core-components 2.0.0 dash-html-components 2.0.0 dash-split 0.0.4 dash-table 5.0.0 dash-testing-stub 0.0.2 ``` Expected behavior in test app: Modal should appear according to...
I noticed, that in `Scattergl` points start to disappear from the graph when resizing and reaching certain thresholds in size difference. Minimal example: ``` from dash import Dash, html, dcc,...