@databrainhq/plugin 0.10.4 → 0.10.6

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.
@@ -4,6 +4,7 @@ type NoDataLoadingProps = {
4
4
  isLoading: boolean;
5
5
  isSingleValue: string | undefined;
6
6
  dataDb: Record<string, any>;
7
+ chartType?: string;
7
8
  };
8
- export declare const NoDataLoading: React.MemoExoticComponent<({ isDataLength, isLoading, isSingleValue, dataDb }: NoDataLoadingProps) => JSX.Element>;
9
+ export declare const NoDataLoading: React.MemoExoticComponent<({ isDataLength, isLoading, isSingleValue, dataDb, chartType, }: NoDataLoadingProps) => JSX.Element>;
9
10
  export {};
@@ -14,6 +14,7 @@ export declare const getTimeSeriesData: ({ dataArray, timeStampKey, type, valuek
14
14
  customSettings: CustomSettings;
15
15
  backGroundColor: BackgroundSettings;
16
16
  }) => ({
17
+ stack?: string | undefined;
17
18
  barWidth?: string | undefined;
18
19
  showBackground?: boolean | undefined;
19
20
  backgroundStyle?: {
@@ -36,6 +37,7 @@ export declare const getTimeSeriesData: ({ dataArray, timeStampKey, type, valuek
36
37
  focus: string;
37
38
  };
38
39
  } | {
40
+ stack?: string | undefined;
39
41
  barWidth?: string | undefined;
40
42
  showBackground?: boolean | undefined;
41
43
  backgroundStyle?: {