* Show builtin chart.

This commit is contained in:
wangyuting2
2023-04-19 16:26:06 +08:00
parent 027c3260c4
commit 0261dbccee
+2
View File
@@ -570,6 +570,8 @@ class chartModel extends model
*/
public static function isClickable($chart, $action)
{
global $config;
if($chart->builtin and in_array($chart->id, $config->screen->builtinChart)) return false;
return true;
}