mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 09:27:23 -05:00
Merge pull request #1128 from getredash/fix-viz-options
Fix: visualization options not updating after changing type
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<label class="control-label">Height</label>
|
||||
<input name="name" type="number" class="form-control" ng-model="options.bottomMargin">
|
||||
<input name="x-axis-height" type="number" class="form-control" ng-model="options.bottomMargin">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
<label class="control-label">Visualization Name</label>
|
||||
<input name="name" type="text" class="form-control" ng-model="visualization.name"
|
||||
placeholder="{{visualization.type | capitalize}}">
|
||||
|
||||
</div>
|
||||
|
||||
<visualization-options-editor></visualization-options-editor>
|
||||
|
||||
Reference in New Issue
Block a user