* Fix drag metric to screen.
This commit is contained in:
@@ -327,7 +327,7 @@ class screenModel extends model
|
||||
*/
|
||||
public function genMetricComponent($metric, $component = null)
|
||||
{
|
||||
$this->initMetricComponent($metric, $component);
|
||||
list($component, $typeChanged) = $this->initMetricComponent($metric, $component);
|
||||
|
||||
$component->chartConfig->title = $metric->name;
|
||||
$component->chartConfig->sourceID = $metric->id;
|
||||
|
||||
Reference in New Issue
Block a user