IsMinor returns true if this is a minor tick mark.
()
| 680 | |
| 681 | // IsMinor returns true if this is a minor tick mark. |
| 682 | func (t Tick) IsMinor() bool { |
| 683 | return t.Label == "" |
| 684 | } |
| 685 | |
| 686 | // lengthOffset returns an offset that should be added to the |
| 687 | // tick mark's line to accout for its length. I.e., the start of |
no outgoing calls
no test coverage detected