tomwanzek / d3-ng2-service

A D3 service for use with Angular.
MIT License
205 stars 42 forks source link

missing d3-request #32

Closed merlosy closed 7 years ago

merlosy commented 7 years ago

From what I noticed in d3 (v4.4.4), I think the d3-request is missing. Cheers

tomwanzek commented 7 years ago

@merlosy Thank you for your interest in contributing. With regard to d3-request, the omission is by design. Given the use of the d3 service with Angular, the http service and related angular features should be used for serve communication.

As explained in the README section Scope of D3 Functionality