Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
pvaut committed May 7, 2014
1 parent f110e10 commit ab05516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GMaps/PointSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ define(["jquery", "DQX/data/countries", "DQX/lib/geo_json", "DQX/lib/StyledMarke
ctx.fillStyle = colorStrings[point.catNr];


pt.x += point.offsetX * drawPieChartSize/3;
pt.y += point.offsetY * drawPieChartSize/3;
pt.x += point.offsetX * drawPieChartSize;
pt.y += point.offsetY * drawPieChartSize;

if (that.pointShape == 0) {
ctx.fillRect(pt.x-ptso, pt.y-ptso, pts, pts);
Expand Down

0 comments on commit ab05516

Please sign in to comment.