[bugfix] Y bounds in line chart (#3353)

Also fixing tick labels showing NaN in the `dist_bar` viz
This commit is contained in:
Maxime Beauchemin
2017-08-22 16:10:42 -07:00
committed by GitHub
parent 1fda6f0745
commit 64c91ec9e3
2 changed files with 17 additions and 16 deletions

View File

@@ -151,8 +151,7 @@ export const visTypes = {
label: 'X Axis',
controlSetRows: [
['x_axis_label', 'bottom_margin'],
['x_axis_showminmax', 'x_log_scale'],
['x_axis_format', null],
['x_axis_showminmax', 'x_axis_format'],
],
},
{