UNPKG

quoslibero

Version:

FusionCharts JavaScript charting framework

1 lines 324 B
import{componentFactory}from'../../../fc-core/src/lib';import LimitUpdater from'../../../fc-core/src/axis/limit-updater';export default function(a){let b,c,d=a.config.allowAxisChange,e=a.getChildren('yAxis')[0];componentFactory(e,LimitUpdater,'limitUpdater',d?1:0),b=e.getChildren('limitUpdater'),c=b&&b[0],c&&c.configure()}