diff options
author | Your Name <you@example.com> | 2018-01-02 21:31:25 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2018-01-02 21:31:25 +0100 |
commit | a84730476aaf987460997436146d5f0918a956b3 (patch) | |
tree | 9896fdea19763cf624f4e9fa306e3feceabd9839 /ps/gfx/sine.js | |
parent | 7e9da811459705829f009156b422db3871c742c6 (diff) | |
download | lesoiseaux.io-a84730476aaf987460997436146d5f0918a956b3.tar.gz |
Review gfx section
Diffstat (limited to 'ps/gfx/sine.js')
-rw-r--r-- | ps/gfx/sine.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ps/gfx/sine.js b/ps/gfx/sine.js index b1d14a4..60fb7f4 100644 --- a/ps/gfx/sine.js +++ b/ps/gfx/sine.js @@ -31,7 +31,6 @@ const svg = view.append('svg') .attr('width', width + margin.left + margin.right) .attr('height', height + margin.top + margin.bottom) - .style('background-color', 'black') .append('g') .attr('transform',function(){ var x1 = bbox.x + bbox.width / 2 |