Skip to content

Conversation

srmukher
Copy link
Contributor

@srmukher srmukher commented Sep 26, 2025

@srmukher srmukher requested a review from a team as a code owner September 26, 2025 11:15
Copy link

github-actions bot commented Sep 26, 2025

📊 Bundle size report

✅ No changes found

Copy link

Pull request demo site: URL

findCalloutPoints,
} from '../../utilities/index';
import { IChart, IImageExportOptions } from '../../types/index';
import { toImage } from '../../utilities/image-export-utils';
Copy link
Contributor

@AtishayMsft AtishayMsft Sep 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of defining path yourself you can use d3Line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

linesForLine.push(
<path
key={`scatterpolar_fill_${i}`}
d={`${fillPath}Z`}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this Z needed

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it is required to close the path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants