* [bug#22932,done,0.15h] add tooltip for report.

This commit is contained in:
tianshujie
2025-08-27 11:42:28 +08:00
parent 50b998e667
commit ee6f5bd8df
3 changed files with 24 additions and 12 deletions
+8 -4
View File
@@ -63,7 +63,8 @@ foreach($charts as $chartType => $chartOption)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell
@@ -133,7 +134,8 @@ $bugStageChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -211,7 +213,8 @@ $bugHandleChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -295,7 +298,8 @@ foreach($bugInfo as $infoKey => $infoValue)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell
+8 -4
View File
@@ -58,7 +58,8 @@ foreach($charts as $chartType => $chartOption)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell
@@ -128,7 +129,8 @@ $bugStageChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -205,7 +207,8 @@ $bugHandleChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -289,7 +292,8 @@ foreach($bugInfo as $infoKey => $infoValue)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell
+8 -4
View File
@@ -73,7 +73,8 @@ foreach($charts as $chartType => $chartOption)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell
@@ -144,7 +145,8 @@ $bugStageChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -224,7 +226,8 @@ $bugHandleChart = div
)
),
set::yAxis(array('type' => 'value')),
set::series($chartOption)
set::series($chartOption),
set::tooltip(array('trigger' => 'axis', 'axisPointer' => array('type' => 'shadow')))
)
),
cell
@@ -309,7 +312,8 @@ foreach($bugInfo as $infoKey => $infoValue)
'type' => 'pie'
)
)
)
),
set::tooltip(array('show' => true, 'formatter' => "{b} : {d}%"))
)
),
cell