Lukas Müller
Lukas Müller
@Coding-with-Adam Yes, it also happens when not using a dash app around the figure like so: ``` import plotly.graph_objects as go import numpy as np import pandas as pd sizes...
@Coding-with-Adam any news on this or anything that I could contribute to? I really think that this is a rather critical bug isn't it? Is there a way to retrieve...
I figured out that it seems more like that there is a absolute limit on how big the markers can get before their sizes roll over which is between 10039.0...
is this an intended behavior of `dcc.Graph` or rather a bug?
@chriddyp has there been done any fix on this since then?
any news on this? I have the same behavior. Also for me it is very hard if not impossible to provide a minimal working example. I'm also adding the app.layout...
Yes same here, I cannot get my dash up running with creating those Store-trigger chains manually myself. When creating generic callbacks like in a loop, it scales quite dramatically :D...
For my, the problem is component specific. Does the following example also through an error for you? It does for me, if the target component is a `dcc.Dropdown`, targeting its...
I use python 3.7.8 on Ubuntu 20.04. and anaconda 4.9.2
yep, my minimal example for me works on python 3.9.1 (on a fresh anaconda env with just the needed packages). I'll confirm again, if this also works with my full...