@barchart/chart-lib 2.399.0 → 2.400.2
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
|
@@ -1137,6 +1137,10 @@
|
|
|
1137
1137
|
"exprSkipLeadingEmpty": {
|
|
1138
1138
|
"type": "boolean"
|
|
1139
1139
|
},
|
|
1140
|
+
"useLastTrade": {
|
|
1141
|
+
"type": "boolean",
|
|
1142
|
+
"default": false
|
|
1143
|
+
},
|
|
1140
1144
|
"extendedHours": {
|
|
1141
1145
|
"type": "boolean"
|
|
1142
1146
|
},
|
|
@@ -2191,7 +2195,7 @@
|
|
|
2191
2195
|
},
|
|
2192
2196
|
"version": {
|
|
2193
2197
|
"type": "integer",
|
|
2194
|
-
"minimum":
|
|
2198
|
+
"minimum": 181,
|
|
2195
2199
|
"multipleOf": 1
|
|
2196
2200
|
}
|
|
2197
2201
|
},
|