I am trying to implement graph as in this plunker: plunker
Here is the github code: github
But I get an error:
Uncaught (in promise): Unexpected directive value 'undefined' on the View of component.
@Component({
selector: 'main',
directives: [nvD3],
template:
<div>
<nvd3 [options]="options" [data]="data"></nvd3>
</div>
})