我想實現圖形如本plunker:plunker 這裏是GitHub的代碼:github 但我得到一個錯誤: Uncaught (in promise): Unexpected directive value 'undefined' on the View of component. @Component({
selector: 'main',
directives: [nvD3
我正在使用ng2-nvd3,並且我想訪問外部json數據。根據下面的代碼片段,我如何引用.json文件來保存與下面this.data數組中顯示的數據相同的數據? import {Component} from 'angular2/core';
declare let d3:any;
import {nvD3} from 'ng2-nvd3';
@Component({
selec