@barchart/chart-lib 2.308.2 → 2.310.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.308.2",
3
+ "version": "2.310.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1240,6 +1240,10 @@
1240
1240
  "type": "number",
1241
1241
  "default": 2
1242
1242
  },
1243
+ "lineMarker": {
1244
+ "type": "string",
1245
+ "enum": ["Circle", "Square", "Diamond", "TriangleUp", "TriangleDown"]
1246
+ },
1243
1247
  "dashStyle": {
1244
1248
  "$ref": "#/definitions/dashStyle"
1245
1249
  },
@@ -1970,7 +1974,7 @@
1970
1974
  },
1971
1975
  "version": {
1972
1976
  "type": "integer",
1973
- "minimum": 133,
1977
+ "minimum": 134,
1974
1978
  "multipleOf": 1
1975
1979
  }
1976
1980
  },