mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fix
This commit is contained in:
parent
4c2ad2822f
commit
6f903023a7
@ -782,6 +782,7 @@ function treeMap(recipient, data, width, height) {
|
|||||||
$("#tooltip").attr(
|
$("#tooltip").attr(
|
||||||
"style",
|
"style",
|
||||||
"background: #fff;" +
|
"background: #fff;" +
|
||||||
|
"color: #111;" +
|
||||||
"position: absolute;" +
|
"position: absolute;" +
|
||||||
"display: block;" +
|
"display: block;" +
|
||||||
"width: 200px;" +
|
"width: 200px;" +
|
||||||
@ -1028,6 +1029,7 @@ function sunburst(recipient, data, width, height) {
|
|||||||
$("#tooltip").attr(
|
$("#tooltip").attr(
|
||||||
"style",
|
"style",
|
||||||
"background: #fff;" +
|
"background: #fff;" +
|
||||||
|
"color: #111;" +
|
||||||
"position: absolute;" +
|
"position: absolute;" +
|
||||||
"display: block;" +
|
"display: block;" +
|
||||||
"width: 200px;" +
|
"width: 200px;" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user