mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
fixed label not showing on reload in visual console builder's percentile item for types bubble, circular progress bar interior and percentile
This commit is contained in:
parent
d48c228855
commit
1cdc9c0d7f
@ -1963,6 +1963,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo $img;
|
echo $img;
|
||||||
|
echo io_safe_output($text);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case PERCENTILE_BUBBLE:
|
case PERCENTILE_BUBBLE:
|
||||||
@ -2006,6 +2007,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo $img;
|
echo $img;
|
||||||
|
echo io_safe_output($text);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case CIRCULAR_PROGRESS_BAR:
|
case CIRCULAR_PROGRESS_BAR:
|
||||||
@ -2094,6 +2096,7 @@ function visual_map_print_item($mode = "read", $layoutData,
|
|||||||
}
|
}
|
||||||
|
|
||||||
echo $img;
|
echo $img;
|
||||||
|
echo io_safe_output($text);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case MODULE_GRAPH:
|
case MODULE_GRAPH:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user