@barchart/chart-lib 2.278.0 → 2.279.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.278.0",
3
+ "version": "2.279.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -65,20 +65,6 @@
65
65
  "minimum": 0.001,
66
66
  "maximum": 0.999
67
67
  },
68
- "detachedScale": {
69
- "type": "object",
70
- "additionalProperties": false,
71
- "properties": {
72
- "marginTop": {
73
- "$ref": "#/definitions/paddingPercent",
74
- "default": 0.01
75
- },
76
- "marginBottom": {
77
- "$ref": "#/definitions/paddingPercent",
78
- "default": 0.01
79
- }
80
- }
81
- },
82
68
  "fundamental": {
83
69
  "type": "string",
84
70
  "enum": [
@@ -1546,7 +1532,7 @@
1546
1532
  "$ref": "#/definitions/studyBands"
1547
1533
  },
1548
1534
  "detachedScale": {
1549
- "$ref": "#/definitions/detachedScale"
1535
+ "type": "boolean"
1550
1536
  },
1551
1537
  "precision": {
1552
1538
  "$ref": "#/definitions/precision"
@@ -1864,7 +1850,7 @@
1864
1850
  },
1865
1851
  "plots": {
1866
1852
  "type": "array",
1867
- "minItems": 1,
1853
+ "minItems": 0,
1868
1854
  "items": {
1869
1855
  "$ref": "#/definitions/plot"
1870
1856
  }
@@ -1934,7 +1920,7 @@
1934
1920
  },
1935
1921
  "version": {
1936
1922
  "type": "integer",
1937
- "minimum": 113,
1923
+ "minimum": 114,
1938
1924
  "multipleOf": 1
1939
1925
  }
1940
1926
  },