react-semaphor 0.0.442 → 0.0.444

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.
@@ -459,7 +459,7 @@ export declare type TChartOptions = {
459
459
  };
460
460
  };
461
461
 
462
- declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'custom';
462
+ declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'funnel' | 'custom';
463
463
 
464
464
  export declare type TColumnSetting<T extends DisplayDataType> = {
465
465
  columnIdx: number;
@@ -836,7 +836,7 @@ export declare type TChartOptions = {
836
836
  };
837
837
  };
838
838
 
839
- declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'custom';
839
+ declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'funnel' | 'custom';
840
840
 
841
841
  export declare type TColumnSetting<T extends DisplayDataType> = {
842
842
  columnIdx: number;
@@ -464,7 +464,7 @@ export declare type TChartOptions = {
464
464
  };
465
465
  };
466
466
 
467
- declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'custom';
467
+ declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'funnel' | 'custom';
468
468
 
469
469
  export declare type TColumnSetting<T extends DisplayDataType> = {
470
470
  columnIdx: number;
@@ -456,7 +456,7 @@ export declare type TChartOptions = {
456
456
  };
457
457
  };
458
458
 
459
- declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'custom';
459
+ declare type TChartType = 'bar' | 'horizontalBar' | 'line' | 'pie' | 'doughnut' | 'radar' | 'polarArea' | 'bubble' | 'scatter' | 'stackedBar' | 'stackedLine' | 'table' | 'kpi' | 'pyramid' | 'range' | 'text' | 'map' | 'funnel' | 'custom';
460
460
 
461
461
  export declare type TColumnSetting<T extends DisplayDataType> = {
462
462
  columnIdx: number;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.0.442",
8
+ "version": "0.0.444",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",
@@ -77,6 +77,7 @@
77
77
  "@tanstack/react-table": "^8.11.7",
78
78
  "ai": "^4.1.46",
79
79
  "chart.js": "^4.4.1",
80
+ "chartjs-chart-funnel": "^4.2.4",
80
81
  "chartjs-chart-geo": "^4.3.4",
81
82
  "chartjs-plugin-datalabels": "^2.2.0",
82
83
  "class-variance-authority": "^0.7.0",