test: add test for bar chart
This commit is contained in:
parent
bdf7bff313
commit
da5e950565
8 changed files with 109 additions and 13 deletions
|
|
@ -50,7 +50,7 @@ type markLineRenderOption struct {
|
|||
Range *Range
|
||||
}
|
||||
|
||||
func markLineRender(opt *markLineRenderOption) {
|
||||
func markLineRender(opt markLineRenderOption) {
|
||||
d := opt.Draw
|
||||
s := opt.Series
|
||||
if len(s.MarkLine.Data) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue