@blueprint-chart/lib 0.1.30 → 0.1.31
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.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6739,7 +6739,7 @@ const Ud = `chart bar-vertical {
|
|
|
6739
6739
|
|
|
6740
6740
|
annotation "2021" {
|
|
6741
6741
|
text = "All-time high cycle"
|
|
6742
|
-
|
|
6742
|
+
textOffsetY = -12
|
|
6743
6743
|
showArrow = true
|
|
6744
6744
|
}
|
|
6745
6745
|
|
|
@@ -6766,7 +6766,7 @@ const Ud = `chart bar-vertical {
|
|
|
6766
6766
|
|
|
6767
6767
|
annotation "2009" {
|
|
6768
6768
|
text = "Great Recession peak"
|
|
6769
|
-
|
|
6769
|
+
textOffsetY = -10
|
|
6770
6770
|
showArrow = true
|
|
6771
6771
|
}
|
|
6772
6772
|
|