Skip to content

Releases: paulcpederson/angular-dimple

v2.0.1

18 Mar 23:42
Compare
Choose a tag to compare
  • Add dist files to releases so bower can find it

v2.0.0

04 Mar 22:05
Compare
Choose a tag to compare

0

  • Change to to avoid clash with actual html legend element

v1.1.4

10 Nov 22:54
Compare
Choose a tag to compare

4

  • Fix bug that caused smooshed graphs on Firefox

v1.1.3

01 Oct 17:09
Compare
Choose a tag to compare
  • rebuild site
  • add color attribute on graph.js

v1.1.2

22 Sep 18:10
Compare
Choose a tag to compare
  • 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

18 Sep 18:26
Compare
Choose a tag to compare

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

17 Sep 22:33
Compare
Choose a tag to compare
  • 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

03 Jun 23:57
Compare
Choose a tag to compare
  • Add d3 and dimple as bower dependencies

v1.0.1 - scatter plot improvement

30 May 23:09
Compare
Choose a tag to compare
  • 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

28 May 19:03
Compare
Choose a tag to compare

First Release!