@barchart/chart-lib 2.307.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.307.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
@@ -1970,7 +1970,7 @@
1970
1970
  },
1971
1971
  "version": {
1972
1972
  "type": "integer",
1973
- "minimum": 132,
1973
+ "minimum": 133,
1974
1974
  "multipleOf": 1
1975
1975
  }
1976
1976
  },