@nebula.js/sn-funnel-chart 1.3.3 → 1.3.7
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 +3 -3
- package/dist/sn-funnel-chart.js +3 -3
- package/package.json +1 -1
- package/sn-funnel-chart-ext/dist/sn-funnel-chart.js +3 -3
- package/sn-funnel-chart-ext/sn-funnel-chart.qext +1 -1
package/README.md
CHANGED
|
@@ -296,5 +296,7 @@ similar to that for modifying an existing component, the only difference
|
|
|
296
296
|
is that the `key` should be different from that of
|
|
297
297
|
any of the existing components.
|
|
298
298
|
|
|
299
|
-
|
|
300
|
-
|
|
299
|
+
### Plugins disclaimer
|
|
300
|
+
|
|
301
|
+
- The plugins API is still experimental.
|
|
302
|
+
- We can not guarantee our charts to be compatible with all different settings, especially when modifying existing components.
|