update url
Some checks failed
Continuous Integration / Tests (push) Has been cancelled

This commit is contained in:
Zeni Kim 2024-10-27 21:52:38 -05:00
parent bd2b44aa38
commit cc8d36edd9
87 changed files with 105 additions and 104 deletions

View file

@ -5,7 +5,7 @@ package main
import (
"os"
"github.com/wcharczuk/go-chart/v2"
"git.smarteching.com/zeni/go-chart"
)
func main() {
@ -13,11 +13,11 @@ func main() {
Width: 512,
Height: 512,
Values: []chart.Value{
{Value: 5, Label: "Blue"},
{Value: 5, Label: "Green"},
{Value: 4, Label: "Gray"},
{Value: 4, Label: "Orange"},
{Value: 3, Label: "Deep Blue"},
{Value: 5, Label: "Blues"},
{Value: 5, Label: "Greens"},
{Value: 4, Label: "Grays"},
{Value: 4, Label: "Oranges"},
{Value: 3, Label: "Deep Blues"},
{Value: 3, Label: "??"},
{Value: 1, Label: "!!"},
},