Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Commit

Permalink
up the dot radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Allen committed Jun 7, 2016
1 parent dd42507 commit 0cb2f67
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions js/components/eiti-line-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// global dimensions
var width = 300;
var height = 100;
var dotRadius = 7;
var dotRadius = 8;
var baseMargin = 16;
var margin = {
top: dotRadius + 1,
Expand Down Expand Up @@ -205,11 +205,7 @@
)
});

Object.defineProperty(EITILineChart, 'observedAttributes', {
get: function() {
return observedAttributes;
}
});
EITILineChart.observedAttributes = observedAttributes;

exports.EITILineChart = EITILineChart;

Expand Down

0 comments on commit 0cb2f67

Please sign in to comment.