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