Bump go-chart dependency to v2.1.0

This commit is contained in:
Christian Muehlhaeuser
2020-12-07 04:41:23 +01:00
parent 2890282a9e
commit 206fe597ff
3 changed files with 7 additions and 12 deletions

View File

@@ -7,8 +7,8 @@ import (
"github.com/muesli/clusters"
"github.com/wcharczuk/go-chart"
"github.com/wcharczuk/go-chart/drawing"
"github.com/wcharczuk/go-chart/v2"
"github.com/wcharczuk/go-chart/v2/drawing"
)
// The Plotter interface lets you implement your own plotters