charts-core 1.1.40 → 1.1.42

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.
@@ -3436,7 +3436,7 @@ class Ta extends Fe {
3436
3436
  side: e.config.yAxis.position,
3437
3437
  dir: "h",
3438
3438
  startLineCoords: {
3439
- x: t.startDate ? e.scales.x.convert(t.startDate) : e.layout.yAxis.left,
3439
+ x: t.startDate ? e.scales.x.convert(t.startDate) : 0,
3440
3440
  y: e.scales.y.convert(t.value)
3441
3441
  },
3442
3442
  endMarkerCoords: {