+ [task#132561 doing 0.1h 7h] add the comments for initedAppealsChart function.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user