@barchart/chart-lib 2.203.5 → 2.205.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/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +20 -1
chart-lib/package.json
CHANGED
|
@@ -52,6 +52,10 @@
|
|
|
52
52
|
"type": "integer",
|
|
53
53
|
"minimum": 5
|
|
54
54
|
},
|
|
55
|
+
"precision": {
|
|
56
|
+
"type": "integer",
|
|
57
|
+
"minimum": 0
|
|
58
|
+
},
|
|
55
59
|
"curveAttr": {
|
|
56
60
|
"type": "string",
|
|
57
61
|
"enum": ["ChangeBased", "OpenVsClose", "UseAllFields"]
|
|
@@ -1337,6 +1341,9 @@
|
|
|
1337
1341
|
},
|
|
1338
1342
|
"inputs": {
|
|
1339
1343
|
"$ref": "#/definitions/inputs"
|
|
1344
|
+
},
|
|
1345
|
+
"precision": {
|
|
1346
|
+
"$ref": "#/definitions/precision"
|
|
1340
1347
|
}
|
|
1341
1348
|
},
|
|
1342
1349
|
"required": ["curves", "symbol", "type"]
|
|
@@ -1441,6 +1448,9 @@
|
|
|
1441
1448
|
},
|
|
1442
1449
|
"detachedScale": {
|
|
1443
1450
|
"$ref": "#/definitions/detachedScale"
|
|
1451
|
+
},
|
|
1452
|
+
"precision": {
|
|
1453
|
+
"$ref": "#/definitions/precision"
|
|
1444
1454
|
}
|
|
1445
1455
|
},
|
|
1446
1456
|
"required": ["study", "type"]
|
|
@@ -1475,6 +1485,9 @@
|
|
|
1475
1485
|
"main": {
|
|
1476
1486
|
"type": "boolean",
|
|
1477
1487
|
"default": false
|
|
1488
|
+
},
|
|
1489
|
+
"precision": {
|
|
1490
|
+
"$ref": "#/definitions/precision"
|
|
1478
1491
|
}
|
|
1479
1492
|
},
|
|
1480
1493
|
"required": ["expression", "type"]
|
|
@@ -1525,6 +1538,9 @@
|
|
|
1525
1538
|
},
|
|
1526
1539
|
"type": {
|
|
1527
1540
|
"$ref": "#/definitions/forwardType"
|
|
1541
|
+
},
|
|
1542
|
+
"precision": {
|
|
1543
|
+
"$ref": "#/definitions/precision"
|
|
1528
1544
|
}
|
|
1529
1545
|
},
|
|
1530
1546
|
"required": ["forward", "type"]
|
|
@@ -1605,6 +1621,9 @@
|
|
|
1605
1621
|
},
|
|
1606
1622
|
"type": {
|
|
1607
1623
|
"$ref": "#/definitions/seasonalType"
|
|
1624
|
+
},
|
|
1625
|
+
"precision": {
|
|
1626
|
+
"$ref": "#/definitions/precision"
|
|
1608
1627
|
}
|
|
1609
1628
|
},
|
|
1610
1629
|
"required": ["seasonal", "type"]
|
|
@@ -1853,7 +1872,7 @@
|
|
|
1853
1872
|
},
|
|
1854
1873
|
"version": {
|
|
1855
1874
|
"type": "integer",
|
|
1856
|
-
"minimum":
|
|
1875
|
+
"minimum": 86,
|
|
1857
1876
|
"multipleOf": 1
|
|
1858
1877
|
}
|
|
1859
1878
|
},
|