mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
[bugfix] Y bounds in line chart (#3353)
Also fixing tick labels showing NaN in the `dist_bar` viz
This commit is contained in:
committed by
GitHub
parent
1fda6f0745
commit
64c91ec9e3
@@ -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'],
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user