New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-vue-heatmap

Package Overview
Dependencies
Maintainers
2
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-vue-heatmap - npm Package Compare versions

Comparing version

to
16.3.17

9

CHANGELOG.md

@@ -5,2 +5,11 @@ # Changelog

### HeatMap
#### New Features
- Bubble tile type support has been included in heatmap for visualizing data points by mapping the data to bubble size and bubble color.
- Axis label increment feature has been added to heat map. It’s is used to display the axis label with regular interval values in numeric and date time axes
- Provided the smart legend feature for fixed type legend.
- Provided the support for nested data binding for JSON data.
## 16.2.41 (2018-06-25)

@@ -7,0 +16,0 @@

4

dist/ej2-vue-heatmap.umd.min.js
/*!
* filename: ej2-vue-heatmap.umd.min.js
* version : 16.2.50
* version : 16.3.17
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -12,3 +12,3 @@ * Use of this code is subject to the terms of our license.

* filename: ej2-vue-heatmap.umd.min.js
* version : 16.2.46
* version : 16.2.45
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -15,0 +15,0 @@ * Use of this code is subject to the terms of our license.

{
"name": "@syncfusion/ej2-vue-heatmap",
"version": "16.2.50",
"description": "Essential JS 2 HeatMap Component for Vue",
"version": "16.3.17",
"description": "Feature rich data visulization control used to visualize the matrix data where the individual values are represented as colors for Vue",
"author": "Syncfusion Inc.",

@@ -9,3 +9,11 @@ "license": "SEE LICENSE IN license",

"ej2",
"syncfusion",
"Syncfusion",
"web-components",
"data",
"matrix chart",
"grid chart",
"heat map",
"bubble heatmap",
"vue",
"vue-heatmap",
"ej2-vue-heatmap"

@@ -22,5 +30,5 @@ ],

"dependencies": {
"@syncfusion/ej2-base": "~16.2.50",
"@syncfusion/ej2-vue-base": "~16.2.50",
"@syncfusion/ej2-heatmap": "16.2.50"
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-vue-base": "~16.3.17",
"@syncfusion/ej2-heatmap": "16.3.17"
},

@@ -27,0 +35,0 @@ "devDependencies": {

@@ -5,3 +5,3 @@ # ej2-vue-heatmap

![Heat Map](https://ej2.syncfusion.com/products/heatmap/readme.png)
![Heat Map](https://ej2.syncfusion.com/products/images/heatmap/readme.gif)

@@ -8,0 +8,0 @@ > This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).

@@ -1,5 +0,1 @@

import * as vueheatmap from './index';
import * as base from '@syncfusion/ej2-base';
import * as vuebase from '@syncfusion/ej2-vue-base';
import * as heatmap from '@syncfusion/ej2-heatmap';
export { vueheatmap, base, vuebase, heatmap };
export * from './index';