WealthBar / angular-d3

AngularJS directives for declaratively using D3
http://wealthbar.github.io/angular-d3/
MIT License
156 stars 39 forks source link

Rendering needs to be more extensible #20

Closed chrisnicola closed 10 years ago

chrisnicola commented 10 years ago

We need a more extensible design for rendering. SVG is pretty limited in what can be done using CSS alone so sometimes you want to change the way something is rendered just slightly.

The built in directives should ideally support extensibility like this so that small changes can be made without necessarily having to replace them with a completely new directive that does mostly the same thing.