Skip to content

Commit

Permalink
Use horizontal bar chart for Categories graph
Browse files Browse the repository at this point in the history
Fixes #25524
  • Loading branch information
dregad committed Mar 2, 2019
1 parent d87cb82 commit ca5f7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/MantisGraph/pages/category_graph.php
Expand Up @@ -35,7 +35,7 @@

$t_metrics = create_category_summary( $t_filter );
?>

<div class="col-md-12 col-xs-12">
<div class="space-10"></div>

Expand All @@ -48,7 +48,7 @@
</div>

<div class="col-md-6 col-xs-12">
<?php graph_bar( $t_metrics ); ?>
<?php graph_bar( $t_metrics, 1, true ); ?>
</div>

<div class="col-md-6 col-xs-12">
Expand Down

0 comments on commit ca5f7e4

Please sign in to comment.