@hpcc-js/chart 2.80.4 → 2.81.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/chart",
3
- "version": "2.80.4",
3
+ "version": "2.81.0",
4
4
  "description": "hpcc-js - Viz Chart",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es6",
@@ -38,9 +38,9 @@
38
38
  "update": "npx --yes npm-check-updates -u -t minor"
39
39
  },
40
40
  "dependencies": {
41
- "@hpcc-js/api": "^2.12.4",
42
- "@hpcc-js/common": "^2.71.4",
43
- "@hpcc-js/util": "^2.50.0"
41
+ "@hpcc-js/api": "^2.12.5",
42
+ "@hpcc-js/common": "^2.71.5",
43
+ "@hpcc-js/util": "^2.50.1"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@hpcc-js/bundle": "^2.11.3",
@@ -78,5 +78,5 @@
78
78
  "url": "https://github.com/hpcc-systems/Visualization/issues"
79
79
  },
80
80
  "homepage": "https://github.com/hpcc-systems/Visualization",
81
- "gitHead": "113e49eefde98196062fbf4150b20e833c4c8c19"
81
+ "gitHead": "f44f2fba05bc3ac886f1169e43c884773e97d8fc"
82
82
  }
package/src/Column.ts CHANGED
@@ -586,7 +586,7 @@ Column.prototype.publish("paletteID", "default", "set", "Color palette for this
586
586
  Column.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] });
587
587
  Column.prototype.publish("showValue", false, "boolean", "Show Value in column");
588
588
  Column.prototype.publish("showInnerText", false, "boolean", "Show Label in column");
589
- Column.prototype.publish("showValueFormat", ".2s", "string", "D3 Format for Value", null, { disable: (w: Column) => !w.showValue() || !!w.showValueAsPercent() });
589
+ Column.prototype.publish("showValueFormat", ",", "string", "D3 Format for Value", null, { disable: (w: Column) => !w.showValue() || !!w.showValueAsPercent() });
590
590
  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 });
591
591
  Column.prototype.publish("showValueAsPercentFormat", ".0%", "string", "D3 Format for %", null, { disable: (w: Column) => !w.showValue() || !w.showValueAsPercent() });
592
592
  Column.prototype.publish("valueCentered", false, "boolean", "Show Value in center of column");
package/src/StatChart.ts CHANGED
@@ -39,7 +39,7 @@ export class StatChart extends HTMLWidget {
39
39
  .pointSize(0)
40
40
  .xAxisType("linear")
41
41
  .xAxisOverlapMode("none")
42
- .xAxisTickFormat(".2s")
42
+ .xAxisTickFormat(",")
43
43
  .yAxisHidden(true)
44
44
  .yAxisDomainLow(0)
45
45
  .yAxisDomainHigh(110)
@@ -1,3 +1,3 @@
1
1
  export const PKG_NAME = "@hpcc-js/chart";
2
- export const PKG_VERSION = "2.80.4";
3
- export const BUILD_VERSION = "2.104.8";
2
+ export const PKG_VERSION = "2.81.0";
3
+ export const BUILD_VERSION = "2.104.11";
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/chart";
2
- export declare const PKG_VERSION = "2.80.4";
3
- export declare const BUILD_VERSION = "2.104.8";
2
+ export declare const PKG_VERSION = "2.81.0";
3
+ export declare const BUILD_VERSION = "2.104.11";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,YAAY,CAAC"}
1
+ {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,aAAa,CAAC"}
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/chart";
2
- export declare const PKG_VERSION = "2.80.4";
3
- export declare const BUILD_VERSION = "2.104.8";
2
+ export declare const PKG_VERSION = "2.81.0";
3
+ export declare const BUILD_VERSION = "2.104.11";
4
4
  //# sourceMappingURL=__package__.d.ts.map