(parent, index, tick)
| 112 | } |
| 113 | |
| 114 | function createTickContext(parent, index, tick) { |
| 115 | return createContext(parent, { |
| 116 | tick, |
| 117 | index, |
| 118 | type: 'tick' |
| 119 | }); |
| 120 | } |
| 121 | |
| 122 | function titleAlign(align, position, reverse) { |
| 123 | /** @type {CanvasTextAlign} */ |
no test coverage detected