Skip to content

Commit

Permalink
Merge pull request #138 from humphreylee/Restore-echarts-gl
Browse files Browse the repository at this point in the history
Restore link to echarts-gl in charts.html.hbs
  • Loading branch information
LukaOber authored Jan 24, 2025
2 parents 6a02036 + d46bd78 commit efaa4cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charming/src/asset/charts.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta charset="utf-8" />
<title>{{ title }}</title>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/echarts-gl.min.js"></script>
<style> .container { display: flex; justify-content: center; align-items: center; } .item { margin: auto; } </style>
</head>
<body>
Expand Down

0 comments on commit efaa4cb

Please sign in to comment.