mirror of
https://github.com/getredash/redash.git
synced 2026-03-22 01:00:14 -04:00
Working embeds & renamed frontend to client
This commit is contained in:
15
client/app/visualizations/box-plot/box-plot-editor.html
Normal file
15
client/app/visualizations/box-plot/box-plot-editor.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="form-horizontal">
|
||||
<div class="form-group">
|
||||
<label class="col-lg-6">X Axis Label</label>
|
||||
<div class="col-lg-6">
|
||||
<input type="text" ng-model="visualization.options.xAxisLabel" class="form-control"></input>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label class="col-lg-6">Y Axis Label</label>
|
||||
<div class="col-lg-6">
|
||||
<input type="text" ng-model="visualization.options.yAxisLabel" class="form-control"></input>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user