@barchart/chart-lib 2.351.2 → 2.353.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 +7 -2
- chart-lib/barchart.chart.js +10 -10
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +8 -3
chart-lib/package.json
CHANGED
|
@@ -384,7 +384,10 @@
|
|
|
384
384
|
"TDIMBL",
|
|
385
385
|
"TDIUPR",
|
|
386
386
|
"TDILWR",
|
|
387
|
-
"PPS"
|
|
387
|
+
"PPS",
|
|
388
|
+
"FRAMA",
|
|
389
|
+
"FISHER",
|
|
390
|
+
"FISHTRG"
|
|
388
391
|
]
|
|
389
392
|
},
|
|
390
393
|
"generalField": {
|
|
@@ -697,7 +700,9 @@
|
|
|
697
700
|
"GREEKS",
|
|
698
701
|
"PVACP",
|
|
699
702
|
"TDI",
|
|
700
|
-
"PPS"
|
|
703
|
+
"PPS",
|
|
704
|
+
"FRAMA",
|
|
705
|
+
"FISHER"
|
|
701
706
|
]
|
|
702
707
|
},
|
|
703
708
|
"annId": {
|
|
@@ -2032,7 +2037,7 @@
|
|
|
2032
2037
|
},
|
|
2033
2038
|
"version": {
|
|
2034
2039
|
"type": "integer",
|
|
2035
|
-
"minimum":
|
|
2040
|
+
"minimum": 157,
|
|
2036
2041
|
"multipleOf": 1
|
|
2037
2042
|
}
|
|
2038
2043
|
},
|