splunk-3D-graph-network-topology-viz icon indicating copy to clipboard operation
splunk-3D-graph-network-topology-viz copied to clipboard

Plot relationships between objects with force directed graph based on ThreeJS/WebGL.

Results 6 splunk-3D-graph-network-topology-viz issues
Sort by recently updated
recently updated
newest added

* Added high level tests * Fixed bug with github action when packaging app

Bumps the npm_and_yarn group group in /appserver/static/visualizations/3d_graph_network_topology_viz with 1 update: [webpack](https://github.com/webpack/webpack). Updates `webpack` from 5.89.0 to 5.90.3 Release notes Sourced from webpack's releases. v5.90.3 Bug Fixes don't mangle when destructuring...

dependencies

Bumps the npm_and_yarn group group in /appserver/static/visualizations/3d_graph_network_topology_viz with 1 update: [d3](https://github.com/d3/d3). Updates `d3` from 7.6.1 to 7.8.5 Release notes Sourced from d3's releases. v7.8.5 Fix the return value of d3.medianIndex...

dependencies

In certain situations nodes get coloured if source colour and destination color is different for the same node Id which causes wrong display results in the visualisation. Create a simple...

enhancement
good first issue

Research about improving the stability and performance of the app to check if the initialisation of the 2 available renderers (2D and 3D) can be modified to have a throttling...

bug
enhancement

The underlying layout engine offers more tuning parameters that users want to adjust for their specific use case: https://github.com/vasturiano/3d-force-graph#force-engine-configuration , e.g. d3Force would be worth investigating of attraction and repulsion...

enhancement