increase min height of wp graph

pull/7661/head
ulferts 5 years ago
parent ab71e1bbaa
commit 63e1d81789
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      frontend/src/app/modules/work-package-graphs/embedded/wp-embedded-graph.component.ts

@ -130,7 +130,7 @@ export class WorkPackageEmbeddedGraphComponent {
}
// some minimum height e.g. for the labels
height += 30;
height += 40;
this.chartHeight = `${height}px`;
} else {

Loading…
Cancel
Save