Alex Johnson

Results 41 issues of Alex Johnson

The algorithm for choosing automatic bins for multiple stacked/grouped histograms can sometimes do interesting things, as a result of the bugfix https://github.com/plotly/plotly.js/pull/1944. Also not sure if we've described in any...

plotly.js

On https://dash.plot.ly/dash-daq/joystick, the very first example does what you would expect - or at least, one of the two things you might expect: the handle moves so its center is...

bug

It was unclear to me what the difference is between `BooleanSwitch` and `ToggleSwitch`, and in fact I was a bit annoyed to see they have different names for the toggle...

Regular HTML attributes use `alllowercase`, but [React](https://reactjs.org/docs/dom-elements.html#all-supported-html-attributes) converts multi-word attributes to `camelCase`. There are a few exceptions: `class` turns into `className`, `for` turns into `htmlFor`. In `dcc` we're thinking of...

Plotly.js rendering in `dcc.Graph` can be async - more so now that we support MathJax in Dash, though there were always some async things like loading geojson. Anyway this hasn't...

Specifically in lint-unit - for example [this run](https://app.circleci.com/pipelines/github/plotly/dash/3978/workflows/6436f15e-3401-4e8b-8dfc-de6d0d1c569a/jobs/65966) has two: `dash-html-components/scripts/extract-elements.js` (during `npm run build.sequential`) fails with: ``` Error: Unexpected number of elements extracted from https://developer.mozilla.org/en-US/docs/Web/HTML/Element - Found 123 but...

When you add a rangeslider, its `yaxis` container gets `_template: null` inserted into the input (`layout`) object. This isn't an attribute, so it should only be inserted in the `fullLayout`...

type: bug

As mentioned by @PavelGolodoniuc in #2443, rangesliders don't have very flexible positioning - they always go right below the associated axis (and tick labels if they're shown) and you can...

type: feature

Plotly.js [v2.28.0](https://github.com/plotly/plotly.js/releases/tag/v2.28.0) added support for `virtual-webgl`, which allows you to put arbitrarily many WebGL-based graphs on a single page, as opposed to the limit of typically 4-8 before you hit...

feature
P3

Right now, component libraries need to include `react-docgen` specified as a devdep, and it's stuck on the 5.x series even though `react-docgen` itself is up to 7.x, because it's actually...

feature
P3