Skip to content

Commit

Permalink
Restore link to echarts-gl in charts.html.hbs
Browse files Browse the repository at this point in the history
I think the link to echarts-gl was accidentally (??) removed when upgrade to echarts 5.5.x
  • Loading branch information
humphreylee authored Jan 24, 2025
1 parent 6a02036 commit d46bd78
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 d46bd78

Please sign in to comment.