UNPKG

gramex-weighted-tree

Version:

Horizontal tree with weights and click functionality and data configuration. This chart takes maximum number of children to be shown,all other values will be clubbed together and shown as others.

38 lines (37 loc) 979 B
{ "name": "gramex-weighted-tree", "version": "1.3.1", "description": "Horizontal tree with weights and click functionality and data configuration. This chart takes maximum number of children to be shown,all other values will be clubbed together and shown as others.", "files": [ "index.js" ], "repository": { "type": "git", "url": "https://code.gramener.com/reusablecharts/gramex-weighted_tree.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "keywords": [ "weighted", "tree", "gramener", "gramex" ], "author": "ushasree.ginne", "license": "ISC", "dependencies": { "@nobleclem/jquery-dragndrop": "^1.0.0", "bootstrap": "^5.2.3", "bootstrap-select": "^1.13.18", "d3": "^7.6.1", "g1": "^0.18.1", "jquery": "^3.6.4", "lodash": "^4.17.21" }, "devDependencies": { "eslint-plugin-html": "^7.1.0", "eslint-plugin-template": "^0.7.0" } }