test: add test for axis
This commit is contained in:
parent
635e440e85
commit
d3c6649cd9
12 changed files with 145 additions and 40 deletions
10
mark_line.go
10
mark_line.go
|
|
@ -105,13 +105,3 @@ func (m *markLinePainter) Render() (Box, error) {
|
|||
}
|
||||
return BoxZero, nil
|
||||
}
|
||||
|
||||
func markLineRender(opt markLineRenderOption) {
|
||||
// d := opt.Draw
|
||||
// s := opt.Series
|
||||
// if len(s.MarkLine.Data) == 0 {
|
||||
// return
|
||||
// }
|
||||
// r := d.Render
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue