@advt-gpt-chart/package 3.1.2 → 3.1.4

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.
Binary file
@@ -63,6 +63,7 @@ export declare const handleChartTypeChange: (chartType: ChartType, preChartJson:
63
63
  hideChartHeader?: boolean;
64
64
  series?: any[];
65
65
  agent?: import("../Chart/ChartCodeRender/type").AgentConfig;
66
+ availableChartTypes?: string[];
66
67
  };
67
68
  export type ChangeInfo = {
68
69
  metrics: string[];
@@ -91,6 +92,7 @@ export declare const handleChartDataSourceChange: ({ metrics, dimensions, timeGr
91
92
  hideChartHeader?: boolean;
92
93
  series?: any[];
93
94
  agent?: import("../Chart/ChartCodeRender/type").AgentConfig;
95
+ availableChartTypes?: string[];
94
96
  };
95
97
  export type QueryDataInfo = {
96
98
  metrics?: OptionType[];
@@ -117,5 +119,6 @@ export declare const transformQueryData2ChartJson: ({ metrics: dataMetrics, dime
117
119
  hideChartHeader?: boolean;
118
120
  series?: any[];
119
121
  agent?: import("../Chart/ChartCodeRender/type").AgentConfig;
122
+ availableChartTypes?: string[];
120
123
  };
121
124
  export {};
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const version = "3.1.2";
1
+ declare const version = "3.1.4";
2
2
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@advt-gpt-chart/package",
3
- "version": "3.1.2",
3
+ "version": "3.1.4",
4
4
  "description": "ADVT GPT Chart - A React chart component library for GPT visualization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.umd.js",