We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224c9b8 commit 24e524cCopy full SHA for 24e524c
1 file changed
js/src/Figure.ts
@@ -365,10 +365,6 @@ export class Figure extends DOMWidgetView {
365
366
this.title.text(this.model.get('title'));
367
368
- this.tooltip_div = d3
369
- .select(document.createElement('div'))
370
- .attr('class', 'tooltip_div');
371
-
372
await this.create_figure_scales();
373
374
this.axis_views = new ViewList(this.add_axis, this.remove_axis, this);
0 commit comments