-
I am using the 3.5.36 version of D3. Was trying to implement Brush fucntionality over the chart and getting below error.
d3-brush.js:312 Uncaught TypeError: Cannot read property 'touches' of nullstar…
-
Hi,
after import of d3.d.ts, I get error in that file: 'Incompatible override for member from array'. Is there some kind of quick fix?
Thank you,
Nikola
-
Are callback types correct in [xhr](https://github.com/borisyankov/DefinitelyTyped/blob/master/d3/d3.d.ts#L300) methods?
Currently callback types are `(xhr: XMLHttpRequest) => void`. I would expect …
-
i am using d3.d.ts for somedays while transferring my js project into ts?
when i write this codes:
var t_x = d3.event._pageX_;
var t_y = d3.event._pageY_;
pageX and pag…
-
- [x] I tried using the latest `d3/d3.d.ts` file in this repo and had problems.
- [x] I tried using the latest stable version of tsc. https://www.npmjs.com/package/typescript
The `Force` interface (h…
-
Hi everyone. I tried using the latest
**registry:npm/d3#3.0.0+20160211003958** and **registry:dt/d3#0.0.0+20160614091820**
but I get a type error then I try to implement simple zoom functions.
For …
-
Due to using the following style the declaration merging with another ambient module that uses the same method names is [not possible](https://github.com/Microsoft/TypeScript/issues/2825):
```
// ano…
-
Using Visual Studio Code, I imported the D3 typescript definition but have run into problems using d3.min and d3.max. It keeps saying the results of these function calls are objects, but they are actu…
-
My previous version of `d3.d.ts` worked with `extent(arr: T[], map: (val: T) => U): U[]` but fails with the latest `export function extent(array: U[], accessor: (datum: T, index: number) => U): [U | P…
-
I am new to d3 so may be misunderstanding.
The relevant API document is: https://github.com/mbostock/d3/wiki/Partition-Layout
> Several attributes are populated on each node:
>
> parent - the paren…