Skip to content

Commit

Permalink
Fix: assets host 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 15, 2019
1 parent cc92197 commit cbb3b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base.go
Expand Up @@ -22,7 +22,7 @@ type InitOpts struct {
// 图表 ID,是图表唯一标识
ChartID string
// 静态资源 host 地址
AssetsHost string `default:"https://go-echarts.github.io/go-echarts-assets/"`
AssetsHost string `default:"https://go-echarts.github.io/go-echarts-assets/assets/"`
// 图表主题
Theme string `default:"white"`
}
Expand Down

0 comments on commit cbb3b43

Please sign in to comment.