khiops-visualization 11.6.1 → 11.6.2
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/README.md +1 -1
- package/khiops-webcomponents.bundle.js +1 -1
- package/main.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -95,7 +95,7 @@ You may have to allow CUSTOM_ELEMENTS_SCHEMA into your module:
|
|
|
95
95
|
|
|
96
96
|
## Datas models
|
|
97
97
|
|
|
98
|
-
VisualizationDatas & CovisualizationDatas Models interfaces can be
|
|
98
|
+
VisualizationDatas & CovisualizationDatas Models interfaces can be found here:\
|
|
99
99
|
[VisualizationDatas](https://github.com/KhiopsML/khiops-visualization/blob/master/src/app/khiops-visualization/interfaces/app-datas.d.ts)\
|
|
100
100
|
[CovisualizationDatas](https://github.com/KhiopsML/khiops-visualization/blob/master/src/app/khiops-covisualization/interfaces/app-datas.d.ts)
|
|
101
101
|
|