Translate all Chinese comments and strings to English
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -273,7 +273,7 @@ function handleClick(tagId) {
|
||||
if (isSafeTagId(tagId)) {
|
||||
window.location.href = tagId;
|
||||
} else {
|
||||
console.warn("不安全的 tagId: ", tagId);
|
||||
console.warn("Unsafe tagId: ", tagId);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1258,7 +1258,7 @@ function getAvgProcessTimeHorizontalBarChart(chartData, content, isSingle, xUnit
|
||||
{ [secondaryTypeParam]: secondaryId }
|
||||
];
|
||||
|
||||
// 取得 Compare Data
|
||||
// Fetch Compare Data
|
||||
await compareStore.getCompare(queryParams);
|
||||
avgProcessTimeByTaskHeight.value = getHorizontalBarHeight(compareDashboardData.value.time.avg_process_time_by_task);
|
||||
if(compareDashboardData.value.time.avg_waiting_time_by_edge !== null) {
|
||||
|
||||
Reference in New Issue
Block a user