@barchart/chart-lib 2.306.0 → 2.307.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.306.0",
3
+ "version": "2.307.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1169,6 +1169,9 @@
1169
1169
  },
1170
1170
  "nonEodLabelWithDate": {
1171
1171
  "type": "boolean"
1172
+ },
1173
+ "ordinalName": {
1174
+ "type": "string"
1172
1175
  }
1173
1176
  }
1174
1177
  }
@@ -1967,7 +1970,7 @@
1967
1970
  },
1968
1971
  "version": {
1969
1972
  "type": "integer",
1970
- "minimum": 131,
1973
+ "minimum": 132,
1971
1974
  "multipleOf": 1
1972
1975
  }
1973
1976
  },