Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(declarative-chart): Create Scatter plot #33843

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
update react-charting.api.md and snapshots
  • Loading branch information
Anush2303 committed Feb 17, 2025
commit a739a12ef80d73c8481d013fccd7038573ef864c
2 changes: 2 additions & 0 deletions packages/charts/react-charting/etc/react-charting.api.md
Original file line number Diff line number Diff line change
@@ -961,6 +961,7 @@ export interface ILegendSubComponentStyles {
export interface ILineChartDataPoint {
callOutAccessibilityData?: IAccessibilityProps;
hideCallout?: boolean;
markerSize?: number;
onDataPointClick?: () => void;
x: number | Date;
xAxisCalloutAccessibilityData?: IAccessibilityProps;
@@ -1015,6 +1016,7 @@ export interface ILineChartProps extends ICartesianChartProps {
onRenderCalloutPerStack?: IRenderFunction<ICustomizedCalloutData>;
// (undocumented)
optimizeLargeData?: boolean;
scatterMarkersMode?: boolean;
styles?: IStyleFunctionOrObject<ILineChartStyleProps, ILineChartStyles>;
}

Loading
Oops, something went wrong.
Loading
Oops, something went wrong.