Sync sansei branch #1
@ -23,8 +23,8 @@ export class ChartHitDistributionComponent implements OnInit, OnChanges {
|
||||
@Input() mods!: string[];
|
||||
|
||||
removeOutliers = true;
|
||||
groupData = true;
|
||||
showPercentages = true;
|
||||
groupData = false;
|
||||
showPercentages = false;
|
||||
|
||||
public barChartLegend = true;
|
||||
public barChartPlugins = [];
|
||||
|
||||
@ -43,8 +43,8 @@ export class ChartComponent implements OnChanges {
|
||||
@Input() data!: number[];
|
||||
|
||||
removeOutliers = true;
|
||||
groupData = true;
|
||||
showPercentages = true;
|
||||
groupData = false;
|
||||
showPercentages = false;
|
||||
|
||||
calculateStatistics(): Array<{ name: string, value: number }> {
|
||||
if (this.data.length === 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user