@hpcc-js/chart
Advanced tools
Comparing version 2.36.0 to 2.37.0
@@ -6,2 +6,85 @@ # Change Log | ||
# [2.37.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.37.0) (2020-05-21) | ||
## 2.15.21 (2020-05-20) | ||
## 2.15.20 (2020-05-20) | ||
### Bug Fixes | ||
* **Bar:** Alternative approach to Axis Icon mappings. ([1a7be19](https://github.com/hpcc-systems/Visualization/commit/1a7be19da7e885096568c9530981f364740fd68f)), closes [#3606](https://github.com/hpcc-systems/Visualization/issues/3606) | ||
## 2.15.19 (2020-05-19) | ||
## 2.15.18 (2020-05-15) | ||
## 2.15.17 (2020-05-15) | ||
## 2.15.16 (2020-05-14) | ||
### Features | ||
* **Axis:** Add label / icon mapping ([259c06a](https://github.com/hpcc-systems/Visualization/commit/259c06a2d999ddfc996804379cf26e4ace8da9ab)) | ||
## 2.15.15 (2020-05-12) | ||
## 2.15.14 (2020-05-07) | ||
### Features | ||
* Add Column innerText and value font props ([a8ef440](https://github.com/hpcc-systems/Visualization/commit/a8ef4407b96689562ccd50c5ab3ce7c7100617b9)), closes [#3568](https://github.com/hpcc-systems/Visualization/issues/3568) | ||
## 2.15.13 (2020-04-24) | ||
## 2.15.12 (2020-04-22) | ||
### Features | ||
* Add __lparam to color callbacks ([ef920bd](https://github.com/hpcc-systems/Visualization/commit/ef920bd8c209f8475dbb18bd1a2d8cca482b2333)) | ||
* Add fontSize and fontFamily to Axis ([d84a62a](https://github.com/hpcc-systems/Visualization/commit/d84a62ad7a6d265839ab3213eff037181eb81b20)), closes [#3569](https://github.com/hpcc-systems/Visualization/issues/3569) | ||
## 2.15.11 (2020-04-21) | ||
## 2.15.10 (2020-04-21) | ||
## 2.15.9 (2020-04-17) | ||
## 2.15.7 (2020-04-11) | ||
# [2.36.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.36.0) (2020-05-20) | ||
@@ -8,0 +91,0 @@ |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.36.0", | ||
"version": "2.37.0", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -40,5 +40,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.8.24", | ||
"@hpcc-js/common": "^2.29.0", | ||
"@hpcc-js/util": "^2.17.0" | ||
"@hpcc-js/api": "^2.8.25", | ||
"@hpcc-js/common": "^2.30.0", | ||
"@hpcc-js/util": "^2.18.0" | ||
}, | ||
@@ -94,3 +94,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "d4f5f6ccaa5c156107f8cd39d1eccd8f58b9a97d" | ||
"gitHead": "5f2b098acefa29a07250328641cced38a84f32b7" | ||
} |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.36.0"; | ||
export declare const BUILD_VERSION = "2.15.21"; | ||
export declare const PKG_VERSION = "2.37.0"; | ||
export declare const BUILD_VERSION = "2.16.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.36.0"; | ||
export declare const BUILD_VERSION = "2.15.21"; | ||
export declare const PKG_VERSION = "2.37.0"; | ||
export declare const BUILD_VERSION = "2.16.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3727760
Updated@hpcc-js/api@^2.8.25
Updated@hpcc-js/common@^2.30.0
Updated@hpcc-js/util@^2.18.0