Skip to content

Commit

Permalink
图表支持库ECharts版本由5.4.1升级至5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
datageartech committed Apr 27, 2023
1 parent af38c7d commit 84cb787
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public List<HtmlTplDashboardImport> resolve(HttpServletRequest request, String m
impts.add(HtmlTplDashboardImport.valueOfJavaScript(BUILTIN_DASHBOARD_IMPORT_NAME_JQUERY,
libPrefix + "/jquery-3.6.0/jquery-3.6.0.min.js"));
impts.add(HtmlTplDashboardImport.valueOfJavaScript(BUILTIN_DASHBOARD_IMPORT_NAME_ECHARTS,
libPrefix + "/echarts-5.4.1/echarts.min.js"));
libPrefix + "/echarts-5.4.2/echarts.min.js"));
impts.add(HtmlTplDashboardImport.valueOfJavaScript(BUILTIN_DASHBOARD_IMPORT_NAME_ECHARTS_WORDCLOUD,
libPrefix + "/echarts-wordcloud-2.0.0/echarts-wordcloud.min.js"));
impts.add(HtmlTplDashboardImport.valueOfJavaScript(BUILTIN_DASHBOARD_IMPORT_NAME_ECHARTS_LIQUIDFILL,
Expand Down

This file was deleted.

Large diffs are not rendered by default.

0 comments on commit 84cb787

Please sign in to comment.