add core services, add graph service, add component graph

This commit is contained in:
Zeni Kim 2024-10-28 11:33:06 -05:00
parent 59ea47dcd6
commit 7c92148ae4
7 changed files with 183 additions and 4 deletions

View file

@ -0,0 +1,8 @@
package components
type ContentGraph struct {
Graph string // pie, bar
Labels string
Values string
Alt string
}