Releases: paulcpederson/angular-dimple
Releases · paulcpederson/angular-dimple
v2.0.1
v2.0.0
0
- Change to to avoid clash with actual html legend element
v1.1.4
4
- Fix bug that caused smooshed graphs on Firefox
v1.1.3
- rebuild site
- add
color
attribute on graph.js
v1.1.2
- Add default width (100%)
- Add default height (100%)
- Add default margin (60, 60, 20, 40) - left, top, right, bottom
- Add attribute to graph to set margin
<graph margin="20 40 0 0">
v1.1.1 Time Axes with Formatting
Now you can treat an access as time-series data and format it with D3 time formats:
<graph data="graphData">
<x field="timestamp" type="Time" format="%a" order-by="Date"></x>
<y field="Unit Sales"></y>
<legend></legend>
<area field="Owner"></area>
</graph>
v1.1.0
- graphs now work when called inside an ng-repeat
- graphs now update live when scope changes
- add ring chart directive
v1.0.2 - better bower support
- Add d3 and dimple as bower dependencies
v1.0.1 - scatter plot improvement
- add bower manifest - Enable Angular Dimple to be installed via Bower
- add label attribute to scatter-plots - Fix behavior for simple scatter plots, and create a label field for grouping data points by arbitrary strings.
v1.0.0 - first release
First Release!