'scale' and 'svg' does not exist in “node_modules/@types/d3/index”
问题 I am trying to create a bar graph using Angular 2 and D3 JS, below are NPM packages I added: "d3": "4.4.0", "d3-tip": "0.7.1", "@types/d3": "^4.3.0", Below typescript file gave error while compiling: import { Component, ElementRef, ViewEncapsulation } from '@angular/core'; import * as d3 from 'd3'; @Component({ selector: 'simple-bar-chart', template: require('./about.component.html'), styles: [require('./about.component.css').toString()] }) export class AboutComponent { constructor(public