fix paths
This commit is contained in:
parent
cc8d36edd9
commit
1f6d76e8b5
3 changed files with 11 additions and 71 deletions
|
|
@ -5,7 +5,7 @@ package main
|
|||
import (
|
||||
"os"
|
||||
|
||||
"git.smarteching.com/zeni/go-chart"
|
||||
"git.smarteching.com/zeni/go-chart/v2"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
@ -13,11 +13,11 @@ func main() {
|
|||
Width: 512,
|
||||
Height: 512,
|
||||
Values: []chart.Value{
|
||||
{Value: 5, Label: "Blues"},
|
||||
{Value: 5, Label: "Greens"},
|
||||
{Value: 4, Label: "Grays"},
|
||||
{Value: 4, Label: "Oranges"},
|
||||
{Value: 3, Label: "Deep Blues"},
|
||||
{Value: 5, Label: "Blue"},
|
||||
{Value: 5, Label: "Green"},
|
||||
{Value: 4, Label: "Gray"},
|
||||
{Value: 4, Label: "Orange"},
|
||||
{Value: 3, Label: "Deep Blue"},
|
||||
{Value: 3, Label: "??"},
|
||||
{Value: 1, Label: "!!"},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue