@fundar/data-chart-telling 0.0.54 → 0.0.55

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.
@@ -115,7 +115,7 @@
115
115
  {@const [valueMin, valueMax] = valueExtentFor(marker.isHorizontal)}
116
116
  {#if marker.isHorizontal}
117
117
  {@const thickness = Math.max(0, bandwidth - insetTop - insetBottom) + 2}
118
- {@const center = bandStart + insetTop + (bandwidth - insetTop - insetBottom) / 2}
118
+ {@const center = bandStart + insetBottom + (bandwidth - insetTop - insetBottom) / 2}
119
119
  <rect
120
120
  class="hover-area"
121
121
  x={valueMin}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundar/data-chart-telling",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"