Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsimonovic committed Feb 20, 2019
1 parent 0f21479 commit 0d1b774
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/histo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/scatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ label {
font-size: 0.9em;
}
`;
const options = { svgStyles: styles, d3Module: d3 };

const options = { styles, d3Module: d3 };
const margin = {
top: 10, right: 10, bottom: 60, left: 80
};
Expand Down

0 comments on commit 0d1b774

Please sign in to comment.