fixing some issues with examples

This commit is contained in:
Will Charczuk 2023-09-11 12:27:27 -04:00
parent 2c2fb0651b
commit f6d9d1edca
5 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -5,7 +5,7 @@ package main
import (
"os"
"github.com/wcharczuk/go-chart"
"github.com/wcharczuk/go-chart/v2"
)
func main() {

View file

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB