@spteck/fluentui-react-charts 1.0.6 → 1.0.8
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.
- package/dist/charts/BarChart/BarChart.d.ts +2 -1
- package/dist/charts/ComboChart/ComboChart.d.ts +2 -1
- package/dist/charts/Doughnut/DoughnutChart.d.ts +2 -1
- package/dist/charts/PieChart/PieChart.d.ts +2 -1
- package/dist/charts/areaChart/AreaChart.d.ts +2 -1
- package/dist/charts/barHorizontalChart/BarHotizontalChart.d.ts +2 -1
- package/dist/charts/bubbleChart/BubbleChart.d.ts +2 -1
- package/dist/charts/floatBarChart/FloatBarChart.d.ts +2 -1
- package/dist/charts/index.d.ts +14 -0
- package/dist/charts/lineChart/LineChart.d.ts +2 -1
- package/dist/charts/polarChart/PolarChart.d.ts +2 -1
- package/dist/charts/radarChart/RadarChart.d.ts +2 -1
- package/dist/charts/scatterChart/ScatterChart.d.ts +2 -1
- package/dist/charts/stackedLineChart/StackedLineChart.d.ts +2 -1
- package/dist/charts/steamChart/SteamChart.d.ts +2 -1
- package/dist/components/index.d.ts +0 -14
- package/dist/fluentui-react-charts.cjs.development.js +1367 -1066
- package/dist/fluentui-react-charts.cjs.development.js.map +1 -1
- package/dist/fluentui-react-charts.cjs.production.min.js +1 -1
- package/dist/fluentui-react-charts.cjs.production.min.js.map +1 -1
- package/dist/fluentui-react-charts.esm.js +1353 -1066
- package/dist/fluentui-react-charts.esm.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +4 -4
- package/src/assets/sample1.png +0 -0
- package/src/assets/sample2.png +0 -0
- package/src/assets/sample3.png +0 -0
- package/src/charts/BarChart/BarChart.tsx +0 -227
- package/src/charts/BarChart/README.MD +0 -335
- package/src/charts/BarChart/index.ts +0 -1
- package/src/charts/ComboChart/ComboChart.tsx +0 -209
- package/src/charts/ComboChart/README.MD +0 -347
- package/src/charts/ComboChart/index.ts +0 -1
- package/src/charts/Doughnut/DoughnutChart.tsx +0 -152
- package/src/charts/Doughnut/README.MD +0 -296
- package/src/charts/Doughnut/index.ts +0 -1
- package/src/charts/PieChart/PieChart.tsx +0 -148
- package/src/charts/PieChart/README.MD +0 -315
- package/src/charts/PieChart/index.ts +0 -1
- package/src/charts/areaChart/AreaChart.tsx +0 -195
- package/src/charts/areaChart/README.MD +0 -236
- package/src/charts/areaChart/index.ts +0 -1
- package/src/charts/barHorizontalChart/BarHotizontalChart.tsx +0 -200
- package/src/charts/barHorizontalChart/README.MD +0 -278
- package/src/charts/barHorizontalChart/index.ts +0 -2
- package/src/charts/bubbleChart/BubbleChart.tsx +0 -184
- package/src/charts/bubbleChart/README.MD +0 -275
- package/src/charts/bubbleChart/index.ts +0 -1
- package/src/charts/floatBarChart/FloatBarChart.tsx +0 -178
- package/src/charts/floatBarChart/README.MD +0 -354
- package/src/charts/floatBarChart/index.ts +0 -1
- package/src/charts/lineChart/LineChart.tsx +0 -200
- package/src/charts/lineChart/README.MD +0 -354
- package/src/charts/lineChart/index.ts +0 -1
- package/src/charts/polarChart/PolarChart.tsx +0 -161
- package/src/charts/polarChart/README.MD +0 -336
- package/src/charts/polarChart/index.ts +0 -1
- package/src/charts/radarChart/README.MD +0 -388
- package/src/charts/radarChart/RadarChart.tsx +0 -173
- package/src/charts/radarChart/index.ts +0 -1
- package/src/charts/scatterChart/README.MD +0 -335
- package/src/charts/scatterChart/ScatterChart.tsx +0 -155
- package/src/charts/scatterChart/index.ts +0 -1
- package/src/charts/stackedLineChart/README.MD +0 -396
- package/src/charts/stackedLineChart/StackedLineChart.tsx +0 -188
- package/src/charts/stackedLineChart/index.ts +0 -1
- package/src/charts/steamChart/README.MD +0 -414
- package/src/charts/steamChart/SteamChart.tsx +0 -236
- package/src/charts/steamChart/index.ts +0 -1
- package/src/components/RenderLabel/RenderLabel.tsx +0 -39
- package/src/components/RenderLabel/index.ts +0 -2
- package/src/components/RenderLabel/useRenderLabelStylesStyles.ts +0 -25
- package/src/components/RenderLegend/RenderLegend.tsx +0 -40
- package/src/components/RenderTooltip/RenderTooltip.tsx +0 -111
- package/src/components/buttonMenu/ButtonMenu.tsx +0 -186
- package/src/components/buttonMenu/IButtonMenuOption.ts +0 -9
- package/src/components/buttonMenu/IButtonMenuProps.tsx +0 -40
- package/src/components/dashboard/DashBoard.tsx +0 -314
- package/src/components/dashboard/ExampleDashboardUsage.tsx +0 -114
- package/src/components/dashboard/IDashboardProps.tsx +0 -11
- package/src/components/dashboard/NoDashboards.tsx +0 -26
- package/src/components/dashboard/index.ts +0 -3
- package/src/components/dashboard/selectZoom/SelectZoom.tsx +0 -189
- package/src/components/dashboard/useDashboardStyles.ts +0 -76
- package/src/components/index.ts +0 -17
- package/src/components/legendContainer/LegendContainer.tsx +0 -118
- package/src/components/legendeButton/LegendButton.tsx +0 -57
- package/src/components/renderSliceLegend/RenderSliceLegend.tsx +0 -46
- package/src/components/renderValueLegend/RenderValueLegend.tsx +0 -43
- package/src/components/stack/IStackProps.tsx +0 -94
- package/src/components/stack/Stack.tsx +0 -103
- package/src/components/svgImages/BusinessReportIcon.tsx +0 -218
- package/src/components/themeProvider/ThemeProvider.tsx +0 -48
- package/src/constants/Constants.tsx +0 -23
- package/src/graphGlobalStyles/useGraphGlobalStyles.ts +0 -28
- package/src/hooks/index.ts +0 -1
- package/src/hooks/useChartFactory.tsx +0 -136
- package/src/hooks/useChartUtils.tsx +0 -187
- package/src/hooks/useIndexedDBCache.ts +0 -122
- package/src/hooks/useResponsiveLegend.ts +0 -35
- package/src/index.tsx +0 -5
- package/src/models/ChartDatum.ts +0 -4
- package/src/models/ICardChartContainer.tsx +0 -11
- package/src/models/IChart.ts +0 -50
- package/src/models/index.ts +0 -3
|
@@ -13,4 +13,5 @@ export interface BarProps<T> {
|
|
|
13
13
|
showDatalabels?: boolean;
|
|
14
14
|
theme: Theme;
|
|
15
15
|
}
|
|
16
|
-
export
|
|
16
|
+
export declare function BarChart<T extends object>({ data, getPrimary, getSecondary, title, showDatalabels, stacked, theme, }: BarProps<T>): React.JSX.Element;
|
|
17
|
+
export default BarChart;
|
|
@@ -13,4 +13,5 @@ export interface ComboChartProps<T> {
|
|
|
13
13
|
showDataLabels?: boolean;
|
|
14
14
|
theme?: Theme;
|
|
15
15
|
}
|
|
16
|
-
export
|
|
16
|
+
export declare function ComboChart<T extends object>({ data, getPrimary, getSecondary, title, showDataLabels, theme, }: ComboChartProps<T>): React.JSX.Element;
|
|
17
|
+
export default ComboChart;
|
|
@@ -11,4 +11,5 @@ export interface DoughnutChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function DoughnutChart<T extends object>({ data, getLabel, getValue, title, showDataLabels, theme, }: DoughnutChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default DoughnutChart;
|
|
@@ -11,4 +11,5 @@ export interface PieChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function PieChart<T extends object>({ data, getLabel, getValue, title, showDataLabels, theme, }: PieChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default PieChart;
|
|
@@ -12,4 +12,5 @@ export interface AreaChartProps<T> {
|
|
|
12
12
|
showDatalabels?: boolean;
|
|
13
13
|
theme?: Theme;
|
|
14
14
|
}
|
|
15
|
-
export
|
|
15
|
+
export declare function AreaChart<T extends object>({ data, getPrimary, getSecondary, title, showDatalabels, theme, stacked, }: AreaChartProps<T>): React.JSX.Element;
|
|
16
|
+
export default AreaChart;
|
|
@@ -12,4 +12,5 @@ export interface BarHorizontalProps<T> {
|
|
|
12
12
|
showDatalabels?: boolean;
|
|
13
13
|
theme: Theme;
|
|
14
14
|
}
|
|
15
|
-
export
|
|
15
|
+
export declare function BarHorizontalChart<T extends object>({ data, getPrimary, getSecondary, stacked, showDatalabels, title, theme }: BarHorizontalProps<T>): React.JSX.Element;
|
|
16
|
+
export default BarHorizontalChart;
|
|
@@ -12,4 +12,5 @@ export interface BubbleChartProps<T> {
|
|
|
12
12
|
showDataLabels?: boolean;
|
|
13
13
|
theme?: Theme;
|
|
14
14
|
}
|
|
15
|
-
export
|
|
15
|
+
export declare function BubbleChart<T extends object>({ data, getPrimary, getSecondary, getRadius, showDataLabels, title, theme, }: BubbleChartProps<T>): React.JSX.Element;
|
|
16
|
+
export default BubbleChart;
|
|
@@ -11,4 +11,5 @@ export interface FloatingBarChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function FloatingBarChart<T extends object>({ data, getPrimary, getRange, title, showDataLabels, theme, }: FloatingBarChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default FloatingBarChart;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './BarChart';
|
|
2
|
+
export * from './ComboChart';
|
|
3
|
+
export * from './Doughnut';
|
|
4
|
+
export * from './PieChart';
|
|
5
|
+
export * from './areaChart';
|
|
6
|
+
export * from './barHorizontalChart';
|
|
7
|
+
export * from './bubbleChart';
|
|
8
|
+
export * from './floatBarChart';
|
|
9
|
+
export * from './lineChart';
|
|
10
|
+
export * from './polarChart';
|
|
11
|
+
export * from './radarChart';
|
|
12
|
+
export * from './scatterChart';
|
|
13
|
+
export * from './stackedLineChart';
|
|
14
|
+
export * from './steamChart';
|
|
@@ -11,4 +11,5 @@ export interface LineChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function LineChart<T extends object>({ data, getPrimary, getSecondary, title, showDataLabels, theme, }: LineChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default LineChart;
|
|
@@ -11,4 +11,5 @@ export interface PolarChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function PolarChart<T extends object>({ data, getLabel, getValue, title, showDataLabels, theme, }: PolarChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default PolarChart;
|
|
@@ -11,4 +11,5 @@ export interface RadarChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function RadarChart<T extends object>({ data, getLabel, getValue, title, showDataLabels, theme, }: RadarChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default RadarChart;
|
|
@@ -11,4 +11,5 @@ export interface ScatterChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function ScatterChart<T extends object>({ data, getX, getY, title, showDataLabels, theme, }: ScatterChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default ScatterChart;
|
|
@@ -11,4 +11,5 @@ export interface StackedLineChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function StackedLineChart<T extends object>({ data, getPrimary, getSecondary, title, showDataLabels, theme, }: StackedLineChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default StackedLineChart;
|
|
@@ -11,4 +11,5 @@ export interface SteamChartProps<T> {
|
|
|
11
11
|
showDataLabels?: boolean;
|
|
12
12
|
theme?: Theme;
|
|
13
13
|
}
|
|
14
|
-
export
|
|
14
|
+
export declare function SteamChart<T extends object>({ data, getPrimary, getSecondary, title, showDataLabels, theme, }: SteamChartProps<T>): React.JSX.Element;
|
|
15
|
+
export default SteamChart;
|
|
@@ -1,15 +1 @@
|
|
|
1
|
-
export * from '../charts/BarChart';
|
|
2
|
-
export * from '../charts/ComboChart';
|
|
3
1
|
export * from './dashboard/DashBoard';
|
|
4
|
-
export * from '../charts/Doughnut';
|
|
5
|
-
export * from '../charts/PieChart';
|
|
6
|
-
export * from '../charts/areaChart';
|
|
7
|
-
export * from '../charts/barHorizontalChart';
|
|
8
|
-
export * from '../charts/bubbleChart';
|
|
9
|
-
export * from '../charts/floatBarChart';
|
|
10
|
-
export * from '../charts/lineChart';
|
|
11
|
-
export * from '../charts/polarChart';
|
|
12
|
-
export * from '../charts/radarChart';
|
|
13
|
-
export * from '../charts/scatterChart';
|
|
14
|
-
export * from '../charts/stackedLineChart';
|
|
15
|
-
export * from '../charts/steamChart';
|