Questions tagged [angular-nvd3]

Angular.js directives for nvd3.js

Most known libraries:

202 questions
0
votes
1 answer

Angular NVD3 Y-Axis sets minimum data value as max range value

I'm pushing parsed xml data to the values and labels for the nvd3 chart. For some reason, one of my discrete bar charts, the one under "Top 5 SIC by Comments" in the drop down menu, isn't doing what it should. The y-axis range is set to the minimum…
Nick Borisenko
  • 494
  • 3
  • 18
0
votes
1 answer

Angular nvD3 Error: Invalid isolate scope definition for directive nvd3

I'm trying to use AngularJS, D3, NVD3, and Angular-NVD3 all together. I'm following the quick guide here: http://krispo.github.io/angular-nvd3/#/quickstart and the pie chart example here:…
Katie
  • 45,622
  • 19
  • 93
  • 125
-1
votes
1 answer

Angular nvd3 forced directed graph - increase edge length

I am using angular nvd3 to plot a forced directed graph. http://krispo.github.io/angular-nvd3/#/forceDirectedGraph These are the configurations : $scope.graphOption = { chart: { type:…
Naveen
  • 773
  • 3
  • 17
  • 40
-1
votes
1 answer

How to force usage of specific yAxis in LinePlusBarChart of nvd3

The nvd3 linePlusBarChart allows to use multiple yAxis, which is also shown in their example here (and in the angular-nvd3 example here). In the examples (see plunkers), they simply use two series of data and they are automatically mapped to one of…
Namoshek
  • 6,394
  • 2
  • 19
  • 31
-2
votes
1 answer

Angular2 D3 Labels and Text are not displaying in Firefox, Works well in Chrome

Please find https://plnkr.co/edit/XsuAuOFasQnJPK5uhfc1?p=preview for the same issue.enter code here
Satish Pokala
  • 304
  • 2
  • 10
-2
votes
1 answer

Firebase Angularfire and Angular-nvD3

I used firebase as a backend data store. the front end is Angular. I try to draw chart by Angular-nvD3.js. when I try to read the data from firebase it is take time. So, the array come empty Array[]. Then the data come but no update to the chart.
Grafox
  • 13
  • 2
-5
votes
1 answer

Library to create trend chart in javascript

I am trying to create a trend chart in JavaScript. I went through some of the libraries and noticed that - D3.js - does not have an option to create a trend chart Highcharts.js - cannot create a trend chart in Highcharts.js without the help of…
Chetan
  • 944
  • 5
  • 22
1 2 3
13
14