@barchart/chart-lib 2.356.2 → 2.357.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.356.2",
3
+ "version": "2.357.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -171,6 +171,8 @@
171
171
  "OBVOL",
172
172
  "OBVOLAVG",
173
173
  "ATR",
174
+ "ADR",
175
+ "ADRP",
174
176
  "ATRP",
175
177
  "PDI",
176
178
  "MDI",
@@ -588,6 +590,8 @@
588
590
  "BBANDW",
589
591
  "OBVOL",
590
592
  "ATR",
593
+ "ADR",
594
+ "ADRP",
591
595
  "ATRP",
592
596
  "ADX",
593
597
  "ADXMOD",
@@ -2042,7 +2046,7 @@
2042
2046
  },
2043
2047
  "version": {
2044
2048
  "type": "integer",
2045
- "minimum": 159,
2049
+ "minimum": 160,
2046
2050
  "multipleOf": 1
2047
2051
  }
2048
2052
  },