Skip to content

Commit

Permalink
xx, yy (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmegill committed Aug 17, 2020
1 parent 508889f commit 4ad9f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/components/scatterplot/scatterplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ class Scatterplot extends React.PureComponent {
return (
<ScatterplotAxis
minimized={minimized}
scatterplotYYaccessor={scatterplotXXaccessor}
scatterplotXXaccessor={scatterplotYYaccessor}
scatterplotYYaccessor={scatterplotYYaccessor}
scatterplotXXaccessor={scatterplotXXaccessor}
xScale={asyncProps.xScale}
yScale={asyncProps.yScale}
/>
Expand Down

0 comments on commit 4ad9f58

Please sign in to comment.