-
There's a lot of duplication in the code base (specifically in `controllers/create.js`). Break out common pieces of code into functions, and make sure each function only does one specific thing. There…
-
After changing to the new v4.0 D3, seems like using `d3.zoom()` blocks other events somehow, like:
#### Calling this:
```
svg.call(d3.zoom()
.scaleExtent([1, 40])
.translateExtent([[-100, -…
-
-
Hi,
this isn't a problem with the component, but more of a request for help. I'm working on an Angular 4 project with D3.js and I wanted to add context menus when right clicking nodes on a graph. A…
-
Build the JS dependency as a standalone file, so we do not face d3v3 vs. d3v4 type issues again. See [d3horizonR](https://github.com/timelyportfolio/d3horizonR) and the forked [`d3sankey`](https://gi…
-
This is part of a grand refactor. I plan to use Github Projects to track and manage the conversion, so see https://github.com/timelyportfolio/sunburstR/projects/1 to monitor, cheer, or help.
-
I keep getting the following error:
Uncaught TypeError: Cannot read property 'format' of undefined
at _dc (dc.js:sourcemap:501)
at dc.js:sourcemap:10721
at dc.js:sourcemap:10724
I…
-
I have the following `ReactFauxDom` implementation:
```javascript
import React, { Component } from 'react';
import * as d3 from 'd3';
import ReactFauxDOM from 'react-faux-dom';
class Animate …
-
Uncaught TypeError: Cannot read property 'format' of undefined
at _dc (dc.js:273)
at dc.js:5417
at dc.js:5420
i am the beginner for the dc.js lib i am trying to execute the the file …
-
Hi,
I am trying the steps you posted in github.
But, it's not working in d3v4 and angular2 (typescript).
When, I right click, the menu details append to bottom of the page?
Can you help me out…