PlotEditor series track FIX
This commit is contained in:
parent
c781c88147
commit
ab7f3de9a2
@ -158,7 +158,7 @@
|
||||
</td>
|
||||
<td>
|
||||
<select [ngModel]="graph.series.id" (ngModelChange)="plotService.graphSeries(graph, $event)">
|
||||
@for (s of seriesService.list; track s.id) {
|
||||
@for (s of seriesService.list; track s.name) {
|
||||
<option [ngValue]="s.id">{{ s.name }} [{{ s.valueString }}]</option>
|
||||
}
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user