Skip to content

Commit

Permalink
fix compression chart
Browse files Browse the repository at this point in the history
  • Loading branch information
Palabola committed Oct 28, 2024
1 parent 076f6aa commit ff24fb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/server-compare/server-compare.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ export class ServerCompareComponent implements OnInit, AfterViewInit {

this.benchmarkCategories.find((c) => c.id === 'stress_ng_pct').data = ngData;

this.getCompressChartOptions();

this.multiBarCharts.forEach((chartTemplate) => {
const benchmarks = chartTemplate.chart.options.map((o: any) => o.benchmark_id);
Expand Down

0 comments on commit ff24fb0

Please sign in to comment.