-
Thanks so much for doing this; `d3-horizon-chart` is incredibly helpful! I have integrated in an `R` [`htmlwidget`](http://htmlwidgets.org) called [`d3horizonR`](https://timelyportfolio.github.io). …
-
```
body {
font: 14px sans-serif;
}
var c = d3.conventions()
c.drawAxis()
```
![screen shot 2017-03-31 at 1 32 15 pm](https://cloud.githubusercontent.com/assets/19…
ghost updated
7 years ago
-
`sunburstR` will be CRAN-bound by the end of the week 2016-08-20. I would love suggestions, improvements, examples to make it as good as possible before it is an official `R` package.
-
Any possibility to use Geometer with D3v4?
Lot of issues trying to use your library with the new version of D3
-
hello,
i encountered some difficulties to migrate some code from d3 API v3 to v4. Most of the issues are fixed but now i'm completely stuck on the new zoom behavior.
My zoom behavior is a bit specia…
-
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…