@toast-ui/chart
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
@@ -1,2 +0,14 @@ | ||
import { __rest } from 'tslib'; | ||
var __rest = | ||
(this && this.__rest) || | ||
function (s, e) { | ||
var t = {}; | ||
for (var p in s) | ||
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p]; | ||
if (s != null && typeof Object.getOwnPropertySymbols === 'function') | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
}; | ||
import Component from './component'; | ||
@@ -3,0 +15,0 @@ import { crispPixel } from '../helpers/calculator'; |
/*! | ||
* TOAST UI Chart 4th Edition | ||
* @version 4.0.0-alpha.1 | Tue Dec 08 2020 | ||
* @version 4.0.0-alpha.2 | Tue Dec 08 2020 | ||
* @author NHN. FE Development Lab <dl_javascript@nhn.com> | ||
@@ -5,0 +5,0 @@ * @license MIT |
{ | ||
"name": "@toast-ui/chart", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "TOAST UI Application: Chart", | ||
@@ -5,0 +5,0 @@ "main": "dist/toastui-chart.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1142884
18649