Skip to content

Commit 9232134

Browse files
committed
show series name but not a textbox in pie colors list
1 parent be6b8ad commit 9232134

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

client/app/visualizations/chart/chart-editor.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,7 @@ <h4>{{$index == 0 ? 'Left' : 'Right'}} Y Axis</h4>
285285
ng-bind="options.seriesOptions[name].zIndex + 1"></span>
286286
</td>
287287
<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">
288+
{{name}}
290289
</td>
291290
<td style="padding: 3px; width: 35px;">
292291
<ui-select ng-model="options.seriesOptions[name].color">

0 commit comments

Comments
 (0)