Questions tagged [angular-nvd3]

Angular.js directives for nvd3.js

Most known libraries:

202 questions
11
votes
2 answers

Nvd3.js - Adding multiple y-axis to cumulative chart

I need to add multiple y-axis to my cumulative Nvd3 chart, does anyone know what part of the library's code I'll need to modify? Even better would be if you have done this yourself and could provide a Jsfiddle. Any suggestions would be appreciated.
martin
  • 1,894
  • 4
  • 37
  • 69
9
votes
0 answers

angular-nvd3 how to show data values for line chart

I want to create a LINE chart using angular-nvd3, with each data point has label on top and displaying the data value. I was able to find the option "showValues" and it can work for the discreteBarChart, but that options doesn't seem to work for…
WABBIT0111
  • 2,233
  • 2
  • 18
  • 30
7
votes
1 answer

angular-nvd3 how to change the chart background color

I am following the angular-nvd3 example, and want to change the background color of the chart . I looked at this http://krispo.github.io/angular-nvd3/#/lineChart but i don't see anywhere you can set the background color. any help? btw, my plot looks…
WABBIT0111
  • 2,233
  • 2
  • 18
  • 30
6
votes
1 answer

has no exported member 'CoordinateReferenceSystem'

Iam using suing "d3": "^4.10.0", and "@types/d3": "^4.10.0", in my angular 4 project , Suddenly its start throwing error ERROR in @types/d3-geo/index.d.ts (39,19): Namespace '"@types/geojson/index"' has no exported member…
Ashish Yadav
  • 350
  • 3
  • 17
6
votes
2 answers

Stacked Bar + Line chart angular library

Is there any angularjs library that can draw a chart with stacked bars + lines? Like this: I'm looking for any library that supports this, with angular directives. I've found angular-nvd3-directives, that supports multicharts (combined chart…
RaidenF
  • 3,411
  • 4
  • 26
  • 42
5
votes
0 answers

Angular NVD3 size in Angular Material $mddialog to fill dialog content

I'm using angular-1.5.8, d3-3.5.17, nvd3-1.8.5, and angular-nvd3-1.0.9 with Angular Material. I'm trying to put an NVD3 directive in an $mdDialog. The source code is simple:
Garret Wilson
  • 18,219
  • 30
  • 144
  • 272
5
votes
2 answers

nvd3 chart starts out squished in browser

I have searched the internet for a solution to this problem but have yet to come across one yet. I was hoping someone here has had experience with this and can help point me in the right direction. I have a line chart created with Angular-nvd3 and…
TonalLynx
  • 376
  • 2
  • 13
5
votes
2 answers

ngClick causes D3 chart to redraw

Whenever I click on one of the points it causes the chart to update. This only happens if I've got an ngClick directive on the element (even if the listener function does nothing). If I remove the ngClick, everything's fine. I'm using a…
HankScorpio
  • 3,612
  • 15
  • 27
3
votes
2 answers

Getting error "data.map is not a function" using angular-nvd3

I'm getting some deep nvd3 error when I try to configure a simple line chart using angular-nvd3. I edited the example plunker given and it seems it might be my data that is malformatted, since swapping the options only still works. Here is an…
primavera133
  • 1,284
  • 1
  • 15
  • 24
3
votes
1 answer

Angular-nvD3 Bar Chart y-axis Scaling Bug (AngularJS)

I have an application that creates one discrete bar chart. For some reason that I can't explain (which seems to be an internal error in the library), the y-axis scales to a data value which ISN'T THE HIGHEST VALUE of integers in the array (in my…
Ariana
  • 499
  • 1
  • 7
  • 13
3
votes
2 answers

Axis labels in NVD3.js

I'm looking for how to modify the font size and attributes of the X and Y axis label fonts in NVD3.js The documentation doesn't seem to indicate an option for doing this. Is it possible?
DJClayworth
  • 26,349
  • 9
  • 53
  • 79
3
votes
2 answers

Removing total from angular nvd3 stacked area chart tooltip

I am using stacked area chart of angular-nvd3 on my website.On the graph tooltip apart from the data points, total of all the points is also getting rendered. How do I disable it? I am attaching the snapshot and the graph options I have…
3
votes
1 answer

D3 time formatting locale

Is possible to return localized information from D3 Time Format? d3.time.format('%B %Y')(new Date(d)) This always return EN values.
Erick Engelhardt
  • 704
  • 2
  • 10
  • 30
3
votes
2 answers

NVD3 Line chart tics wrongly aligned to grid when using datetype on xAxis

I am currently working with NVD3 using Angular Directive (angular-nvd3). I have a very simple line chart with very simple data. The problem I have encountered now is that my data is wrongly aligned with the Axis. Example plunker available here:…
Atais
  • 10,857
  • 6
  • 71
  • 111
3
votes
1 answer

LinePlusBarChart with date interval outside domain

I'm using the angular-nvd3's LinePlusBarChart to display some data, pretty much like this: http://plnkr.co/edit/mrkvM1ihrVRN9jdBFWiF?p=preview In the example above the x-axis domain is based on date values of the data. How can the date interval of…
John P
  • 15,035
  • 4
  • 48
  • 56
1
2 3
13 14