From a89fd331314e7cc35d3d0f0c5a0daaaa4ba8d3d4 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sun, 25 Dec 2022 14:59:50 +0000 Subject: [PATCH] fix typo in echarts-wordcloud.js acutal -> actual Signed-off-by: Ikko Ashimine --- .../static/bigscreen/template1/js/echarts-wordcloud.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecg-module-demo/src/main/resources/static/bigscreen/template1/js/echarts-wordcloud.js b/jeecg-module-demo/src/main/resources/static/bigscreen/template1/js/echarts-wordcloud.js index 6b2cc652f..bfc9f4443 100644 --- a/jeecg-module-demo/src/main/resources/static/bigscreen/template1/js/echarts-wordcloud.js +++ b/jeecg-module-demo/src/main/resources/static/bigscreen/template1/js/echarts-wordcloud.js @@ -15850,7 +15850,7 @@ if (!window.clearImmediate) { }; var getTextInfo = function getTextInfo(word, weight, rotateDeg) { - // calculate the acutal font size + // calculate the actual font size // fontSize === 0 means weightFactor function wants the text skipped, // and size < minSize means we cannot draw the text. var debug = false; -- Gitee