GrantMStevens / amCharts-Angular

Angular directive for amCharts library
Apache License 2.0
63 stars 39 forks source link

Jsfiddle not working #16

Closed mavencode01 closed 9 years ago

mavencode01 commented 9 years ago

I'm trying to use your directive here but not working...still looking to see if I can fix this.

The jsfiddle code looks like it's broken

GrantMStevens commented 9 years ago

I fixed this issue. When I changed the height and width defaults to 100%, I forgot to go update the JSFiddle to set a height and width on the parent element of the directive. Percentage heights require the parent to have a valid height property set (percentage of their parent or a pixel value).