test: add test for bar chart
This commit is contained in:
parent
bdf7bff313
commit
da5e950565
8 changed files with 109 additions and 13 deletions
2
chart.go
2
chart.go
|
|
@ -259,7 +259,7 @@ func Render(opt ChartOption) (*Draw, error) {
|
|||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
markPointRenderOptions := make([]*markPointRenderOption, 0)
|
||||
markPointRenderOptions := make([]markPointRenderOption, 0)
|
||||
fns := []func() error{
|
||||
// pie render
|
||||
func() error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue