diff --git a/src/app/view/home/graph-list/graph-list.component.ts b/src/app/view/home/graph-list/graph-list.component.ts index 773ba95..f10e2d6 100644 --- a/src/app/view/home/graph-list/graph-list.component.ts +++ b/src/app/view/home/graph-list/graph-list.component.ts @@ -1337,7 +1337,7 @@ export class GraphListComponent implements OnInit { rangemode: 'nonnegative', // showgrid: true, range: range1, - tickangle: 45, + tickangle: 'auto', tickfont: { size: 14 } @@ -1349,7 +1349,7 @@ export class GraphListComponent implements OnInit { range: range3, // overlaying: 'y', rangemode: 'nonnegative', - side: 'left', + side: 'right', position: 1.25, tickangle: 'auto', tickfont: {