@hpcc-js/chart
Advanced tools
Comparing version 2.24.0 to 2.25.0
@@ -6,2 +6,14 @@ # Change Log | ||
# [2.25.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.24.0...@hpcc-js/chart@2.25.0) (2019-12-11) | ||
### Features | ||
* **docs:** Add RadialBar.md ([e157c9b](https://github.com/hpcc-systems/Visualization/commit/e157c9b)) | ||
* **docs:** Add SummaryC.md ([7084ecc](https://github.com/hpcc-systems/Visualization/commit/7084ecc)) | ||
# [2.24.0](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/chart@2.23.0...@hpcc-js/chart@2.24.0) (2019-10-11) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.24.0", | ||
"version": "2.25.0", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -30,8 +30,8 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.8.4", | ||
"@hpcc-js/common": "^2.19.3", | ||
"@hpcc-js/util": "^2.8.3" | ||
"@hpcc-js/api": "^2.8.5", | ||
"@hpcc-js/common": "^2.20.0", | ||
"@hpcc-js/util": "^2.8.4" | ||
}, | ||
"devDependencies": { | ||
"@hpcc-js/bundle": "^2.10.4", | ||
"@hpcc-js/bundle": "^2.10.5", | ||
"@types/d3-shape": "1", | ||
@@ -70,3 +70,3 @@ "@types/d3-transition": "1.1.4", | ||
"typedoc": "0.14.2", | ||
"typescript": "3.5.2" | ||
"typescript": "3.6.4" | ||
}, | ||
@@ -84,3 +84,3 @@ "repository": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "8ed7d1fdf49b4442e96b1691a73eab2bdfc6a3aa" | ||
"gitHead": "2c0385b939c1b43b7d04a3a788161aec6238543b" | ||
} |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.24.0"; | ||
export declare const BUILD_VERSION = "2.11.0"; | ||
export declare const PKG_VERSION = "2.25.0"; | ||
export declare const BUILD_VERSION = "2.11.1"; | ||
//# sourceMappingURL=__package__.d.ts.map |
@@ -20,11 +20,5 @@ import { CanvasWidget } from "@hpcc-js/common"; | ||
fontFamily(_: string): this; | ||
hideLabel(): boolean; | ||
hideLabel(_: boolean): this; | ||
hideLabel_exists(): boolean; | ||
labelColumn(): string; | ||
labelColumn(_: string): this; | ||
labelColumn_exists(): boolean; | ||
labelHTML(): boolean; | ||
labelHTML(_: boolean): this; | ||
labelHTML_exists(): boolean; | ||
labelOpacity(): number; | ||
@@ -35,27 +29,6 @@ labelOpacity(_: number): this; | ||
valueColumn_exists(): boolean; | ||
valueHTML(): boolean; | ||
valueHTML(_: boolean): this; | ||
valueHTML_exists(): boolean; | ||
valueOpacity(): number; | ||
valueOpacity(_: number): this; | ||
hideMore(): boolean; | ||
hideMore(_: boolean): this; | ||
hideMore_exists(): boolean; | ||
moreIconColumn(): string; | ||
moreIconColumn(_: string): this; | ||
moreIconColumn_exists(): boolean; | ||
moreIcon(): string; | ||
moreIcon(_: string): this; | ||
moreIcon_exists(): boolean; | ||
moreTextColumn(): string; | ||
moreTextColumn(_: string): this; | ||
moreTextColumn_exists(): boolean; | ||
moreText(): string; | ||
moreText(_: string): this; | ||
moreText_exists(): boolean; | ||
moreTextHTML(): boolean; | ||
moreTextHTML(_: boolean): this; | ||
moreTextHTML_exists(): boolean; | ||
mult(): number; | ||
mult(_: number): this; | ||
fontSizeRatio(): number; | ||
fontSizeRatio(_: number): this; | ||
colorFillColumn(): string; | ||
@@ -85,10 +58,6 @@ colorFillColumn(_: string): this; | ||
playInterval_exists(): boolean; | ||
mainSizeExp(): number; | ||
mainSizeExp(_: number): this; | ||
subSizeExp(): number; | ||
subSizeExp(_: number): this; | ||
paddingSizeExp(): number; | ||
paddingSizeExp(_: number): this; | ||
iconSizeMult(): number; | ||
iconSizeMult(_: number): this; | ||
paddingSizeRatio(): number; | ||
paddingSizeRatio(_: number): this; | ||
iconSizeRatio(): number; | ||
iconSizeRatio(_: number): this; | ||
iconAnchor(): "start" | "middle" | "end"; | ||
@@ -100,3 +69,5 @@ iconAnchor(_: "start" | "middle" | "end"): this; | ||
valueAnchor(_: "start" | "middle" | "end"): this; | ||
iconBaseline(): "top" | "middle" | "bottom"; | ||
iconBaseline(_: "top" | "middle" | "bottom"): this; | ||
} | ||
//# sourceMappingURL=SummaryC.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
3539629
21417
Updated@hpcc-js/api@^2.8.5
Updated@hpcc-js/common@^2.20.0
Updated@hpcc-js/util@^2.8.4