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