Skip to content

Commit

Permalink
cmd/worklog/ui: update echarts to 5.5.1
Browse files Browse the repository at this point in the history
[git-generate]
NEW=5.5.1
OLD=$(ls cmd/worklog/ui/js/echarts-*)
rm ${OLD} && \
curl -o cmd/worklog/ui/js/echarts-${NEW}.min.js https://raw.githubusercontent.com/apache/echarts/${NEW}/dist/echarts.min.js && \
sed -i -r "s/$(basename ${OLD})/echarts-${NEW}.min.js/" cmd/worklog/ui/index.html
  • Loading branch information
kortschak committed Jul 26, 2024
1 parent 40757f6 commit be28de3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion cmd/worklog/ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>worklog</title>
<script src="js/echarts-5.4.3.min.js"></script>
<script src="js/echarts-5.5.1.min.js"></script>
<script src="js/jquery-3.7.0.min.js"></script>
</head>
<body>
Expand Down
45 changes: 0 additions & 45 deletions cmd/worklog/ui/js/echarts-5.4.3.min.js

This file was deleted.

45 changes: 45 additions & 0 deletions cmd/worklog/ui/js/echarts-5.5.1.min.js

Large diffs are not rendered by default.

0 comments on commit be28de3

Please sign in to comment.