@barchart/chart-lib 2.395.2 → 2.396.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/barchart.chart.d.ts +6 -2
- chart-lib/barchart.chart.js +10 -10
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +7 -3
chart-lib/package.json
CHANGED
|
@@ -421,7 +421,10 @@
|
|
|
421
421
|
"BOPAVG",
|
|
422
422
|
"CORR",
|
|
423
423
|
"RVI",
|
|
424
|
-
"RVISIG"
|
|
424
|
+
"RVISIG",
|
|
425
|
+
"ATREXTAVG",
|
|
426
|
+
"ATREXTUP",
|
|
427
|
+
"ATREXTLOW"
|
|
425
428
|
]
|
|
426
429
|
},
|
|
427
430
|
"generalField": {
|
|
@@ -750,7 +753,8 @@
|
|
|
750
753
|
"ZIGZAG",
|
|
751
754
|
"BOP",
|
|
752
755
|
"CORR",
|
|
753
|
-
"RVI"
|
|
756
|
+
"RVI",
|
|
757
|
+
"ATREXT"
|
|
754
758
|
]
|
|
755
759
|
},
|
|
756
760
|
"annId": {
|
|
@@ -2182,7 +2186,7 @@
|
|
|
2182
2186
|
},
|
|
2183
2187
|
"version": {
|
|
2184
2188
|
"type": "integer",
|
|
2185
|
-
"minimum":
|
|
2189
|
+
"minimum": 179,
|
|
2186
2190
|
"multipleOf": 1
|
|
2187
2191
|
}
|
|
2188
2192
|
},
|