Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1148aa900e | ||
|
|
c88dd3d556 |
@@ -3,9 +3,9 @@
|
||||
"info": {
|
||||
"name": "@nebula.js/sn-network-chart:properties",
|
||||
"description": "Network chart generic object definition",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"license": "MIT",
|
||||
"stability": "experimental",
|
||||
"stability": "stable",
|
||||
"x-qlik-visibility": "public"
|
||||
},
|
||||
"entries": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nebula.js/sn-network-chart",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Displays hierarchical or relational dimensions as nodes and edges´, with measures to show the significance of its links.",
|
||||
"homepage": "",
|
||||
"repository": "https://github.com/qlik-oss/network-vis-chart",
|
||||
|
||||
@@ -6,7 +6,7 @@ module.exports = {
|
||||
glob: ["./src/extension/properties.js"],
|
||||
package: path.resolve(__dirname, "../package.json"),
|
||||
api: {
|
||||
stability: "experimental",
|
||||
stability: "stable",
|
||||
properties: {
|
||||
"x-qlik-visibility": "public",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user