@barchart/chart-lib 2.296.0 → 2.298.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.296.0",
3
+ "version": "2.298.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1151,6 +1151,9 @@
1151
1151
  },
1152
1152
  "isOrdinal": {
1153
1153
  "type": "boolean"
1154
+ },
1155
+ "nonEodLabelWithDate": {
1156
+ "type": "boolean"
1154
1157
  }
1155
1158
  }
1156
1159
  }
@@ -1949,7 +1952,7 @@
1949
1952
  },
1950
1953
  "version": {
1951
1954
  "type": "integer",
1952
- "minimum": 123,
1955
+ "minimum": 125,
1953
1956
  "multipleOf": 1
1954
1957
  }
1955
1958
  },