diff --git a/opts/charts.go b/opts/charts.go index 44db47767..e74a23be2 100644 --- a/opts/charts.go +++ b/opts/charts.go @@ -518,7 +518,7 @@ type TreeData struct { Name string `json:"name,omitempty"` // Value of the data item. - Value int `json:"value,omitempty"` + Value interface{} `json:"value,omitempty"` Children []*TreeData `json:"children,omitempty"`