@hpcc-js/chart
Advanced tools
Comparing version 2.80.4 to 2.81.0
{ | ||
"name": "@hpcc-js/chart", | ||
"version": "2.80.4", | ||
"version": "2.81.0", | ||
"description": "hpcc-js - Viz Chart", | ||
@@ -41,5 +41,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@hpcc-js/api": "^2.12.4", | ||
"@hpcc-js/common": "^2.71.4", | ||
"@hpcc-js/util": "^2.50.0" | ||
"@hpcc-js/api": "^2.12.5", | ||
"@hpcc-js/common": "^2.71.5", | ||
"@hpcc-js/util": "^2.50.1" | ||
}, | ||
@@ -82,3 +82,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/hpcc-systems/Visualization", | ||
"gitHead": "113e49eefde98196062fbf4150b20e833c4c8c19" | ||
"gitHead": "f44f2fba05bc3ac886f1169e43c884773e97d8fc" | ||
} |
export const PKG_NAME = "@hpcc-js/chart"; | ||
export const PKG_VERSION = "2.80.4"; | ||
export const BUILD_VERSION = "2.104.8"; | ||
export const PKG_VERSION = "2.81.0"; | ||
export const BUILD_VERSION = "2.104.11"; |
@@ -589,3 +589,3 @@ import { INDChart, ITooltip } from "@hpcc-js/api"; | ||
Column.prototype.publish("showInnerText", false, "boolean", "Show Label in column"); | ||
Column.prototype.publish("showValueFormat", ".2s", "string", "D3 Format for Value", null, { disable: (w: Column) => !w.showValue() || !!w.showValueAsPercent() }); | ||
Column.prototype.publish("showValueFormat", ",", "string", "D3 Format for Value", null, { disable: (w: Column) => !w.showValue() || !!w.showValueAsPercent() }); | ||
Column.prototype.publish("showValueAsPercent", null, "set", "If showValue is true, optionally show value as a percentage by Series or Domain", [null, "series", "domain"], { disable: w => !w.showValue(), optional: true }); | ||
@@ -592,0 +592,0 @@ Column.prototype.publish("showValueAsPercentFormat", ".0%", "string", "D3 Format for %", null, { disable: (w: Column) => !w.showValue() || !w.showValueAsPercent() }); |
@@ -42,3 +42,3 @@ import { format as d3Format, HTMLWidget, Palette } from "@hpcc-js/common"; | ||
.xAxisOverlapMode("none") | ||
.xAxisTickFormat(".2s") | ||
.xAxisTickFormat(",") | ||
.yAxisHidden(true) | ||
@@ -45,0 +45,0 @@ .yAxisDomainLow(0) |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.80.4"; | ||
export declare const BUILD_VERSION = "2.104.8"; | ||
export declare const PKG_VERSION = "2.81.0"; | ||
export declare const BUILD_VERSION = "2.104.11"; | ||
//# sourceMappingURL=__package__.d.ts.map |
export declare const PKG_NAME = "@hpcc-js/chart"; | ||
export declare const PKG_VERSION = "2.80.4"; | ||
export declare const BUILD_VERSION = "2.104.8"; | ||
export declare const PKG_VERSION = "2.81.0"; | ||
export declare const BUILD_VERSION = "2.104.11"; | ||
//# 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
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
4507813
Updated@hpcc-js/api@^2.12.5
Updated@hpcc-js/common@^2.71.5
Updated@hpcc-js/util@^2.50.1