@barchart/chart-lib 2.289.2 → 2.290.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 +25 -1
chart-lib/package.json
CHANGED
|
@@ -1417,6 +1417,10 @@
|
|
|
1417
1417
|
},
|
|
1418
1418
|
"precision": {
|
|
1419
1419
|
"$ref": "#/definitions/precision"
|
|
1420
|
+
},
|
|
1421
|
+
"visible": {
|
|
1422
|
+
"type": "boolean",
|
|
1423
|
+
"default": true
|
|
1420
1424
|
}
|
|
1421
1425
|
},
|
|
1422
1426
|
"required": ["curves", "symbol", "type"]
|
|
@@ -1444,6 +1448,10 @@
|
|
|
1444
1448
|
},
|
|
1445
1449
|
"precision": {
|
|
1446
1450
|
"$ref": "#/definitions/precision"
|
|
1451
|
+
},
|
|
1452
|
+
"visible": {
|
|
1453
|
+
"type": "boolean",
|
|
1454
|
+
"default": true
|
|
1447
1455
|
}
|
|
1448
1456
|
},
|
|
1449
1457
|
"required": ["curves", "symbol", "type"]
|
|
@@ -1527,6 +1535,10 @@
|
|
|
1527
1535
|
},
|
|
1528
1536
|
"precision": {
|
|
1529
1537
|
"$ref": "#/definitions/precision"
|
|
1538
|
+
},
|
|
1539
|
+
"visible": {
|
|
1540
|
+
"type": "boolean",
|
|
1541
|
+
"default": true
|
|
1530
1542
|
}
|
|
1531
1543
|
},
|
|
1532
1544
|
"required": ["study", "type"]
|
|
@@ -1564,6 +1576,10 @@
|
|
|
1564
1576
|
},
|
|
1565
1577
|
"precision": {
|
|
1566
1578
|
"$ref": "#/definitions/precision"
|
|
1579
|
+
},
|
|
1580
|
+
"visible": {
|
|
1581
|
+
"type": "boolean",
|
|
1582
|
+
"default": true
|
|
1567
1583
|
}
|
|
1568
1584
|
},
|
|
1569
1585
|
"required": ["expression", "type"]
|
|
@@ -1617,6 +1633,10 @@
|
|
|
1617
1633
|
},
|
|
1618
1634
|
"precision": {
|
|
1619
1635
|
"$ref": "#/definitions/precision"
|
|
1636
|
+
},
|
|
1637
|
+
"visible": {
|
|
1638
|
+
"type": "boolean",
|
|
1639
|
+
"default": true
|
|
1620
1640
|
}
|
|
1621
1641
|
},
|
|
1622
1642
|
"required": ["forward", "type"]
|
|
@@ -1666,6 +1686,10 @@
|
|
|
1666
1686
|
},
|
|
1667
1687
|
"precision": {
|
|
1668
1688
|
"$ref": "#/definitions/precision"
|
|
1689
|
+
},
|
|
1690
|
+
"visible": {
|
|
1691
|
+
"type": "boolean",
|
|
1692
|
+
"default": true
|
|
1669
1693
|
}
|
|
1670
1694
|
},
|
|
1671
1695
|
"required": ["seasonal", "type"]
|
|
@@ -1911,7 +1935,7 @@
|
|
|
1911
1935
|
},
|
|
1912
1936
|
"version": {
|
|
1913
1937
|
"type": "integer",
|
|
1914
|
-
"minimum":
|
|
1938
|
+
"minimum": 118,
|
|
1915
1939
|
"multipleOf": 1
|
|
1916
1940
|
}
|
|
1917
1941
|
},
|