|
|
@ -1,6 +1,6 @@ |
|
|
|
package com.finebi.plugin; |
|
|
|
package com.finebi.plugin; |
|
|
|
|
|
|
|
|
|
|
|
import com.finebi.conf.internalimp.component.ReportComponent; |
|
|
|
import com.finebi.foundation.api.web.component.AssembleComponentFactory; |
|
|
|
import com.fr.decision.fun.impl.AbstractWebResourceProvider; |
|
|
|
import com.fr.decision.fun.impl.AbstractWebResourceProvider; |
|
|
|
import com.fr.intelli.record.Focus; |
|
|
|
import com.fr.intelli.record.Focus; |
|
|
|
import com.fr.intelli.record.Original; |
|
|
|
import com.fr.intelli.record.Original; |
|
|
@ -12,7 +12,7 @@ public class BIDesignBoxPlotChart extends AbstractWebResourceProvider { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Atom attach() { |
|
|
|
public Atom attach() { |
|
|
|
return ReportComponent.KEY; |
|
|
|
return AssembleComponentFactory.getReportComponent(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|