@barchart/chart-lib 2.348.0 → 2.349.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 +8 -2
- chart-lib/barchart.chart.js +11 -11
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +9 -3
chart-lib/package.json
CHANGED
|
@@ -377,7 +377,12 @@
|
|
|
377
377
|
"PCUP3",
|
|
378
378
|
"PCDN3",
|
|
379
379
|
"PCTD",
|
|
380
|
-
"PCTP"
|
|
380
|
+
"PCTP",
|
|
381
|
+
"TDIPRC",
|
|
382
|
+
"TDITSL",
|
|
383
|
+
"TDIMBL",
|
|
384
|
+
"TDIUPR",
|
|
385
|
+
"TDILWR"
|
|
381
386
|
]
|
|
382
387
|
},
|
|
383
388
|
"generalField": {
|
|
@@ -688,7 +693,8 @@
|
|
|
688
693
|
"BTI",
|
|
689
694
|
"PC",
|
|
690
695
|
"GREEKS",
|
|
691
|
-
"PVACP"
|
|
696
|
+
"PVACP",
|
|
697
|
+
"TDI"
|
|
692
698
|
]
|
|
693
699
|
},
|
|
694
700
|
"annId": {
|
|
@@ -2023,7 +2029,7 @@
|
|
|
2023
2029
|
},
|
|
2024
2030
|
"version": {
|
|
2025
2031
|
"type": "integer",
|
|
2026
|
-
"minimum":
|
|
2032
|
+
"minimum": 153,
|
|
2027
2033
|
"multipleOf": 1
|
|
2028
2034
|
}
|
|
2029
2035
|
},
|