Skip to content

Commit

Permalink
show series name but not a textbox in pie colors list
Browse files Browse the repository at this point in the history
  • Loading branch information
alison985 committed Sep 1, 2017
1 parent be6b8ad commit 9232134
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/app/visualizations/chart/chart-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,7 @@ <h4>{{$index == 0 ? 'Left' : 'Right'}} Y Axis</h4>
ng-bind="options.seriesOptions[name].zIndex + 1"></span>
</td>
<td style="padding: 3px; width: 300px;">
<input placeholder="{{name}}" class="form-control input-sm super-small-input" type="text"
ng-model="options.seriesOptions[name].name">
{{name}}
</td>
<td style="padding: 3px; width: 35px;">
<ui-select ng-model="options.seriesOptions[name].color">
Expand Down

0 comments on commit 9232134

Please sign in to comment.