Skip to content
Snippets Groups Projects
Commit 556611f9 authored by Cee Nell's avatar Cee Nell
Browse files

extra comment

parent 52779e44
No related branches found
No related tags found
1 merge request!78Ensure data labels get translated with dropdown selection
...@@ -368,7 +368,6 @@ function handleMouseOver(event, d) { ...@@ -368,7 +368,6 @@ function handleMouseOver(event, d) {
// Generate the tooltip text using the computed property // Generate the tooltip text using the computed property
const tooltipText = generateTooltipText(d).value; const tooltipText = generateTooltipText(d).value;
// Update the tooltip with the constructed text
// Update the tooltip with the constructed text // Update the tooltip with the constructed text
tooltip.html('') tooltip.html('')
.append('div') .append('div')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment