core/template/components/content_graph.go

9 lines
121 B
Go
Raw Permalink Normal View History

package components
type ContentGraph struct {
Graph string // pie, bar
Labels string
Values string
Alt string
}