layerchart 0.77.0 → 0.78.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.
|
@@ -156,7 +156,21 @@
|
|
|
156
156
|
let:tooltip
|
|
157
157
|
let:config
|
|
158
158
|
>
|
|
159
|
-
{@const slotProps = {
|
|
159
|
+
{@const slotProps = {
|
|
160
|
+
x,
|
|
161
|
+
xScale,
|
|
162
|
+
y,
|
|
163
|
+
yScale,
|
|
164
|
+
c,
|
|
165
|
+
cScale,
|
|
166
|
+
width,
|
|
167
|
+
height,
|
|
168
|
+
padding,
|
|
169
|
+
tooltip,
|
|
170
|
+
series,
|
|
171
|
+
visibleSeries,
|
|
172
|
+
getPointsProps,
|
|
173
|
+
}}
|
|
160
174
|
{@const activeSeries = tooltip.data
|
|
161
175
|
? (series.find((s) => s.key === tooltip.data.seriesKey) ?? series[0])
|
|
162
176
|
: null}
|