@barchart/chart-lib 2.403.0 → 2.405.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.403.0",
3
+ "version": "2.405.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -424,7 +424,11 @@
424
424
  "RVISIG",
425
425
  "ATREXTAVG",
426
426
  "ATREXTUP",
427
- "ATREXTLOW"
427
+ "ATREXTLOW",
428
+ "DIDIS",
429
+ "DIDIL",
430
+ "DIDIUP",
431
+ "DIDIDN"
428
432
  ]
429
433
  },
430
434
  "generalField": {
@@ -754,7 +758,8 @@
754
758
  "BOP",
755
759
  "CORR",
756
760
  "RVI",
757
- "ATREXT"
761
+ "ATREXT",
762
+ "DIDI"
758
763
  ]
759
764
  },
760
765
  "annId": {
@@ -2218,7 +2223,7 @@
2218
2223
  },
2219
2224
  "version": {
2220
2225
  "type": "integer",
2221
- "minimum": 182,
2226
+ "minimum": 184,
2222
2227
  "multipleOf": 1
2223
2228
  }
2224
2229
  },