@hitachivantara/uikit-react-viz 5.15.28 → 5.15.30
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/types/index.d.ts +6 -4
- package/package.json +4 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -313,9 +313,11 @@ declare interface HvChartYAxis extends HvChartAxis {
|
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
/**
|
|
316
|
-
* Confusion Matrix is a table
|
|
317
|
-
*
|
|
318
|
-
*
|
|
316
|
+
* A Confusion Matrix is a table used to evaluate the performance of a predictive model.
|
|
317
|
+
* Rows represent the actual classes, and columns show the predicted classes.
|
|
318
|
+
*
|
|
319
|
+
* - The diagonal cells show correct predictions and off-diagonal cells represent misclassifications.
|
|
320
|
+
*
|
|
319
321
|
*/
|
|
320
322
|
export declare const HvConfusionMatrix: ForwardRefExoticComponent<HvConfusionMatrixProps & RefAttributes<default_3>>;
|
|
321
323
|
|
|
@@ -437,7 +439,7 @@ export declare interface HvHeatmapProps extends Omit<HvChartCommonProps, "data"
|
|
|
437
439
|
|
|
438
440
|
/**
|
|
439
441
|
* A line chart or line plot or line graph is a type of chart which displays information as a series of data points
|
|
440
|
-
* connected by straight line segments.
|
|
442
|
+
* connected by straight line segments.
|
|
441
443
|
*/
|
|
442
444
|
export declare const HvLineChart: ForwardRefExoticComponent<HvLineChartProps & RefAttributes<default_3>>;
|
|
443
445
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-viz",
|
|
3
|
-
"version": "5.15.
|
|
3
|
+
"version": "5.15.30",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Hitachi Vantara UI Kit Team",
|
|
6
6
|
"description": "Contributed React visualization components for the NEXT UI Kit.",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"react-dom": ">=17.0.0"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@hitachivantara/uikit-react-utils": "^0.2.
|
|
37
|
-
"@hitachivantara/uikit-styles": "^5.
|
|
36
|
+
"@hitachivantara/uikit-react-utils": "^0.2.37",
|
|
37
|
+
"@hitachivantara/uikit-styles": "^5.48.0"
|
|
38
38
|
},
|
|
39
39
|
"files": [
|
|
40
40
|
"dist"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"access": "public",
|
|
44
44
|
"directory": "package"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "91e12a8552a39f5705248541621cd01331109179",
|
|
47
47
|
"exports": {
|
|
48
48
|
".": {
|
|
49
49
|
"types": "./dist/types/index.d.ts",
|