feat: support option function for chart render
This commit is contained in:
parent
1be8d43405
commit
2316689ce5
5 changed files with 429 additions and 3 deletions
|
|
@ -66,7 +66,7 @@ func TestNewSeriesDataFromValues(t *testing.T) {
|
|||
func TestNewPieSeriesList(t *testing.T) {
|
||||
assert := assert.New(t)
|
||||
|
||||
assert.Equal([]Series{
|
||||
assert.Equal(SeriesList{
|
||||
{
|
||||
Type: ChartTypePie,
|
||||
Name: "a",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue