@hitachivantara/uikit-react-viz 5.15.28 → 5.15.29

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.
@@ -313,9 +313,11 @@ declare interface HvChartYAxis extends HvChartAxis {
313
313
  }
314
314
 
315
315
  /**
316
- * Confusion Matrix is a table displaying the performance of a predictive model.
317
- * Typically the columns show the predicted class and the rows the expected class.
318
- * The main diagonal counts the positive matches while the cells outside it count the mismatches between predicted and expected.
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. It is a basic type of chart common in many fields.
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.28",
3
+ "version": "5.15.29",
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.35",
37
- "@hitachivantara/uikit-styles": "^5.46.2"
36
+ "@hitachivantara/uikit-react-utils": "^0.2.36",
37
+ "@hitachivantara/uikit-styles": "^5.47.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": "9b7ed5b28906e4871b7f54b947e1a7a1d6f5f215",
46
+ "gitHead": "d260751e0d2244d0f37e5368f954d5a261a6535e",
47
47
  "exports": {
48
48
  ".": {
49
49
  "types": "./dist/types/index.d.ts",