Questions tagged [angularjs-nvd3-directives]

AngularJS directives for creating charts based on d3.js.

Angular.js directives "are a way to teach HTML new tricks"; AngularJS NVD3 directives hide the complexity and code that is necessary to create d3.js, and nvd3.js charts. This way makes adding charts to an Angular.js application quicker, and simpler than typical methods.

89 questions
17
votes
3 answers

Angular nvd3 Line Chart automatic resizing

I'm using angular nvd3 directives. according to the exemple :https://github.com/angularjs-nvd3-directives/angularjs-nvd3-directives/blob/master/examples/lineChart.with.automatic.resize.html current Time : will be display as straight line current Time --> current Time + 2 :…
2
votes
1 answer

How to format the tooltip content in nvd3-angularjs

Im using Stacked area chart of nvd3-angularjs This is my html
user3714598
  • 1,733
  • 5
  • 28
  • 45
1
2 3 4 5 6