@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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
- dy = -12
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
- dy = -10
6769
+ textOffsetY = -10
6770
6770
  showArrow = true
6771
6771
  }
6772
6772
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueprint-chart/lib",
3
- "version": "0.1.30",
3
+ "version": "0.1.31",
4
4
  "description": "DSL-driven charting library built on D3. Define charts as text, render them anywhere.",
5
5
  "keywords": [
6
6
  "chart",