We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6b8ad commit 9232134Copy full SHA for 9232134
client/app/visualizations/chart/chart-editor.html
@@ -285,8 +285,7 @@ <h4>{{$index == 0 ? 'Left' : 'Right'}} Y Axis</h4>
285
ng-bind="options.seriesOptions[name].zIndex + 1"></span>
286
</td>
287
<td style="padding: 3px; width: 300px;">
288
- <input placeholder="{{name}}" class="form-control input-sm super-small-input" type="text"
289
- ng-model="options.seriesOptions[name].name">
+ {{name}}
290
291
<td style="padding: 3px; width: 35px;">
292
<ui-select ng-model="options.seriesOptions[name].color">
0 commit comments