Skip to content

Commit

Permalink
feat: Update to echarts@5.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnAngela authored Jul 1, 2024
1 parent a8819c3 commit 64c79af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ $(() => (async () => {
fieldset.find("#toChartQueryContributions").on("click", async (e) => {
$(e.target).remove();
fieldset.append("<div id=\"contributionChart\" style=\"width: 100%; height: 400px;\">加载中……</div>");
await libCachedCode.injectCachedCode("https://npm.elemecdn.com/echarts@5.5.0/dist/echarts.min.js", "script");
await libCachedCode.injectCachedCode("https://npm.elemecdn.com/echarts@5.5.1/dist/echarts.min.js", "script");
const chart = echarts.init(document.getElementById("contributionChart"));
chart.setOption({
tooltip: {
Expand Down

0 comments on commit 64c79af

Please sign in to comment.