Browse Source

Change portfolio performance graph tooltip mode to index

pull/3167/head
helgehatt 1 year ago
committed by Thomas Kaul
parent
commit
ae46876129
  1. 2
      apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts

2
apps/client/src/app/components/benchmark-comparator/benchmark-comparator.component.ts

@ -228,7 +228,7 @@ export class BenchmarkComparatorComponent implements OnChanges, OnDestroy {
locale: this.locale, locale: this.locale,
unit: '%' unit: '%'
}), }),
mode: 'x', mode: 'index',
position: <unknown>'top', position: <unknown>'top',
xAlign: 'center', xAlign: 'center',
yAlign: 'bottom' yAlign: 'bottom'

Loading…
Cancel
Save