Skip to content

Commit

Permalink
Refs matomo-org#4077, fix bug in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benaka Moorthi committed Sep 16, 2013
1 parent e1d8b32 commit 57c5024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/TreemapVisualization/Treemap.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ private function handleShowEvolutionValues($view)
}
}

private function getDynamicMaxElementCount($dataTable, $metricName)
public function getDynamicMaxElementCount($dataTable, $metricName)
{
$availableWidth = Common::getRequestVar('availableWidth', false);
$availableHeight = Common::getRequestVar('availableHeight', false);
Expand Down

0 comments on commit 57c5024

Please sign in to comment.