Skip to content

Commit

Permalink
Fixes #12763 - Add show_grid to the default vis structure (#12769)
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker authored Jul 11, 2017
1 parent e951369 commit 4e13020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core_plugins/metrics/public/kbn_vis_types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export default function MetricsVisProvider(Private) {
interval: 'auto',
axis_position: 'left',
axis_formatter: 'number',
show_legend:1
show_legend:1,
show_grid: 1
},
component: require('../components/vis_editor')
},
Expand Down

0 comments on commit 4e13020

Please sign in to comment.