chinmaymk / angular-charts

angular directives for creating common charts using d3
MIT License
1.03k stars 270 forks source link

Please set height and width for the chart element #204

Closed StevenStar closed 8 years ago

StevenStar commented 9 years ago

Error: Please set height and width for the chart element at validateHeightAndWidth (http://127.0.0.1:9000/bower_components/angular-charts/dist/angular-charts.js:138:15)

rdmclin2 commented 9 years ago

put the following in your css file

.chart {
 width: 500px;
 height: 500px;
}
atentis commented 9 years ago

@StevenStar It looks like @rdmclin2 has what you were missing. Please close this issue.