Skip to content

Commit cb0b1c1

Browse files
committed
Show all x axis labels for bar charts
1 parent 3943a17 commit cb0b1c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • plugins/CoreVisualizations/Visualizations/JqplotGraph

plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ public static function getDefaultConfig()
3434
{
3535
$config = new Config();
3636
$config->max_graph_elements = 6;
37+
$config->show_all_ticks = true;
3738

3839
return $config;
3940
}

0 commit comments

Comments
 (0)