d3js
Here are 2,335 public repositories matching this topic...
I was following along with the guide for adding a chart: https://github.com/rawgraphs/raw/wiki/Adding-New-Charts
Using the exact code that is specified in the guide, and here: https://github.com/densitydesign/raw/blob/master/charts/chart.js
At runtime you see an undefined error.
TypeError: Cannot read property 'linear' of undefined
It seems as though the latest version of "d3" no longe
-
Updated
Jun 10, 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:
tooltip: true is set and works great on the main chart but nothing appears when hovering over the legend.
Even if you go to the documentation page for the legend the tooltip for the legend doesn't show up.
I'm using a modern Chrome browser. Maybe somebody else can verify as well.
Thanks!
(Great library!)
Joshua
Many times when I search for some R plotly documentation, I come across a page with a broken shiny app, which essentially renders that page useless. I usually ignored it, but I realize now that it would have been much more productive to make note and report it! So I'll start now :)
The app here doesn't exist: https://plot.ly/r/shinyapp-linked-click/
-
Updated
Apr 28, 2020 - JavaScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Feb 24, 2020 - JavaScript
-
Updated
Feb 12, 2019 - JavaScript
If I wanted to trigger the visibility of a nodes label/tooltip from an event that happened outside of the graph where should I start.
I can't see anything obvious in the node object to hook into to control the visibility of the label/tooltip.
Thanks!
At
https://github.com/d3fc/d3fc/blob/master/packages/d3fc-sample/README.md
"For a live demo, see the GitHub Pages site."
The link that is given there (http://d3fc.github.io/d3fc-sample/) creates a 404 error.
-
Updated
Jan 28, 2019 - JavaScript
-
Updated
Apr 21, 2020 - JavaScript
-
Updated
Jan 14, 2019 - JavaScript
add a matrix diagram plot type, as described here: https://bost.ocks.org/mike/miserables/
It doesn't benefit much from the interactive possibilities of D3, but it's a valid network visualization type, so to be complete we should consider it.
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
-
Updated
Jul 20, 2019 - JavaScript
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:
-
Updated
Oct 12, 2018 - JavaScript
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
-
Updated
Jul 5, 2020 - JavaScript
-
Updated
Aug 30, 2017 - JavaScript
We need to replace all client.post instances with requests.post in our documentation.
Improve this page
Add a description, image, and links to the d3js topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d3js topic, visit your repo's landing page and select "manage topics."
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