@barchart/chart-lib 2.204.0 → 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 +12 -0
chart-lib/package.json
CHANGED
|
@@ -1341,6 +1341,9 @@
|
|
|
1341
1341
|
},
|
|
1342
1342
|
"inputs": {
|
|
1343
1343
|
"$ref": "#/definitions/inputs"
|
|
1344
|
+
},
|
|
1345
|
+
"precision": {
|
|
1346
|
+
"$ref": "#/definitions/precision"
|
|
1344
1347
|
}
|
|
1345
1348
|
},
|
|
1346
1349
|
"required": ["curves", "symbol", "type"]
|
|
@@ -1445,6 +1448,9 @@
|
|
|
1445
1448
|
},
|
|
1446
1449
|
"detachedScale": {
|
|
1447
1450
|
"$ref": "#/definitions/detachedScale"
|
|
1451
|
+
},
|
|
1452
|
+
"precision": {
|
|
1453
|
+
"$ref": "#/definitions/precision"
|
|
1448
1454
|
}
|
|
1449
1455
|
},
|
|
1450
1456
|
"required": ["study", "type"]
|
|
@@ -1532,6 +1538,9 @@
|
|
|
1532
1538
|
},
|
|
1533
1539
|
"type": {
|
|
1534
1540
|
"$ref": "#/definitions/forwardType"
|
|
1541
|
+
},
|
|
1542
|
+
"precision": {
|
|
1543
|
+
"$ref": "#/definitions/precision"
|
|
1535
1544
|
}
|
|
1536
1545
|
},
|
|
1537
1546
|
"required": ["forward", "type"]
|
|
@@ -1612,6 +1621,9 @@
|
|
|
1612
1621
|
},
|
|
1613
1622
|
"type": {
|
|
1614
1623
|
"$ref": "#/definitions/seasonalType"
|
|
1624
|
+
},
|
|
1625
|
+
"precision": {
|
|
1626
|
+
"$ref": "#/definitions/precision"
|
|
1615
1627
|
}
|
|
1616
1628
|
},
|
|
1617
1629
|
"required": ["seasonal", "type"]
|