@barchart/chart-lib 2.306.0 → 2.308.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.308.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -865,6 +865,10 @@
865
865
  "fontSize": {
866
866
  "type": "number",
867
867
  "default": 12
868
+ },
869
+ "preventLabelOverlap": {
870
+ "type": "boolean",
871
+ "default": false
868
872
  }
869
873
  }
870
874
  },
@@ -1098,10 +1102,6 @@
1098
1102
  "type": "boolean",
1099
1103
  "default": false
1100
1104
  },
1101
- "preventLabelOverlap": {
1102
- "type": "boolean",
1103
- "default": false
1104
- },
1105
1105
  "snapAnnotationsToPrices": {
1106
1106
  "type": "boolean",
1107
1107
  "default": false
@@ -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": 133,
1971
1974
  "multipleOf": 1
1972
1975
  }
1973
1976
  },