All Questions
4 questions
3
votes
1
answer
388
views
D3.js Angular CLI, Scope lost in tick() method
Hello guys,
I am trying to integrate a D3 visualization network graph into an Angular CLI project (http://bl.ocks.org/mbostock/1153292) using the ng2-nvd3 component.
Below is the Angular component:
...
3
votes
0
answers
1k
views
D3 V4: Zoom & drag multi-series line chart
I am drawing charts with d3 4.2.2 in my Angular2 project. I created a multi series line chart and added zoom and drag properties. Now the chart is zooming on mouse scroll event but it zoom only X-axis ...
2
votes
1
answer
125
views
How to integrate [email protected] with [email protected] and angular-cli@webpack
I have been able to integrate [email protected] with [email protected] and angular-cli@latest (the last version prior to webpack).
Shortly after the release of [email protected], the angular-cli folks went ...
1
vote
4
answers
2k
views
D3 with angular-cli
I try to use angular-cli with D3.
After
typings install d3 --save
npm install d3
I have in node_modules
and in typings folder
angular-cli-build.js
module.exports = function(defaults) {
var app = ...