* [bug#53462,0.5h] fix chart group.

This commit is contained in:
qixinzhi
2024-08-02 09:05:32 +08:00
committed by 宋辰轩
parent 3e1a9463ca
commit ce5f67c0ee
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class chart extends control
{
$dimensionID = $this->loadModel('dimension')->getDimension($dimensionID);
if(!is_int($groupID)) $groupID = 0;
if(!is_numeric($groupID)) $groupID = 0;
if(!$groupID) $groupID = $this->chart->getFirstGroup($dimensionID);
$charts = array();
-2
View File
@@ -26,8 +26,6 @@ featureBar
set::linkParams("dimension={$dimensionID}&group={key}"),
);
featureBar(set::items($items));
if($config->edition != 'open')
{
toolbar