@hpcc-js/chart
Advanced tools
Comparing version
100
CHANGELOG.md
@@ -6,2 +6,102 @@ # Change Log | ||
# [2.39.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.39.0) (2020-06-15) | ||
### Bug Fixes | ||
* Apply font-family to inner text element ([#3629](https://github.com/hpcc-systems/Visualization/issues/3629)) ([ed1d87d](https://github.com/hpcc-systems/Visualization/commit/ed1d87d5c6b467a67d9bf08eeb4567131cf8c0ce)), closes [#3626](https://github.com/hpcc-systems/Visualization/issues/3626) | ||
# 2.18.0 (2020-06-02) | ||
# 2.17.0 (2020-05-31) | ||
# 2.16.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.38.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.27.5...@hpcc-js/chart@2.38.0) (2020-05-31) | ||
@@ -8,0 +108,0 @@ |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.38.0", | ||
"version": "2.39.0", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -36,9 +36,9 @@ "main": "dist/index.js", | ||
"stamp": "node node_modules/@hpcc-js/bundle/src/stamp.js", | ||
"lint": "tslint --project . src/**/*.ts", | ||
"lint": "eslint src/**/*.ts", | ||
"docs": "typedoc --options tdoptions.json ." | ||
}, | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.8.26", | ||
"@hpcc-js/common": "^2.31.0", | ||
"@hpcc-js/util": "^2.19.0" | ||
"@hpcc-js/api": "^2.8.27", | ||
"@hpcc-js/common": "^2.32.0", | ||
"@hpcc-js/util": "^2.20.0" | ||
}, | ||
@@ -52,2 +52,4 @@ "devDependencies": { | ||
"@types/d3-transition": "1.1.4", | ||
"@typescript-eslint/eslint-plugin": "^3.2.0", | ||
"@typescript-eslint/parser": "^3.2.0", | ||
"d3-array": "1.2.4", | ||
@@ -73,2 +75,3 @@ "d3-axis": "1.0.8", | ||
"downlevel-dts": "^0.4.0", | ||
"eslint": "7.2.0", | ||
"npm-run-all": "4.1.5", | ||
@@ -81,3 +84,2 @@ "rimraf": "2.6.3", | ||
"tslib": "1.10.0", | ||
"tslint": "5.17.0", | ||
"typedoc": "0.14.2", | ||
@@ -97,3 +99,3 @@ "typescript": "3.9.2" | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "c80bffe54bee18c1bc245ce836343d8905eccb85" | ||
"gitHead": "6bde20d0460251a3c22ea49ffc5597e18f173f69" | ||
} |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.38.0"; | ||
export declare const BUILD_VERSION = "2.17.0"; | ||
export declare const PKG_VERSION = "2.39.0"; | ||
export declare const BUILD_VERSION = "2.19.0"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.38.0"; | ||
export declare const BUILD_VERSION = "2.17.0"; | ||
export declare const PKG_VERSION = "2.39.0"; | ||
export declare const BUILD_VERSION = "2.19.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
Sorry, the diff of this file is not supported yet
3748201
0.07%38
5.56%Updated
Updated
Updated