I am generating a line chart with d3. It works, but typescript code complain about a property not exists in vs.
Property \'x\' does not exist on type
.x((d:any) => this.xScale(d.x)) .y((d:any) => this.yScale(d.y))