(
data: ScaleTick,
opt?: IntervalScaleGetLabelOpt
)
| 154 | } |
| 155 | |
| 156 | getLabel( |
| 157 | data: ScaleTick, |
| 158 | opt?: IntervalScaleGetLabelOpt |
| 159 | ) { |
| 160 | return this.intervalStub.getLabel(data, opt); |
| 161 | } |
| 162 | |
| 163 | static mapperMethods: DecoratedScaleMapperMethods<LogScale> = { |
| 164 |
no outgoing calls
no test coverage detected