Skip to content

Commit

Permalink
frontend: Enable actions in experiment graph (#2065)
Browse files Browse the repository at this point in the history
Signed-off-by: Elena Zioga <elena@arrikto.com>

Signed-off-by: Elena Zioga <elena@arrikto.com>
  • Loading branch information
elenzio9 authored Jan 16, 2023
1 parent 2a6497f commit ae68b77
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,13 @@ export class TrialsGraphEchartsComponent implements OnChanges {
padding: 10,
borderWidth: 1,
},
toolbox: {
show: true,
feature: {
restore: {},
saveAsImage: {},
},
},
parallelAxis: parallelAxis,
visualMap: {
min: 0,
Expand Down

0 comments on commit ae68b77

Please sign in to comment.