pace-chart-lib 1.0.56 → 1.0.58

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.
@@ -188,12 +188,13 @@ export type TAnnotationObject = {
188
188
  valueFontStyle: string[];
189
189
  isVisible: boolean;
190
190
  };
191
- dx: 0;
192
- dy: 0;
191
+ dx: number;
192
+ dy: number;
193
193
  connector: {
194
194
  end: string;
195
195
  curve: d3.CurveFactory;
196
196
  };
197
+ disable?: string[];
197
198
  subject: {
198
199
  height: number;
199
200
  width: number;
@@ -404,4 +405,5 @@ export declare enum waterfallKeys {
404
405
  up = "up",
405
406
  down = "down"
406
407
  }
408
+ export declare const effectsMap: Record<string, any>;
407
409
  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;