paulcpederson / angular-dimple

Angular Dimple is a series of Angular directives that help you create graphs and visualizations based on Dimple.js and d3. It's designed to create graphs as simply as possible from flat JSON data
http://paulcpederson.github.io/angular-dimple/
50 stars 13 forks source link

margin doesn't work #38

Closed paulcpederson closed 8 years ago

paulcpederson commented 10 years ago

For some reason, all values set in margin only apply to the left. If you set margin="0,0,800,0" the left will be 800 from the side, which is not the desired behavior.

I made a fiddle using normal dimplejs here: http://jsfiddle.net/ZxKNj/4/ That works great. Something in our code breaks the margins.