@barchart/chart-lib 2.281.3 → 2.282.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.281.3",
3
+ "version": "2.282.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -33,16 +33,7 @@
33
33
  },
34
34
  "aggSpec": {
35
35
  "type": "string",
36
- "enum": [
37
- "None",
38
- "Nearest",
39
- "Continue",
40
- "FormT",
41
- "PerCount",
42
- "PerVolume",
43
- "PerRange",
44
- "PerSeconds"
45
- ]
36
+ "enum": ["None", "Nearest", "Continue", "PerCount", "PerVolume", "PerRange", "PerSeconds"]
46
37
  },
47
38
  "period": {
48
39
  "type": "string",
@@ -1920,7 +1911,7 @@
1920
1911
  },
1921
1912
  "version": {
1922
1913
  "type": "integer",
1923
- "minimum": 114,
1914
+ "minimum": 115,
1924
1915
  "multipleOf": 1
1925
1916
  }
1926
1917
  },