Versions in this module Expand all Collapse all v0 v0.1.1 Feb 17, 2021 Changes in this version + var AssetsList = []string + var List = map[string]string + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type Chart struct + Content interface{} + func NewChart() *Chart + func (c *Chart) GetAsset(name string) ([]byte, error) + func (c *Chart) GetAssetList() []string + func (c *Chart) GetContent() template.HTML + func (c *Chart) GetName() string + func (c *Chart) GetOptions() template.JS + func (c *Chart) GetTemplate() (*template.Template, string) + func (c *Chart) SetContent(content interface{}) *Chart