@nebula.js/sn-grid-chart
Version:
A grid from two dimensions with symbols of varying size based on a measure.
31 lines • 648 B
JSON
{
"name": "@nebula.js/sn-grid-chart",
"version": "1.17.6",
"description": "A grid from two dimensions with symbols of varying size based on a measure.",
"author": "QlikTech International AB",
"license": "MIT",
"keywords": [
"qlik",
"nebula",
"supernova",
"grid"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/qlik-oss/nebula.js.git"
},
"files": [
"api-specifications",
"assets",
"core",
"dist",
"sn-grid-chart-ext"
],
"main": "dist/sn-grid-chart.js",
"peerDependencies": {
"@nebula.js/stardust": ">=1.7.0"
}
}