Skip to content

Commit

Permalink
refs #3994 allow only one metric
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 3, 2013
1 parent 031ad2e commit a963a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/ExampleUI/Controller.php
Expand Up @@ -93,6 +93,7 @@ public function pieGraph()
$view->columns_to_display = array('value');
$view->translations['value'] = "times the diameter of Earth";
$view->show_footer_icons = false;
$view->visualization_properties->selectable_columns = array("value");
$view->visualization_properties->max_graph_elements = 10;

echo $view->render();
Expand Down

0 comments on commit a963a87

Please sign in to comment.