Prashant Sharma
11/19/2024, 1:08 PMMoises Morales
11/19/2024, 1:58 PMimport "@gooddata/sdk-ui-charts/styles/css/main.css";
import { ScatterPlot } from "@gooddata/sdk-ui-charts";
import * as Md from "./md/full";
const style = { height: 300 };
<div style={style}>
<ScatterPlot
xAxisMeasure={Md.$FranchiseFees}
yAxisMeasure={Md.$FranchisedSales}
attribute={Md.DateMonth.Short}
config={{
clustering: {
enabled: true,
numberOfClusters: 3,
threshold: 0.03,
},
}}
/>
</div>;
At this moment, I am not aware of any issues with this property. If you are still unable to see the clustering config, please send us your package.json and ideally provide some minimal reproducer i.e. in form of codesandbox (some templates here) or something similar. This would greatly help us move forward.Prashant Sharma
11/19/2024, 2:25 PMMoises Morales
11/19/2024, 3:49 PMPrashant Sharma
11/20/2024, 5:59 AM