-
Not sure this is a priority or which (if any) implementation options we have, but zooms and pans are painfully slow on Windows Firefox.
-
Current implementation of the graphs does the job, but requires additional improvements:
- graphs should take 100% of the section's width and adjust to resized window
- nodes should be stationary and …
-
Hi Skeptic, thanks for the great plugin. Usability wise, it would be really helpful to able to export the co-citations table as a plain node/edge list or adjacency matrix (either for the local note or…
-
Hi,
I was looking for adding gradient to sankey links. I would like to reproduce a diagram like this:
![image](https://user-images.githubusercontent.com/33745054/48698959-a6e89300-ebe8-11e8-876a-b9b…
-
Love TileStache... So thanks to all who worked on this project.
I've generated a pile of tiled _topojson_ files that I'm rendering with [d3](http://d3js.org). And am noticing various bleeding polygon…
-
Hi Jim, thanks for the excellent tutorial! I'm wondering if you have a suggestion for how you could group together different color bubbles (or categories), kind of like how the [NYT does it here](http…
-
**Is your feature request related to a problem? Please describe.**
@vasturiano
I hope this message finds you well. Firstly, I would like to express my gratitude for your repository. The work yo…
-
**Describe the bug**
having the structure
```
const graphData = {
nodes: [{
id: '1',
}, {
id: '2',
}, {
id: '2',
}],
links: [{
source: '1',
target: '2',
…
-
I have a problem where, if Im creating a new node that isn't linked to anything and i render it in the graph that already has a lot of connections ,then the node gets sent somewhere really far away, b…
-
Weitere Features für den Grapha ToDos:
- [x] Nutzung des aggregierten subjects im mqtt-Adapter
- [x] Nodes behalten die Position beim Update (d.h. aktualisieren der Datenstrukturen statt neu-rende…