We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e985c commit 381d1ebCopy full SHA for 381d1eb
src/utils/buildAxis.linear.ts
@@ -419,7 +419,7 @@ function stackSeries<TDatum>(
419
.keys(seriesIndices)
420
.value((_, seriesIndex, index) => {
421
const val = axisOptions.getValue(
422
- axisSeries[Number(seriesIndex)].datums[index].originalDatum
+ axisSeries[Number(seriesIndex)]?.datums[index]?.originalDatum
423
)
424
425
if (typeof val === 'undefined' || val === null) {
0 commit comments