Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Feb 6, 2024
1 parent 90c1d85 commit 8755d94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Column } from 'snowflake-sdk';
import { QueryBuilderService } from './../query-builder.service';
import * as _ from 'lodash';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ export class EdaBubblechartComponent implements AfterViewInit, OnInit {
}
})
.on('mouseover', (d, data) => {
console.log(d);
console.log(data);

//Se aumenta el tamaño del contorno de la burbuja
node //TO-DO ------------> HACER QUE EL CONTORNO SEA POR BURBUJA EN VEZ DEL TOTAL DE BURBUJAS
Expand Down

0 comments on commit 8755d94

Please sign in to comment.