-
Tickformat with "%V" for weekdays is not working:
https://codepen.io/anon/pen/NLQpEz
It should work as described in https://github.com/d3/d3-time-format/blob/master/README.md#locale_format
Whe…
-
We're trying not to change the interface for DCv4, but ES6 and D3v6 will require some changes to user code.
If there are enough changes that it's worth the effort, we could consider providing a [co…
-
Hello,
I work for a data science company and one of our subsidiaries is trying to raise awareness through building a dashboard application that we will possibly put online.
May I use this? Can y…
-
We just noticed that there is a discrepency between the version of d3 used in dagre and the one used by mermaid. I am not deep enough into dagre to know if there is a fundamental reason to use version…
-
This will require a major version bump, but I think it’d be good to make d3.autoType the default row accessor for *dsv*.parse and *dsv*.parseRows. If you want to disable automatic type inference, you …
-
I have three buttons that need to smoothly zoom in, zoom center, and zoom out. For the life of me, I cannot find a way to do zoom in/out in v5 without a mouse wheel. The d3 mouse wheel event makes zoo…
-
Hey there, I'm considering on using this to visualize large networks of 100k+ links. How does this vis handle large datasets?
I've been able to sort-of pull this off with the d3v3 force graph by pr…
-
Using d3-zoom 1.1.1, a double-tap on iOS 10.1.1 yields this zoom event sequence:
```
start, end, start, zoom, ..., zoom, end, zoom, ..., zoom
```
The expected behavior is for the last event to be …
-
hi ,
I have built a interactive graph tool using d3v3. recently , due to our project need i migrated my code from v3 to v4. while migrating faced some issues , but i migrated alomost 90% of my co…
-
This function was previously working correctly. Now it throws this error when I'm trying to render my graph