svelteplot 0.5.2-pr-252.0 → 0.5.3-pr-253.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.
@@ -222,7 +222,7 @@
222
222
  color={lineData[0].stroke || 'currentColor'}
223
223
  {style}
224
224
  class={styleClass}
225
- text={text ? resolveProp(text, lineData[0]) : null}
225
+ text={text ? resolveProp(text, lineData[0].datum) : null}
226
226
  startOffset={resolveProp(
227
227
  args.textStartOffset,
228
228
  lineData[0].datum,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.5.2-pr-252.0",
3
+ "version": "0.5.3-pr-253.0",
4
4
  "license": "ISC",
5
5
  "author": {
6
6
  "name": "Gregor Aisch",