(nameLocation: AxisBaseOptionCommon['nameLocation'])
| 281 | } |
| 282 | |
| 283 | export function isNameLocationCenter(nameLocation: AxisBaseOptionCommon['nameLocation']) { |
| 284 | return nameLocation === 'middle' || nameLocation === 'center'; |
| 285 | } |
| 286 | |
| 287 | export function shouldAxisShow(axisModel: AxisBaseModel): boolean { |
| 288 | return axisModel.getShallow('show'); |
no outgoing calls
no test coverage detected
searching dependent graphs…