D3 examples should not use fixed width
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
```
var d3 = require(['d3'], function (d3) {
var width = 600,
height = 500;
```
should get width from the notebook.
ideally the output would have a thumb to resize it https://github.com/twosigma/beakerx/issues/4857
but at least, it should not be a constant.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the D3 examples referenced by the issue and inspect how their notebook output dimensions are set. Compare the fixed width in the shown snippet with the notebook-provided width; done means the examples no longer use a constant width and render at the notebook width. The optional resize thumbnail is described in issue 4857 and is separate from the minimum request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- d3, jupyter-notebook
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100