@nebula.js/sn-bullet-chart
Version:
Visualize measures or measure values as bars with multiple axes and user-defined ranges. The ranges provide context to the bars which makes them easier to interpret.
30 lines • 738 B
JSON
{
"name": "@nebula.js/sn-bullet-chart",
"version": "1.26.6",
"description": "Visualize measures or measure values as bars with multiple axes and user-defined ranges. The ranges provide context to the bars which makes them easier to interpret.",
"author": "QlikTech International AB",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/nebula.js.git"
},
"keywords": [
"qlik",
"nebula",
"supernova",
"bullet-chart"
],
"files": [
"dist",
"core",
"api-specifications",
"sn-bullet-chart-ext"
],
"main": "dist/sn-bullet-chart.js",
"peerDependencies": {
"@nebula.js/stardust": ">=1.7.0"
}
}