@barchart/chart-lib 2.229.0 → 2.230.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
|
@@ -405,6 +405,8 @@
|
|
|
405
405
|
"MonthPreviousClose",
|
|
406
406
|
"MonthPreviousHigh",
|
|
407
407
|
"MonthPreviousLow",
|
|
408
|
+
"YearHigh",
|
|
409
|
+
"YearLow",
|
|
408
410
|
"Projection",
|
|
409
411
|
"BarIndex"
|
|
410
412
|
]
|
|
@@ -1896,7 +1898,7 @@
|
|
|
1896
1898
|
},
|
|
1897
1899
|
"version": {
|
|
1898
1900
|
"type": "integer",
|
|
1899
|
-
"minimum":
|
|
1901
|
+
"minimum": 99,
|
|
1900
1902
|
"multipleOf": 1
|
|
1901
1903
|
}
|
|
1902
1904
|
},
|