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 6b2cc652fc38c35b5f5ab7f7e8a42482a719347a..bfc9f44433dde4deed15a07aa0f7c77361d982ae 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;