@nebula.js/sn-pie-chart 1.10.2 → 1.11.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 +4 -2
- package/api-specifications/plugins.json +1 -1
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +5 -5
- package/dist/sn-pie-chart.js +8 -8
- package/package.json +1 -1
- package/sn-pie-chart-ext/dist/sn-pie-chart.js +8 -8
- package/sn-pie-chart-ext/sn-pie-chart.qext +1 -1
package/README.md
CHANGED
|
@@ -221,5 +221,7 @@ similar to that for modifying an existing component, the only difference
|
|
|
221
221
|
is that the `key` should be different from that of
|
|
222
222
|
any of the existing components.
|
|
223
223
|
|
|
224
|
-
|
|
225
|
-
|
|
224
|
+
### Plugins disclaimer
|
|
225
|
+
|
|
226
|
+
- The plugins API is still experimental.
|
|
227
|
+
- We can not guarantee our charts to be compatible with all different settings, especially when modifying existing components.
|