(axisType: OptionAxisType)
| 317 | } |
| 318 | |
| 319 | function isAxisTypeSupportAxisBreak(axisType: OptionAxisType): boolean { |
| 320 | return axisType !== 'category'; |
| 321 | } |
| 322 | |
| 323 | export function updateIntervalOrLogScaleForNiceOrAligned( |
| 324 | scale: IntervalScale | LogScale, |
no outgoing calls
no test coverage detected
searching dependent graphs…