+ [task#132561 doing 0.1h 7h] add the comments for initedAppealsChart function.

This commit is contained in:
wangzemei
2024-11-26 11:26:46 +08:00
committed by 孙浩
parent f1cf6093f0
commit 3ff4cb7238
+7
View File
@@ -11,6 +11,13 @@ window.formatSeriesLabel = function(params)
return params?.value?.toFixed(2);
}
/**
* 初始化 $APPEALS 图表数据后的回调函数。
* The callback function after initializing the $APPEALS chart data.
*
* @access public
* @return void
*/
window.initedAppealsChart = function()
{
const chartData = $('.appleals-chart').find('div').data('zui.ECharts');