@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 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
- Images of these examples and more details
225
- can be found in the `examples` folder.
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.
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-pie-chart:plugins",
5
5
  "description": "Pie chart plugins API definitions",
6
- "version": "1.10.2",
6
+ "version": "1.11.2",
7
7
  "license": "MIT",
8
8
  "stability": "experimental",
9
9
  "x-qlik-visibility": "public"
@@ -3,7 +3,7 @@
3
3
  "info": {
4
4
  "name": "@nebula.js/sn-pie-chart:properties",
5
5
  "description": "Pie chart generic object definition",
6
- "version": "1.10.2",
6
+ "version": "1.11.2",
7
7
  "license": "MIT",
8
8
  "stability": "stable",
9
9
  "x-qlik-visibility": "public"