-
I've started to dive deeper into your code and it is nice and succinct. It seems like you have a single d3 processor for all chart types and the meta on a given chart type tells the processor what d3 …
-
I have two divs which are overlappting each other. One div has chart in it.
```
This should not be shown when chart is being shown
…
-
I can do a presentation on D3 and InfoVis, covering topics like:
- HTML / CSS / JavaScript
- D3's "joins" and HTML matching (standard D3 structure)
- Simple bar and line charts
- Force directed …
-
package.json:
`
{
"name": "orgchart",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"d3": "^7.0.1",
"d3-org-chart": "^2.3.3",
"jsdom": "…
-
I was just trying to investigate whether d3.chart will be compatible with d3.js version 4, and I've not yet found the answer. My concern is that the change to immutable selections may have implication…
-
The content team would like to adopt **Multi-race** as our standard for charts with demographics. We'd like to request this change in our charts. Here's where the term can be found:
- Health equity…
-
Hi,
I want to use the component in a mouse move event in a D3 chart like
https://observablehq.com/@d3/line-chart-with-tooltip
So I need to update the position as the mouse coordinate changes.
-
I am setting values to a simple c3.js bar chart by javascript. Here is how I am setting the values
```
var values={ x : 'x',
type: "bar",
columns: [['x', data_0x,data_1x,data_2x,data_3x,data_4x] …
-
I have three kinds of plots, all using binX:
- quantitative data with automatically computed range, ramp legend created with `myplot.legend('color', ...)`
- quantitative data with manually assign…
-
Try different options, ex:
https://github.com/react-d3-library/react-d3-library (no longer maintained)
https://www.npmjs.com/package/react-d3-graph
https://github.com/uber/react-vis
And then we …