Eryx

Results 3 issues of Eryx

### What are you trying to do? Is there a way to improve the display style of legend, just like the picture below: ![Untitled](https://user-images.githubusercontent.com/275347/72125687-780d1d80-33a4-11ea-904a-6acdf9c7d5cc.png) ### What did you do? ###...

code ``` go func main() { data := [][]string{ []string{"A", "The Good", "500"}, []string{"B", "The Very very Bad Man", "288"}, []string{"C", "The Ugly", "120"}, []string{"D", "The Gopher", "800"}, } table...

fatal output: ``` shell runtime: goroutine stack exceeds 1000000000-byte limit runtime: sp=0xc022a823a8 stack=[0xc022a82000, 0xc042a82000] fatal error: stack overflow runtime stack: runtime.throw(0x1132e81, 0xe) /usr/local/go/src/runtime/panic.go:1117 +0x72 runtime.newstack() /usr/local/go/src/runtime/stack.go:1069 +0x7ed runtime.morestack() /usr/local/go/src/runtime/asm_amd64.s:458 +0x8f...