pace-chart-lib 1.0.56 → 1.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -404,4 +404,5 @@ export declare enum waterfallKeys {
404
404
  up = "up",
405
405
  down = "down"
406
406
  }
407
+ export declare const effectsMap: Record<string, any>;
407
408
  export {};
@@ -594,6 +594,20 @@ export declare const defaultChartFormatOptions: {
594
594
  chartPadding: {
595
595
  paddingArrayLTRB: number[];
596
596
  };
597
+ statisticalTest: {
598
+ zTest: boolean;
599
+ runZTest: any[];
600
+ zTestInputData: any[];
601
+ };
602
+ cjsOptions: {
603
+ cjsTension: number;
604
+ cjsBorderRadius: number;
605
+ };
606
+ animation: {
607
+ animationEnabled: boolean;
608
+ animationDuration: number;
609
+ animationEffect: string;
610
+ };
597
611
  };
598
612
  export declare const chartMargins: {
599
613
  top: number;