@barchart/chart-lib 2.373.0 → 2.374.1
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
|
@@ -33,7 +33,16 @@
|
|
|
33
33
|
},
|
|
34
34
|
"aggSpec": {
|
|
35
35
|
"type": "string",
|
|
36
|
-
"enum": [
|
|
36
|
+
"enum": [
|
|
37
|
+
"None",
|
|
38
|
+
"Nearest",
|
|
39
|
+
"Continue",
|
|
40
|
+
"PerCount",
|
|
41
|
+
"PerVolume",
|
|
42
|
+
"PerRange",
|
|
43
|
+
"PerSeconds",
|
|
44
|
+
"TopOfBook"
|
|
45
|
+
]
|
|
37
46
|
},
|
|
38
47
|
"period": {
|
|
39
48
|
"type": "string",
|
|
@@ -410,6 +419,10 @@
|
|
|
410
419
|
"Volume",
|
|
411
420
|
"OpenInterest",
|
|
412
421
|
"Last",
|
|
422
|
+
"Bid",
|
|
423
|
+
"BidSize",
|
|
424
|
+
"Ask",
|
|
425
|
+
"AskSize",
|
|
413
426
|
"Symbol",
|
|
414
427
|
"Change",
|
|
415
428
|
"PercentChange",
|
|
@@ -2133,7 +2146,7 @@
|
|
|
2133
2146
|
},
|
|
2134
2147
|
"version": {
|
|
2135
2148
|
"type": "integer",
|
|
2136
|
-
"minimum":
|
|
2149
|
+
"minimum": 168,
|
|
2137
2150
|
"multipleOf": 1
|
|
2138
2151
|
}
|
|
2139
2152
|
},
|