@barchart/chart-lib 2.397.0 → 2.400.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/chart-lib",
3
- "version": "2.397.0",
3
+ "version": "2.400.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -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
  },
@@ -1228,6 +1232,11 @@
1228
1232
  "visibleRange": {
1229
1233
  "$ref": "#/definitions/range"
1230
1234
  },
1235
+ "position": {
1236
+ "type": "string",
1237
+ "enum": ["bottom", "top", "both"],
1238
+ "default": "bottom"
1239
+ },
1231
1240
  "equidistant": {
1232
1241
  "type": "boolean",
1233
1242
  "default": true
@@ -2186,7 +2195,7 @@
2186
2195
  },
2187
2196
  "version": {
2188
2197
  "type": "integer",
2189
- "minimum": 179,
2198
+ "minimum": 181,
2190
2199
  "multipleOf": 1
2191
2200
  }
2192
2201
  },