~ubuntu-branches/ubuntu/vivid/horizon/vivid-proposed

« back to all changes in this revision

Viewing changes to horizon/static/horizon/js/horizon.d3piechart.js

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-06-17 09:17:40 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140617091740-g73ekvtkxum68uyv
Tags: 1:2014.2~b1-0ubuntu1
* New upstream release.
* debian/control: Open up juno release

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    .attr("height", HEIGHT)
37
37
    .append("g")
38
38
    .attr("transform",
39
 
      "translate(" + (RADIUS + 2) + "," + (RADIUS + 2) + ")");
 
39
      "translate(" + (WIDTH / 2) + "," + (HEIGHT / 2) + ")");
40
40
}
41
41
 
42
42
function create_arc() {