@barchart/chart-lib 2.234.0 → 2.235.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.234.0",
3
+ "version": "2.235.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1578,48 +1578,6 @@
1578
1578
  },
1579
1579
  "required": ["forward", "type"]
1580
1580
  },
1581
- "annualType": {
1582
- "type": "string",
1583
- "pattern": "Annual"
1584
- },
1585
- "annualPlot": {
1586
- "type": "object",
1587
- "additionalProperties": false,
1588
- "properties": {
1589
- "curves": {
1590
- "$ref": "#/definitions/curves",
1591
- "default": [
1592
- {
1593
- "colors": ["#00b04b"],
1594
- "fields": ["Close", "Change"],
1595
- "style": "Line",
1596
- "lineWidth": 2,
1597
- "visible": true,
1598
- "varyColorPerBar": false
1599
- },
1600
- {
1601
- "colors": ["#8b6038"],
1602
- "fields": ["Close"],
1603
- "style": "Line",
1604
- "lineWidth": 2,
1605
- "visible": true,
1606
- "varyColorPerBar": false
1607
- }
1608
- ]
1609
- },
1610
- "annual": {
1611
- "type": "string"
1612
- },
1613
- "main": {
1614
- "type": "boolean",
1615
- "default": true
1616
- },
1617
- "type": {
1618
- "$ref": "#/definitions/annualType"
1619
- }
1620
- },
1621
- "required": ["annual", "type"]
1622
- },
1623
1581
  "seasonalType": {
1624
1582
  "type": "string",
1625
1583
  "pattern": "Seasonal"
@@ -1648,6 +1606,14 @@
1648
1606
  "$ref": "#/definitions/intOffsets",
1649
1607
  "default": [0]
1650
1608
  },
1609
+ "usesInAverage": {
1610
+ "type": "array",
1611
+ "minItems": 0,
1612
+ "items": {
1613
+ "type": "boolean"
1614
+ },
1615
+ "default": []
1616
+ },
1651
1617
  "main": {
1652
1618
  "type": "boolean",
1653
1619
  "default": true
@@ -1785,9 +1751,6 @@
1785
1751
  "plot": {
1786
1752
  "type": "object",
1787
1753
  "oneOf": [
1788
- {
1789
- "$ref": "#/definitions/annualPlot"
1790
- },
1791
1754
  {
1792
1755
  "$ref": "#/definitions/seasonalPlot"
1793
1756
  },
@@ -1905,7 +1868,7 @@
1905
1868
  },
1906
1869
  "version": {
1907
1870
  "type": "integer",
1908
- "minimum": 102,
1871
+ "minimum": 103,
1909
1872
  "multipleOf": 1
1910
1873
  }
1911
1874
  },