Commit b4b9b020 authored by Almouhannad Hafez's avatar Almouhannad Hafez

Add id to tooltip

parent 21a5196e
...@@ -100,7 +100,7 @@ export class StackedBarChart extends Chart { ...@@ -100,7 +100,7 @@ export class StackedBarChart extends Chart {
// Tooltip // Tooltip
this.tooltip = d3.select('body').append('div') this.tooltip = d3.select('body').append('div')
.attr('class', 'tooltip') .attr('id', 'stacked-bar-chart-tooltip')
.style('opacity', 0) .style('opacity', 0)
.style('position', 'absolute') .style('position', 'absolute')
.style('background', 'white') .style('background', 'white')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment