@barchart/chart-lib 2.312.4 → 2.313.1

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.312.4",
3
+ "version": "2.313.1",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
@@ -1249,6 +1249,9 @@
1249
1249
  "type": "string",
1250
1250
  "enum": ["Circle", "Square", "Diamond", "TriangleUp", "TriangleDown"]
1251
1251
  },
1252
+ "lineSmoothing": {
1253
+ "type": "integer"
1254
+ },
1252
1255
  "dashStyle": {
1253
1256
  "$ref": "#/definitions/dashStyle"
1254
1257
  },
@@ -1979,7 +1982,7 @@
1979
1982
  },
1980
1983
  "version": {
1981
1984
  "type": "integer",
1982
- "minimum": 135,
1985
+ "minimum": 136,
1983
1986
  "multipleOf": 1
1984
1987
  }
1985
1988
  },