@barchart/chart-lib 2.340.0 → 2.342.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/barchart.chart.d.ts +1 -4
- chart-lib/barchart.chart.js +11 -11
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +2 -5
chart-lib/package.json
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
"type": "string",
|
|
111
111
|
"enum": [
|
|
112
112
|
"HL/2",
|
|
113
|
+
"OC/2",
|
|
113
114
|
"HLC/3",
|
|
114
115
|
"OHLC/4",
|
|
115
116
|
"HLCC/4",
|
|
@@ -182,9 +183,6 @@
|
|
|
182
183
|
"KBUP",
|
|
183
184
|
"KBMID",
|
|
184
185
|
"KBLOW",
|
|
185
|
-
"KCEUP",
|
|
186
|
-
"KCEMID",
|
|
187
|
-
"KCELOW",
|
|
188
186
|
"DONUP",
|
|
189
187
|
"DONMID",
|
|
190
188
|
"DONLOW",
|
|
@@ -583,7 +581,6 @@
|
|
|
583
581
|
"CHAOSC",
|
|
584
582
|
"TP",
|
|
585
583
|
"KELCHN",
|
|
586
|
-
"KELEXP",
|
|
587
584
|
"KELBND",
|
|
588
585
|
"DONCHN",
|
|
589
586
|
"DONWIDTH",
|
|
@@ -2033,7 +2030,7 @@
|
|
|
2033
2030
|
},
|
|
2034
2031
|
"version": {
|
|
2035
2032
|
"type": "integer",
|
|
2036
|
-
"minimum":
|
|
2033
|
+
"minimum": 146,
|
|
2037
2034
|
"multipleOf": 1
|
|
2038
2035
|
}
|
|
2039
2036
|
},
|