Skip to content

Commit

Permalink
Merge pull request #114 from nomic-ai/scaling-fix
Browse files Browse the repository at this point in the history
fix linting
  • Loading branch information
bmschmidt authored Jun 4, 2024
2 parents 469303e + fc83056 commit fdfad79
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 fdfad79

Please sign in to comment.