Skip to content
#

d3js

Here are 2,335 public repositories matching this topic...

rektdeckard
rektdeckard commented Jan 18, 2020

Network component seem to be poorly documented on how to use with Layers, as well as interactivity. My immediate desire is to be able to show some information about a node on hover (or always), such as a label. I can't seem to find anything about this anywhere, and it seems to be a very common use case for this type of data visualization. There isn't much to learn from an unlabeled graph.

Ideal

raw
shinkhouse
shinkhouse commented Jan 30, 2020

Is your feature request related to a problem? Please describe.
I've been unable to successfully implement curveBasis (or any other d3 curve function) with the curve input for ngx-charts-line-chart. There is a real lack of documentation for proper use. When trying to import d3 or d3-shape, I get typescript errors like this:

iamtmrobinson
iamtmrobinson commented May 30, 2018

The installation section currently says to use npm install --save circos with no further instruction.

Doing just this and then using Browserify to require circos results in the following error:
Error: Cannot find module '!!../../node_modules/css-loader/index.js!./tooltip.css' from '/.../node_modules/circos/dist'

Is there an assumption that Webpack is being used by those who try to impo

jdelpierre
jdelpierre commented Mar 2, 2020

Hello everybody,

Is your item request related to a problem? Please describe your request

I would like to be able to at the onMouseOverNode() event of the :
get the x, y positioning information and the current node property object to position a tooltip containing the node information.

Describe the solution you would like

I would like to be able to have the following arguments:

force-graph
tensiondriven
tensiondriven commented May 3, 2020

Is your feature request related to a problem? Please describe.
Yes, I am trying to programmatically zoom the view to a specific node (without clicking on it)

Describe the solution you'd like
I'd like the readme to explain how to access the node elements with the (x, y) data added.

Describe alternatives you've considered
I read through all of the closed issues and finally found

Improve this page

Add a description, image, and links to the d3js topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the d3js topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.