-
I've recently looked at adding graphing to babbage. In https://github.com/poetaster/matrixcalc which is merely a noarch release of https://openrepos.net/content/fruct/matrix-calculator there are a num…
-
does not work with current catalogs from puppet7.
```
hierarchy_graph.js:68 Uncaught TypeError: Cannot read properties of undefined (reading 'edges')
at hierarchy_graph.js:68:18
at Objec…
-
http://bl.ocks.org/rkirsling/5001347
https://bl.ocks.org/cjrd/6863459
This approach would be the best for the Physics Derivation Graph. It would require some sort of integrated processing of use…
-
We have a nice configurable colormap component but at present you can only use it for DeltphImage and Tensors.
Any archetype that uses Color should be able to work with a scalar value and a colorma…
-
Find a good library for producing the graphs in the browser. Preferably one that can scroll and zoom and select what data to show.
Will of course need a back end function to produce data for it.
-
Currently the JSON file containing graph information must be loaded during page load.
If the user is going to dynamically enter content, then d3js will need to dynamically read the graph
http://…
-
## Hello!
- Vote on this issue by adding a 👍 reaction
- If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)
## Issue details
At …
-
I'm trying to add a d3js graph but it doesn't render. After adding the d3js library in the `` and declaring a `` for the graph I made an empty slide:
```
-
- https://www.pluralsight.com/guides/creating-force-layout-graphs-in-d3
- https://www.d3indepth.com/force-layout/
- https://gramener.github.io/d3js-playbook/layouts/force.html
- https://observableh…
-
Make graphs for each champ programmatically
There's a JS library that does it well. This way we're not at the mercy of Python dependencies.
It's called d3js. It's very possible for python to spit ou…