(registers: EChartsExtensionInstallRegisters)
| 24 | import installCommon from './installCommon'; |
| 25 | |
| 26 | export function install(registers: EChartsExtensionInstallRegisters) { |
| 27 | |
| 28 | installCommon(registers); |
| 29 | |
| 30 | registers.registerComponentModel(InsideZoomModel); |
| 31 | registers.registerComponentView(InsideZoomView); |
| 32 | |
| 33 | installDataZoomRoamProcessor(registers); |
| 34 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…