Discover Packages
github.com/chenjiandongx/go-echarts-assets
command
module
Version:
v0.0.0-...-41f247b
Opens a new window with list of versions in this module.
Published: Oct 16, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
go-echarts-assets
go-echarts-assets is the turn key solution for hosting go-echarts javascript assets.
It can be placed as it is into your server and its gh-pages acts as the default content delivery host when you evaluate go-echarts for web purposes.
i.e.
On page usage
page := components.NewPage()
page.AssetsHost = "https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/"
On single chart usage
bar := charts.NewBar()
bar.SetGlobalOptions(
charts.WithInitializationOpts(opts.Initialization{
AssetsHost: "https://cdn.jsdelivr.net/npm/echarts@5.4.3/dist/",
}),
)
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.