RazorFlow / framework

The RazorFlow Dashboard Framework
MIT License
133 stars 44 forks source link

KPI value not working when calling in onHandleApply #14

Open sospixs opened 9 years ago

sospixs commented 9 years ago
public function handleApply($source, $target, $params) {

        $SpendingKPI = $this->getComponentByID("SpendingKPI");
    $SpendingKPI->setCaption ("Spending KPI (YTD)");
    $SpendingKPI->setValue (50,array('numberSuffix' => "%")); 

}

The value always show zero. Please check