@barchart/chart-lib 2.203.5 → 2.204.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.
chart-lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/chart-lib",
3
- "version": "2.203.5",
3
+ "version": "2.204.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -52,6 +52,10 @@
52
52
  "type": "integer",
53
53
  "minimum": 5
54
54
  },
55
+ "precision": {
56
+ "type": "integer",
57
+ "minimum": 0
58
+ },
55
59
  "curveAttr": {
56
60
  "type": "string",
57
61
  "enum": ["ChangeBased", "OpenVsClose", "UseAllFields"]
@@ -1475,6 +1479,9 @@
1475
1479
  "main": {
1476
1480
  "type": "boolean",
1477
1481
  "default": false
1482
+ },
1483
+ "precision": {
1484
+ "$ref": "#/definitions/precision"
1478
1485
  }
1479
1486
  },
1480
1487
  "required": ["expression", "type"]
@@ -1853,7 +1860,7 @@
1853
1860
  },
1854
1861
  "version": {
1855
1862
  "type": "integer",
1856
- "minimum": 85,
1863
+ "minimum": 86,
1857
1864
  "multipleOf": 1
1858
1865
  }
1859
1866
  },