Merge remote-tracking branch 'origin/master' into tweaks
This commit is contained in:
commit
1e0f87f664
|
@ -141,7 +141,6 @@ export class GraphsComponent implements OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
updateGraphData(): void {
|
updateGraphData(): void {
|
||||||
|
|
||||||
if (this.form.location.trim().split(' ').length === 1) {
|
if (this.form.location.trim().split(' ').length === 1) {
|
||||||
this.ChartName = 'Total Samples per Station @ Location ' + this.form.location;
|
this.ChartName = 'Total Samples per Station @ Location ' + this.form.location;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue