@syncfusion/ej2-heatmap
Version:
Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors
51 lines • 1.41 kB
JSON
{
"name": "@syncfusion/ej2-heatmap",
"version": "30.2.5",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"main": "./dist/ej2-heatmap.umd.min.js",
"module": "./index.js",
"es2015": "./dist/es6/ej2-heatmap.es5.js",
"homepage": "https://www.syncfusion.com/javascript-ui-controls",
"dependencies": {
"@syncfusion/ej2-base": "~30.2.4",
"@syncfusion/ej2-compression": "~30.2.4",
"@syncfusion/ej2-data": "~30.2.4",
"@syncfusion/ej2-file-utils": "~30.2.4",
"@syncfusion/ej2-pdf-export": "~30.2.4",
"@syncfusion/ej2-svg-base": "~30.2.4"
},
"devDependencies": {},
"keywords": [
"ej2",
"syncfusion",
"web components",
"data visualization",
"heatmap",
"heatmap chart",
"matrix chart",
"grid chart",
"heat map",
"bubble heatmap",
"calendar heatmap",
"rectangular heatmap",
"sector heatmap",
"axis",
"datetime axis",
"category axis",
"numeric axis",
"labels",
"multi-level labels",
"selection",
"palette",
"colors",
"legend"
],
"repository": {
"type": "git",
"url": "https://github.com/syncfusion/ej2-javascript-ui-controls/tree/master/controls/heatmap"
},
"typings": "index.d.ts",
"sideEffects": false
}