diff --git a/src/components/Chart.tsx b/src/components/Chart.tsx index 13de34f9..7cfccd3d 100644 --- a/src/components/Chart.tsx +++ b/src/components/Chart.tsx @@ -647,6 +647,11 @@ function ChartInner({ }} onClick={e => options.onClickDatum?.(focusedDatum, e)} > + + {[primaryAxis, ...secondaryAxes].map(axis => ( + + ))} + ({ > {seriesEl} - - {[primaryAxis, ...secondaryAxes].map(axis => ( - - ))} - {options.renderSVG?.() ?? null}