This commit is contained in:
José González 2022-06-17 12:42:24 +02:00
parent 4c2ad2822f
commit 6f903023a7
1 changed files with 2 additions and 0 deletions

View File

@ -782,6 +782,7 @@ function treeMap(recipient, data, width, height) {
$("#tooltip").attr(
"style",
"background: #fff;" +
"color: #111;" +
"position: absolute;" +
"display: block;" +
"width: 200px;" +
@ -1028,6 +1029,7 @@ function sunburst(recipient, data, width, height) {
$("#tooltip").attr(
"style",
"background: #fff;" +
"color: #111;" +
"position: absolute;" +
"display: block;" +
"width: 200px;" +