Skip to content

Commit

Permalink
fix(react-d3-plugin): fix useless call to scaleTime
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Jan 26, 2024
1 parent 0ba2807 commit 1d53730
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/react-d3-plugin/lib/Axis/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ const Axis = forwardRef(({
);
});

d3.scaleTime().domain([]).range([]);

Axis.displayName = 'Axis';
Axis.propTypes = {
axis: PropTypes.shape({
Expand Down

0 comments on commit 1d53730

Please sign in to comment.