Cameron DeCoster
Cameron DeCoster
Alright, I put together a draft PR to add Bluesky support in #77. Bluesky has a public API [endpoint](https://docs.bsky.app/docs/api/app-bsky-actor-get-profile) to get profile information for users, so I just used that...
@gvwilson yes the old maps had 'subunits' layers for a few regions (USA and Brazil did for sure). The UN maps don't include that information. Thanks for looking into the...
@emilykl thanks for pointing that out. I actually meant to ask if that should be saved in the repo. Maybe that's not necessary, but if the files change in the...
> Are there any steps in the build process that you think are particularly sensitive to changes in the data? How much work would it be to fix the build...
@archmoj I've implemented the changes that you suggested. Could you take another look? Regarding the US/Canada border, that's just how the geodata looks coming from the UN. Manipulating that should...
> Files and size changes: Should the new files have UN prefix to avoid overwriting on the CDN? The file names need to be the same for the lookup to...
@archmoj I created #7467 to look at the US/Canada border in the future.
Is there any update on the status of this PR?
The reason this happens is due to a few things: - The Graph component prop [`responsive`](https://github.com/plotly/dash/blob/e8f677f3f842ad7feb4250eff120b587525b84e5/components/dash-core-components/src/components/Graph.react.js#L185) defaults to `'auto'`. This means that the function that gets called when an element...
@behrisch, in my testing, this issue does occur on the versions that you mention. You may have been dealing with a similar bug. Was your Graph inside a div with...