@fluentui/react-charts 0.0.0-nightly-20250827-0407.1 → 0.0.0-nightly-20250828-0408.1

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.
@@ -776,16 +776,7 @@ const LineChart = /*#__PURE__*/ _react.forwardRef((props, forwardedRef)=>{
776
776
  }
777
777
  if (_isScatterPolar) {
778
778
  var _points_i;
779
- // Render category labels for all series at once to avoid overlap
780
- const allSeriesData = _points.map((series)=>({
781
- data: series.data.filter((pt)=>typeof pt.x === 'number' && typeof pt.y === 'number').map((pt)=>({
782
- x: pt.x,
783
- y: pt.y,
784
- text: pt.text
785
- }))
786
- }));
787
779
  pointsForLine.push(...(0, _scatterpolarutils.renderScatterPolarCategoryLabels)({
788
- allSeriesData,
789
780
  xAxisScale: _xAxisScale,
790
781
  yAxisScale: yScale,
791
782
  className: classes.markerLabel || '',