Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bmschmidt committed Jun 4, 2024
1 parent fe4f9a0 commit fc83056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export class Zoom {
}

set_highlit_points(data: StructRowProxy[]) {
const { x_, y_, x, y } = this.scales();
const { x_, y_ } = this.scales();
const xdim = this.scatterplot.dim('x') as PositionalAesthetic;
const ydim = this.scatterplot.dim('y') as PositionalAesthetic;
this.scatterplot.highlit_point_change(data, this.scatterplot);
Expand Down

0 comments on commit fc83056

Please sign in to comment.