@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/dist/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, api, common, util) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/chart";
8
- var PKG_VERSION = "2.80.4";
9
- var BUILD_VERSION = "2.104.8";
8
+ var PKG_VERSION = "2.81.0";
9
+ var BUILD_VERSION = "2.104.11";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -3414,7 +3414,7 @@
3414
3414
  Column.prototype.publish("useClonedPalette", false, "boolean", "Enable or disable using a cloned palette", null, { tags: ["Intermediate", "Shared"] });
3415
3415
  Column.prototype.publish("showValue", false, "boolean", "Show Value in column");
3416
3416
  Column.prototype.publish("showInnerText", false, "boolean", "Show Label in column");
3417
- Column.prototype.publish("showValueFormat", ".2s", "string", "D3 Format for Value", null, { disable: function (w) { return !w.showValue() || !!w.showValueAsPercent(); } });
3417
+ Column.prototype.publish("showValueFormat", ",", "string", "D3 Format for Value", null, { disable: function (w) { return !w.showValue() || !!w.showValueAsPercent(); } });
3418
3418
  Column.prototype.publish("showValueAsPercent", null, "set", "If showValue is true, optionally show value as a percentage by Series or Domain", [null, "series", "domain"], { disable: function (w) { return !w.showValue(); }, optional: true });
3419
3419
  Column.prototype.publish("showValueAsPercentFormat", ".0%", "string", "D3 Format for %", null, { disable: function (w) { return !w.showValue() || !w.showValueAsPercent(); } });
3420
3420
  Column.prototype.publish("valueCentered", false, "boolean", "Show Value in center of column");
@@ -10536,7 +10536,7 @@
10536
10536
  .pointSize(0)
10537
10537
  .xAxisType("linear")
10538
10538
  .xAxisOverlapMode("none")
10539
- .xAxisTickFormat(".2s")
10539
+ .xAxisTickFormat(",")
10540
10540
  .yAxisHidden(true)
10541
10541
  .yAxisDomainLow(0)
10542
10542
  .yAxisDomainHigh(110)