Skip to content

Commit 24e524c

Browse files
authored
Fix tooltips positioning (#1686)
1 parent 224c9b8 commit 24e524c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

js/src/Figure.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,6 @@ export class Figure extends DOMWidgetView {
365365

366366
this.title.text(this.model.get('title'));
367367

368-
this.tooltip_div = d3
369-
.select(document.createElement('div'))
370-
.attr('class', 'tooltip_div');
371-
372368
await this.create_figure_scales();
373369

374370
this.axis_views = new ViewList(this.add_axis, this.remove_axis, this);

0 commit comments

Comments
 (0)