@barchart/chart-lib 2.354.3 → 2.355.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 +4 -2
- chart-lib/barchart.chart.js +11 -11
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +5 -3
chart-lib/package.json
CHANGED
|
@@ -389,7 +389,8 @@
|
|
|
389
389
|
"FISHER",
|
|
390
390
|
"FISHTRG",
|
|
391
391
|
"RCI",
|
|
392
|
-
"RCISIG"
|
|
392
|
+
"RCISIG",
|
|
393
|
+
"ZZPIVOT"
|
|
393
394
|
]
|
|
394
395
|
},
|
|
395
396
|
"generalField": {
|
|
@@ -705,7 +706,8 @@
|
|
|
705
706
|
"PPS",
|
|
706
707
|
"FRAMA",
|
|
707
708
|
"FISHER",
|
|
708
|
-
"RCI"
|
|
709
|
+
"RCI",
|
|
710
|
+
"ZIGZAG"
|
|
709
711
|
]
|
|
710
712
|
},
|
|
711
713
|
"annId": {
|
|
@@ -2040,7 +2042,7 @@
|
|
|
2040
2042
|
},
|
|
2041
2043
|
"version": {
|
|
2042
2044
|
"type": "integer",
|
|
2043
|
-
"minimum":
|
|
2045
|
+
"minimum": 159,
|
|
2044
2046
|
"multipleOf": 1
|
|
2045
2047
|
}
|
|
2046
2048
|
},
|