khiops-visualization 11.14.3 → 11.14.4
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 +2 -2
- package/khiops-webcomponents.bundle.js +2 -2
- package/main.js +1 -1
- package/package.json +1 -1
- package/polyfills.js +1 -1
package/README.md
CHANGED
|
@@ -187,8 +187,8 @@ The components can be customized using the `setConfig()` method with the followi
|
|
|
187
187
|
|
|
188
188
|
The components expect specific data structures. TypeScript interfaces are available for reference:
|
|
189
189
|
|
|
190
|
-
- 📊 **VisualizationDatas**: [View Interface](https://github.com/KhiopsML/khiops-visualization/blob/
|
|
191
|
-
- 🔗 **CovisualizationDatas**: [View Interface](https://github.com/KhiopsML/khiops-visualization/blob/
|
|
190
|
+
- 📊 **VisualizationDatas**: [View Interface](https://github.com/KhiopsML/khiops-visualization/blob/main/src/app/khiops-visualization/interfaces/app-datas.interface.ts)
|
|
191
|
+
- 🔗 **CovisualizationDatas**: [View Interface](https://github.com/KhiopsML/khiops-visualization/blob/main/src/app/khiops-covisualization/interfaces/app-datas.interface.ts)
|
|
192
192
|
|
|
193
193
|
> 💡 **Tip**: Use these TypeScript interfaces in your project for better type safety and IntelliSense support.
|
|
194
194
|
|