layerchart 1.0.9 → 1.0.10
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.
|
@@ -329,8 +329,12 @@
|
|
|
329
329
|
bind:tooltipContext
|
|
330
330
|
let:x
|
|
331
331
|
let:xScale
|
|
332
|
+
let:x1
|
|
333
|
+
let:x1Scale
|
|
334
|
+
let:y1
|
|
332
335
|
let:y
|
|
333
336
|
let:yScale
|
|
337
|
+
let:y1Scale
|
|
334
338
|
let:c
|
|
335
339
|
let:cScale
|
|
336
340
|
let:width
|
|
@@ -341,8 +345,12 @@
|
|
|
341
345
|
{@const slotProps = {
|
|
342
346
|
x,
|
|
343
347
|
xScale,
|
|
348
|
+
x1,
|
|
349
|
+
x1Scale,
|
|
344
350
|
y,
|
|
345
351
|
yScale,
|
|
352
|
+
y1,
|
|
353
|
+
y1Scale,
|
|
346
354
|
c,
|
|
347
355
|
cScale,
|
|
348
356
|
width,
|